Template:Trigger

From HIVE
Revision as of 05:21, 24 November 2010 by DevliN (talk | contribs)
Jump to navigation Jump to search


This is a work in progress by DevliN. To see this in action, check out Trigger Template Test.

The following will place make the Trigger box show up in a Wiki article:

{{Trigger
|TriggerName=
|TriggerEvents=
|TriggerVariables=
|TriggerConditions=
|TriggerActions=
}}

When using this, be sure to separate each line as you normally would on a Wiki page, otherwise it will look bunched up. At the moment, you will also have to erase all the spaces before the triggers if you are copying as text them from a map. The following is an example of how the "Melee Initialization" trigger would look:

{{Trigger
|TriggerName=Melee Initialization
|TriggerEvents=Game - Map initialization
|TriggerVariables=
|TriggerConditions=
|TriggerActions=Create melee starting units for all players

Create melee starting units for all players

Start the melee AI for all computer players

Set default melee options for all players
}}