Template:选项/doc

< Template:选项
天津风不是天津的风讨论 | 贡献2024年3月5日 (二) 22:19的版本 (创建页面,内容为“<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude> <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> __NOTOC__ '''选项'''模板用于在{{template|事件}}栏中显示事件选项。 == Parameter == {| class="wikitable" |- ! Parameter ! Description ! Default ! Status |- | option_text | The text of the option. | empty | '''required''' |- | effect | Effects of the option. | *无 | '''…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
这是Template:选项的模板文档
当直接浏览时,使用变量可能会失效,请不要使用硬编码来代替页面名或地址。


选项模板用于在{{事件}}栏中显示事件选项。

Parameter

Parameter Description Default Status
option_text The text of the option. empty required
effect Effects of the option.
required
trigger Conditions - if applicable - of the option.

If set to ‘always’ then it displays “Event trigger.pngAlways enabled:” else “Event trigger.pngEnabled if:” followed by the specified trigger.

empty optional
1 If set to 'end' the horizontal rule at the end of a conditional option is disabled. empty optional
default If set to yes, adds the default checkmark to the event option. empty optional

Usage

{{Option
|option_text = 
|effect = 
}}

For events with conditional options:

{{Option
|option_text =
|trigger = <!-- required -->
|effect =
|end <!-- if has a trigger and is placed last -->
}}