罪恶帝国
ParaWikis
最新百科
都市天际线2百科
英雄无敌3百科
维多利亚3百科
奇妙探险队2百科
罪恶帝国百科
英白拉多:罗马百科
热门百科
群星百科
欧陆风云4百科
十字军之王2百科
十字军之王3百科
钢铁雄心4百科
维多利亚2百科
ParaWikis
申请建站
ParaWikis
ParaCommons
最近更改
随机页面
加入QQ群
工具
链入页面
相关更改
特殊页面
页面信息
页面值
×
欢迎访问罪恶帝国百科!
注册一个账号
,一起参与编写吧!这里是
当前的工程
。
全站已采用新UI,任何使用上的问题请点击
这里
。欢迎所有对百科感兴趣的同学加入QQ群:
207554933
。
阅读
编辑源代码
查看历史
讨论
编辑“
模板:Event/doc
”
警告:
您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您
登录
或
创建
一个账户,您的编辑将归属于您的用户名,且将享受其他好处。
反垃圾检查。
不要
加入这个!
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude> <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> __NOTOC__ '''Event''' can be used to diplay description, trigger, trigger condition and options of an event 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''' |- | event_id | Event identification code as it appears in the file to serve as an anchor | empty | '''optional''' |- | event_name | Title of the event. | empty | '''required''' |- | cond_event_text | Set to "yes" if the event has multiple descriptions available for use. | empty | '''optional''' |- | event_text | In-game description text of the event. If multiple descriptions exist then use only the first one. | empty | '''optional, but desired''' |- | fire_only_once | As in the script code - set to "yes" if the event happens ''only once'' during a campaign. | empty | '''optional''' |- | mtth | For the base weight and its modifiers of [[Events#Mean_time_to_happen|MTTH-events]]. | empty | rowspan="2" | One of theses two is '''required'''. |- | triggered only | To specify the trigger of [[Events#Triggered_events|'triggered only'-events]]. | empty |- | trigger | Trigger conditions of the event. | *None | '''optional''' |- | immediate | The immediate effects of the event. | empty | '''optional''' |- | option conditions | If set to ''‘yes’'' the section heading 'Option conditions' for events with conditional options is displayed. | empty | '''optional''' |- | options | The possible effects of the event. Please use {{template|option}}. | empty | '''required''' |- | after | Effects that happen after selecting any option. | empty | '''optional''' |- | collapse | Whether to collapse the event. If set to ''‘yes’'' the content will be collapsed.<br> (Please use collapsed content on country pages.) | empty | '''optional''' |} == Usage == <pre> {{Event |version = |event_id = |event_name = |event_text = <!-- optional, but desired --> |trigger = |mtth = <!-- for Mtth events --> |triggered only = <!-- for triggered only events --> |immediate = <!-- optional for immediate effects --> |options = <!-- options use {{option}} template --> }} </pre> '''Note:''' Please use either “mtth”-parameter ''or'' “triggered only”-parameter. == Examples == === MTTH event === The following code <pre> {{Event | version = 1.0 | event_id = news.67 | event_name = The Games of the XII Olympiad | event_text = The twelfth Olympic Games were recently held in Tokyo, Japan. In light of rising international tensions, many feared the Games would be canceled, but this has proven not to be the case. <br/><br/>Tokyo is the first non-Western city to host the Olympics, and a special purpose-built Me 261 long-range aircraft carried the Olympic Flame there from Germany without refueling.<br/><br/>Japanese athletes did well, and their 14 gold medals earned them a third place in the medal count, after Germany and the United States. | trigger = * Date is after 1940.10.5 * Global flag ''olympics_1936'' is set * Global flag ''olympics_fin_1940'' is not set * Global flag ''olympics_jap_1940'' is not set * The following nations exist ''and'' at peace: ** {{flag|Germany}} ** {{flag|Japan}} ** {{flag|United States}} * {{flag|France}} at peace * {{flag|United Kingdom}} at peace | mtth = * 2 days | immediate = * Set global flag ''olympics_jap_1940'' | options = {{Option | option_text = The Games are concluded. }} | collapse = no }} </pre> will display: {{Event | version = 1.0 | event_id = news.67 | event_name = The Games of the XII Olympiad | event_text = The twelfth Olympic Games were recently held in Tokyo, Japan. In light of rising international tensions, many feared the Games would be canceled, but this has proven not to be the case. <br/><br/>Tokyo is the first non-Western city to host the Olympics, and a special purpose-built Me 261 long-range aircraft carried the Olympic Flame there from Germany without refueling.<br/><br/>Japanese athletes did well, and their 14 gold medals earned them a third place in the medal count, after Germany and the United States. | trigger = * Date is after 1940.10.5 * Global flag ''olympics_1936'' is set * Global flag ''olympics_fin_1940'' is not set * Global flag ''olympics_jap_1940'' is not set * The following nations exist ''and'' at peace: ** {{flag|Germany}} ** {{flag|Japan}} ** {{flag|United States}} * {{flag|France}} at peace * {{flag|United Kingdom}} at peace | mtth = * 2 days | immediate = * Set global flag ''olympics_jap_1940'' | options = {{Option | option_text = The Games are concluded. }} | collapse = no }} === Triggered only event === The following code <pre> {{Event | version = 1.3 | event_id = bulgaria.1 | event_name = Treaty of Craiova - Romania Agrees | event_text = The Romanian government has accepted German Arbitration in our dispute. Southern Dobrudja has been reunited with Bulgaria! | triggered only = * Romanian event [[Romanian events#romania.5|''"Treaty of Craiova"'']] | options = {{Option | option_text = At last! | effect = * {{flag|Bulgaria}} gains ownership of the state Dobrudja (77) * Trigger news event [[News events 1#news.21|''"Treaty of Craiova"'']] in 1 days }} }} </pre> will display: {{Event | version = 1.3 | event_id = bulgaria.1 | event_name = Treaty of Craiova - Romania Agrees | event_text = The Romanian government has accepted German Arbitration in our dispute. Southern Dobrudja has been reunited with Bulgaria! | triggered only = * Romanian event [[Romanian events#romania.5|''"Treaty of Craiova"'']] | options = {{Option | option_text = At last! | effect = * {{flag|Bulgaria}} gains ownership of the state Dobrudja (77) * Trigger news event [[News events 1#news.21|''"Treaty of Craiova"'']] in 1 days }} }} === Event with conditional options === The following code <pre> {{Event | version = 1.0 | event_id = news.61 | event_name = The Fate of Czechoslovakia | cond_event_text = * Global flag ''end_of_czechoslovakia'' is set | event_text = German troops crossed into Bohemia and Moravia recently, ostensibly to restore order to the regions in the wake of the collapsing Czechoslovakian government. <br/><br/>In Prague, the occupying forces announced the creation of an 'autonomous protectorate' within [GER.GetNameDef]. Hungarian forces, operating with the consent of Germany, have marched into Slovakia and annexed it into Hungary. <br/><br/>The nation of Czechoslovakia is no more. | triggered only = * German event [[German events#germany.56|''"The Partition of Czechoslovakia"'']] | option conditions = yes | options = {{Option | option_text = So much for peace. | trigger = * Is ''not'': ** {{flag|France}} ** {{flag|Germany}} ** {{flag|Hungary}} ** {{flag|United Kingdom}} }} {{Option | option_text = The Czechs must be protected from themselves. | trigger = Is {{flag|Germany}} }} {{Option | option_text = This isn't what we agreed on! | trigger = Is {{flag|France}} ''or'' {{flag|United Kingdom}} }} {{Option | option_text = Hungary will be restored to its former glory! | trigger = Is {{flag|Hungary}} | end }} | collapse = no }} </pre> {{Event | version = 1.0 | event_id = news.61 | event_name = The Fate of Czechoslovakia | cond_event_text = * Global flag ''end_of_czechoslovakia'' is set | event_text = German troops crossed into Bohemia and Moravia recently, ostensibly to restore order to the regions in the wake of the collapsing Czechoslovakian government. <br/><br/>In Prague, the occupying forces announced the creation of an 'autonomous protectorate' within [GER.GetNameDef]. Hungarian forces, operating with the consent of Germany, have marched into Slovakia and annexed it into Hungary. <br/><br/>The nation of Czechoslovakia is no more. | triggered only = * German event [[German events#germany.56|''"The Partition of Czechoslovakia"'']] | option conditions = yes | options = {{Option | option_text = So much for peace. | trigger = * Is ''not'': ** {{flag|France}} ** {{flag|Germany}} ** {{flag|Hungary}} ** {{flag|United Kingdom}} }} {{Option | option_text = The Czechs must be protected from themselves. | trigger = Is {{flag|Germany}} }} {{Option | option_text = This isn't what we agreed on! | trigger = Is {{flag|France}} ''or'' {{flag|United Kingdom}} }} {{Option | option_text = Hungary will be restored to its former glory! | trigger = Is {{flag|Hungary}} | end }} | collapse = no }}
摘要:
请注意您对罪恶帝国百科的所有贡献都被认为是在知识共享署名-非商业性使用-相同方式共享下发布,请查看在
罪恶帝国百科:版权
的细节。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源。
未经许可,请勿提交受版权保护的作品!
为防止机器编辑,请完成下方验证
取消
编辑帮助
(在新窗口中打开)
本页使用的模板:
模板:Ambox
(
编辑
)
模板:Ambox/core
(
编辑
)
模板:Anchor
(
编辑
)
模板:Event
(
编辑
)
模板:Flag
(
查看源代码
)
模板:Infobox
(
编辑
)
模板:Option
(
查看源代码
)
模板:SVersion
(
编辑
)
模板:Template
(
编辑
)
模板:Template doc page viewed directly
(
编辑
)
×
登录
密码
记住登录
加入罪恶帝国百科
忘记密码?
其他方式登录