Template documentation
Use this to display a spell as a class action on an equipment page. Examples follow.
This template just runs the Cargo query; see Template:Spell action/format for the formatting.
For displaying spells or actions in a more detailed format, see {{Feature box}}.
Examples
Markup | Renders as |
---|---|
{{SpellAction|Hunter's Mark|level=1|recharge=Long Rest}} |
|
{{SpellAction|Click Heels}} |
|
{{SpellAction|Click Heels|Bonus Dash}} |
|
{{SpellAction|True Strike|level=0|recharge=Short Rest|action type=Bonus}} |
|
{{SpellAction|Absorb Elements|recharge=Short Rest}} |
|
{{SpellAction|Intimidating Presence|extra=y}} |
|
{{SpellAction|Fire Shield: Warm|recharge=Long Rest|cost=bonus}} |
|
{{SpellAction|Searing Smite|hit cost=bonus}} |
|
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | 1 | The name of the spell | String | required |
alias | 2 | If specified, replaces the name queried from the table | String | optional |
level | level | The level the spell is cast at.
| Number | optional |
recharge | recharge | How often this spell refreshes
| String | optional |
w | w | Size of the icon. Defaults to 40 if empty
| Number | optional |
extra | extra | If specified, displays the extra description as well (if it has one)
| String | optional |
nolist | nolist | If specified, does not wrap the definition in <dl> tags, allowing it to be embedded in other lists
| String | optional |