Template:Box wrapper/doc:修订间差异

无编辑摘要
(文本替换 - 替换“{{template doc page viewed directly}}</noinclude>”为“{{template doc page viewed directly}}</noinclude>[[en:{{FULLPAGENAME}}]]”)
 
第1行: 第1行:
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>[[en:{{FULLPAGENAME}}]]
A '''box wrapper''' can be used to make a list of boxes (E.G., events, decisions, or missions) flow dynamically with the width of the browser taken into account.
A '''box wrapper''' can be used to make a list of boxes (E.G., events, decisions, or missions) flow dynamically with the width of the browser taken into account.
__NOTOC__
__NOTOC__

2022年3月18日 (五) 14:35的最新版本

这是 Template:Box wrapper模板文档
当直接浏览时,使用变量可能会失效,请不要使用硬编码来代替页面名或地址。

A box wrapper can be used to make a list of boxes (E.G., events, decisions, or missions) flow dynamically with the width of the browser taken into account.

Usage[编辑源代码]

{{Box wrapper|

{{<Box template>|...}}
{{<Box template>|...}}
<!-- You do not need a separator between each box, just open the list before your boxes and close it at the end -->

}}

Alternative syntax: (Use this if the content includes section tags, because they don't work inside templates.)

{{Box wrapper}}

{{<Box template>|...}}
{{<Box template>|...}}

{{End box wrapper}}

Example[编辑源代码]

{{Box wrapper|
{{event
|version = 1.12
|event_name = Mimar Sinan's Great Constructions
|event_text = Mimar Sinan planned and oversaw the construction of countless mosques, aqueducts, bathhouses, bridges, palaces, caravanserais and schools during his half-a-century long career. His masterpieces were the Selimiye and Suleymaniye Mosques in Adrianople and Constantinople respectively.
||trigger = *Event has not yet occurred.
*The year is between 1519 and 1560.
*owns Constantinople (151).
*The advisor ‘Mimar Sinan’ does ''not'' exist.
|mtth = 1000 months
|options = {{option
|option_text = Appoint him royal architect
|effect = *the modifier “Mimar Sinan” until the death of the current ruler, giving the following effect:
**{{icon|build cost}} {{green|−15.0%}} Build cost
}}
{{option
|option_text = Enlist his services for a short time
|effect = *{{icon|Adm}} {{green|+40}} Administrative power
}}
}}
{{event
|version = 1.12
|event_name = Loss of Stability
|event_text = This strengthening of the privileges of the nobles is severely upsetting the burghers and merchants. This is creating turmoil in our realm, and may prove disastrous in the long run.
|trigger = *has the [[idea group]]: Aristocratic ideas.
*has a [[stability]] of at least 0.
|triggered only = *five year pulse
'''Base weight: 1'''
|options = {{option
|option_text = Well, they are just peasants.
|effect = *{{icon|stability}} {{red|–1}} Stability
}}
}}
{{Event
|version = 1.12
|event_name=Consulate of the Sea
|event_text=Our new quasi-judicial body that will administer maritime and commercial law is called the Consulate of the Sea. It gives our merchants the right to settle their commercial disputes without interference from the royal courts and in exchange we, the Crown of Aragon, receives financial support.
|trigger=*Fires only once
*Is Aragon
*The year is before 1500
*Do NOT have the ruler modifier '''Consulate of the Sea'''
|mtth=*200 Months
|options=
{{option
|option_text=Good!
|effect=*Aragon gets '''Consulate of the Sea''' until the death of the current ruler, giving the following effects:
:*Trade Efficiency: {{green|+20.0%}}
:*National Trade Income Modifier: {{green|+15.0%}} }}
}}
}}