Template:Trigger

From HIVE
Revision as of 00:20, 27 April 2011 by DevliN (talk | contribs)
Jump to navigation Jump to search
StarCraft 2 Trigger [template]
Events:

None.

Variables:

None.

Conditions:

None.

Actions:

None.

Trigger Template Usage

To use the Trigger template in an article, copy the following code:

{{Trigger
|events=
|variables=
|conditions=
|actions=
}}

If you don't use one of these factors in your Trigger, either write "None" next to it or remove that factor entirely. If you don't, the Trigger table will break on your page, and that would not be good.

Tiered Actions

For actions and whatnot that span different tiers, use a colon (:) at the beginning of each line as you would normally do on a page if you wanted to indent. For example, you would use...

General - If, then statement
:If
::First action
::First action part 2
:Then
::Second action

...to get an outcome like the following.

General - If, then statement
If
First action
First action part 2
Then
Second action