群星
ParaWikis
最新百科
都市天际线2百科
英雄无敌3百科
维多利亚3百科
奇妙探险队2百科
罪恶帝国百科
英白拉多:罗马百科
热门百科
群星百科
欧陆风云4百科
十字军之王2百科
十字军之王3百科
钢铁雄心4百科
维多利亚2百科
ParaWikis
申请建站
ParaWikis
ParaCommons
最近更改
随机页面
加入QQ群
工具
链入页面
相关更改
特殊页面
页面信息
页面值
阅读
编辑源代码
查看历史
讨论
编辑“
Template:Special project
”
警告:
您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您
登录
或
创建
一个账户,您的编辑将归属于您的用户名,且将享受其他好处。
反垃圾检查。
不要
加入这个!
<includeonly> {{infobox|class=eu4box-inline |500px=true |header= {{#if:{{{project_key|}}}|{{anchor|{{{project_key}}} }} }}{{#Switch: {{{header}}} | #Default = <h3>{{{project_name}}}</h3> | h2 = <h2>{{{project_name}}}</h2> | h4 = <h4>{{{project_name}}}</h4> | h5 = <h5>{{{project_name}}}</h5> }} |content = {{#if:{{{version|}}}|{{SVersion|{{{version}}}|infobox}}|<span style="color: red;">缺失版本管理</span>[[Category:包含无版本管理信息框的页面]] ---- }} {{#if:{{{project_text|}}} |''{{{project_text}}}'' ----}} <div class="mw-collapsible {{#ifeq:{{{collapse}}}|yes|mw-collapsed}}"> <div class="mw-collapsible-content"> {{{!}} width="100%" cellspacing="4" {{!}}- valign="top" {{!}}width=60%{{!}} <span class="subheading">要求:</span><br> {{{requirements|*None}}} {{#if:{{{mutually_exclusive|}}} | <span class="subheading">{{icon|no}} 互斥:</span> {{{mutually_exclusive|}}} }} {{!}}width=40%{{!}} {{#if:{{{cost|}}} | <span class="subheading">{{icon|research}} 研究花费:</span><br> {{#switch: {{{tech_department}}} | physics = * {{icon|Physics}} '''{{{cost}}}''' 物理学研究 | society = * {{icon|Society}} '''{{{cost}}}''' 社会学研究 | engineering = * {{icon|Engineering}} '''{{{cost}}}''' 工程学研究 | ''"tech_department"'' 必须填三种研究(physics、society、engineering)之一。 }} }} {{#if:{{{days_to_research|}}} | <span class="subheading">{{icon|time}} 研究时间:</span><br> * 在 '''{{{days_to_research}}}''' 天内完成<br> }} {{#if:{{{time_limit|}}} | <span class="subheading">{{icon|time}} 过期:</span><br> * 在 '''{{{time_limit}}}''' 天后过期<br> }} {{!}}- {{!}}colspan="2"{{!}}<hr /> <div class="subheading">{{icon|yes}} 成功:</div> {{{on_success}}} {{#if:{{{on_fail|}}} | <div class="subheading">{{icon|no}} 失败:</div> {{{on_fail}}} }} {{!}}} </div> </div> }} </includeonly> <noinclude> '''特殊项目'''(Special project) can be used to display description, requirements, and costs of a special project in a compact infobox. ==Parameter== {| class = "wikitable" |- ! Parameter ! Description ! Default ! Status |- | version | To specify the major patch for which the event was written or updated. | empty | '''Required''' |- | project_key | Special project identification code as it appears in the file to serve as an anchor | empty | '''Optional''' |- | header | Header level of the project name. Accepts h2, h3, h4, and h5. | h3 | '''Optional''' |- | project_name | Title of the special project. | {{{PROJECT_NAME}}} | '''Optional, but desired''' |- | project_text | Ingame description text of the special project. | empty | '''Optional, but desired''' |- | requirements | Conditions that must be met to begin the special project, if any. | * None | '''Optional''' |- | mutually_exclusive | Other special projects of which only one can be researched. | empty | '''Optional''' |- | tech_department | The type of research points the special project costs, if any. Must be one of the following (capitalization matters): * ''physics'' * ''society'' * ''engineering'' | empty | '''Required''' if using ''"cost"'' |- | cost | The cost in research points needed to complete the special project, if any. | empty | rowspan = "2" | One of these two is '''required''' |- | days_to_research | The fixed amount of time it takes to complete the special project. | empty |- | time_limit | The amount of time before the special project expires, if any. | empty | '''Optional''' |- | on_success | The effects of completing the special project. | {{{on_success}}} | '''Optional, but desired''' |- | on_fail | The effects of failing the special project. | empty | '''Optional''' |} ==Examples== For a special project requiring 1000 {{iconify|Society}} Research: <pre> {{Special_project |version = Timeless |project_name = Social Study |project_text = Studying our population's behaviour should grant us several insights into improving efficiency. |tech_department = society |cost = 1000 |on_success = *Gets event }} </pre> Produces: {{Special_project |version = Timeless |project_name = Social Study |project_text = Studying our population's behaviour should grant us several insights into improving efficiency. |tech_department = society |cost = 1000 |on_success = *Gets event }} <br> For a special project requiring a scientist of at least level 1, taking 180 days: <pre> {{Special_project |version = Timeless |project_name = Ruined Ship |project_text = A ruined ship has been spotted and must be investigated. |requirements = * At least level 1 scientist in orbit. |days_to_research = 180 |on_success = *Gets event }} </pre> Produces: {{Special_project |version = Timeless |project_name = Ruined Ship |project_text = A ruined ship has been spotted and must be investigated. |requirements = * At least level 1 scientist in orbit. |days_to_research = 180 |on_success = *Gets event }} <br> For a special project that times out in 180 days and is mutually exclusive with another: <pre> {{Special_project |version = Timeless |project_name = Dismantle Station |project_text = A station in decaying orbit must be dismantled before it can fall. |requirements = * At least level 1 scientist in orbit. |mutually_exclusive = * Boost Station |days_to_research = 90 |time_limit = 180 |on_success = *Gets event |on_fail = *Gets event }} </pre> Produces: {{Special_project |version = Timeless |project_name = Dismantle Station |project_text = A station in decaying orbit must be dismantled before it can fall. |requirements = * At least level 1 scientist in orbit. |mutually_exclusive = * Boost Station |days_to_research = 90 |time_limit = 180 |on_success = *Gets event |on_fail = *Gets event }} [[Category:信息框]][[en:{{FULLPAGENAME}}]]</noinclude>
摘要:
请注意您对群星百科的所有贡献都被认为是在知识共享署名-非商业性使用-相同方式共享下发布,请查看在
群星百科:版权
的细节。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源。
未经许可,请勿提交受版权保护的作品!
为防止机器编辑,请完成下方验证
取消
编辑帮助
(在新窗口中打开)
本页使用的模板:
Template:Icon
(
编辑
)
Template:Icon/n
(
编辑
)
Template:Icon/r
(
编辑
)
Template:Icon/s
(
编辑
)
Template:Icon/t
(
编辑
)
Template:Icon/y
(
编辑
)
Template:Iconify
(
编辑
)
Template:Infobox
(
编辑
)
Template:Nowrap
(
编辑
)
Template:Planet modifier
(
编辑
)
Template:Ruby
(
编辑
)
Template:SVersion
(
编辑
)
Template:Special project
(
编辑
)
×
登录
密码
记住登录
加入群星百科
忘记密码?
其他方式登录