Abilities
Talk0
98,585pages on
this wiki
this wiki
Template page
- Usage
- {{abilities|<ability_name>|<description>}}
- Optional parameters
- 1
- The ability's name number, shown for ability link
- 2
- Ability description
- id
- The ability's id number, linking to wowhead
- label
- Ability name shown if no id given
- hid
- The heroic mode version of the same ability
- image
- Will display the ability's icon (don't include extension)
- range
- If a set range
- energy
- Can be used to display resource requirements (energy/rage/mana/focus) used or if channeled
- cd
- If a cooldown exists
- notes
- For when an ability has no description or optional notes are required
- min
- When using the template within tables and you want to get rid of the spaces and hyphen.
- Examples
{{abilities|Chilled|label=Chilled debuff|Movement slowed by 30% and time between attacks increased by 25%.|image=spell_frost_frostarmor02}}{{abilities|Hurl Boulder|Hurls a massive boulder.|image=ability_vehicle_demolisherflamecatapult}}{{abilities|Flame Spray|A fiery attack to enemies in front of caster|image=inv summerfest firespirit|id=64717}}{{abilities|Charged Leap|notes=A jump attack that damages and stuns all nearby enemies.|id=64779|image=spell nature lightningoverload|range=10-80|cd=20 sec}}{{abilities|Explosive Barrage|Launches a barrage of explosive orbs at all enemies. Explosive orbs deal 3000 Arcane damage when they detonate.|id=69019|hid=70433|range=6|image=spell nature wispsplode|notes=Instant. 6000 damage on Heroic. Cast by the exploding orbs summoned at players' positions.}}- Results
[Chilled debuff]—Movement slowed by 30% and time between attacks increased by 25%.
[Hurl Boulder]—Hurls a massive boulder.
[Flame Spray]ω ϖ—A fiery attack to enemies in front of caster
[Charged Leap]ω ϖ 10-80 yd range— A jump attack that damages and stuns all nearby enemies. (20 sec cooldown)
[Explosive Barrage]ω ϖ (Heroic modeω ϖ) 6 yd range—Launches a barrage of explosive orbs at all enemies. Explosive orbs deal 3000 Arcane damage when they detonate. Instant. 6000 damage on Heroic. Cast by the exploding orbs summoned at players' positions.
- Caveats
- If you use line breaks to format the layout of the source, then avoid putting a line break after the ability_name or description parameter. This will break the template and looks horrible:
- Example
{{abilities
|Flame Spray
|A fiery attack to enemies in front of the caster
|image=inv summerfest firespirit
|id=64717
}}
|[Flame Spray ]]]ω ϖ—A fiery attack to enemies in front of the caster
- The unnamed parameters should all be on one line with a vertical bar (
|) or the closing braces (}}) at the end. - Alternatively, you can use explicit parameter assignment (
1=,2=, etc).- Example
{{abilities
|1=Flame Spray
|2=A fiery attack to enemies in front of the caster
|image=inv summerfest firespirit
|id=64717
}}
- Result
[Flame Spray]ω ϖ—A fiery attack to enemies in front of the caster