See also: Template:Buff, Template:Reaction.
This template is for clients reading through the API.
All properties are optional and should only be specified if the action has such a component
{{Action | type= //Which type of Action it is, Attack/Spellcasting/Bonus etc | effect1..= //For specific details if the Action has other effects, or if there are more than one component, each is a separate effect | contest= //The type of a contested check with the target to determine success AS(skill), Spell/Attack etc. | save= //What a target needs to save with against your contest. | contestFail= //what happens if the contest fails halfDmg/noDmg etc?. Default is nothing | check= //A check for the character to determine success }}
Acceptable types
Anything that is listed on the action page as full page names, the most specific for the action.
Many things are multi tiered, like maneuvers for example. See Commander's Strike/Tier 2 below:{{Action | type=Combat Action | effect1 = {{Buff ... | effect1 = {{Reaction | type=Attack}} }} | effect2 = {{Action | type=Attack}} }}