模板:選項

Event button.png
{{{選項文本}}}
[閱讀] [編輯]Template-info.png 模板文檔


選項模板用於在{{事件}}欄中顯示事件選項。

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 -->
}}