<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://secrets.warcraftwatch.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AAbilities%2Fdoc</id>
	<title>Template:Abilities/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://secrets.warcraftwatch.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AAbilities%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://secrets.warcraftwatch.com/w/index.php?title=Template:Abilities/doc&amp;action=history"/>
	<updated>2026-05-06T18:18:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://secrets.warcraftwatch.com/w/index.php?title=Template:Abilities/doc&amp;diff=135&amp;oldid=prev</id>
		<title>imported&gt;Kaydeethree at 06:32, 21 June 2025</title>
		<link rel="alternate" type="text/html" href="https://secrets.warcraftwatch.com/w/index.php?title=Template:Abilities/doc&amp;diff=135&amp;oldid=prev"/>
		<updated>2025-06-21T06:32:53Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Abilities&amp;#039;&amp;#039;&amp;#039; is used as a standard way to identify abilities used by NPCs or players in lists.&lt;br /&gt;
&lt;br /&gt;
;Usage:&lt;br /&gt;
:{{t|abilities|ability_name|description}}&lt;br /&gt;
&lt;br /&gt;
;Optional parameters&lt;br /&gt;
&lt;br /&gt;
:;id : The ability&amp;#039;s id number, linking to wowhead&lt;br /&gt;
:;hid : The [[heroic mode]] version of the same ability&lt;br /&gt;
:;icon : Will display the ability&amp;#039;s [[Warcraft Wiki:WoW Icons|icon]]&lt;br /&gt;
:;range : If a set range&lt;br /&gt;
:;casttime : If a cast time exists&lt;br /&gt;
:;energy : Can be used to display resource requirements (energy/rage/mana/focus) used or if channeled&lt;br /&gt;
:;cd : If a cooldown exists&lt;br /&gt;
:;notes : For when an ability has no description or optional notes are required &lt;br /&gt;
:;min : When using the template within tables and you want to get rid of the spaces and hyphen.&lt;br /&gt;
:;type : Dungeonjournal icon, same parameters as [[Template:Alert|Alert]], for more than one use type2 and type3.&lt;br /&gt;
&lt;br /&gt;
Pass expansion flags to link to specific classic versions of spells. Use &amp;lt;code&amp;gt;|classic=&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;|tbc=&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;|wotlk=&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;|cata=&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;|mop=&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
;Examples:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{abilities|Hurl Boulder|Hurls a massive boulder.}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{abilities|Flame Spray|A fiery attack to enemies in front of caster|icon=inv summerfest firespirit|id=64717}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{abilities|Charged Leap|notes=A jump attack that damages and stuns all nearby enemies.|id=64779|icon=spell nature lightningoverload|range=10-80|cd=20 sec}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{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|icon=spell nature wispsplode|notes=Instant. 6000 damage on Heroic. Cast by the exploding orbs summoned at players&amp;#039; positions.}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
;Results:&lt;br /&gt;
:{{abilities|Hurl Boulder|Hurls a massive boulder.}}&lt;br /&gt;
:{{abilities|Flame Spray|A fiery attack to enemies in front of caster|icon=inv summerfest firespirit|id=64717}}&lt;br /&gt;
:{{abilities|Charged Leap|notes=A jump attack that damages and stuns all nearby enemies.|id=64779|icon=spell nature lightningoverload|range=10-80|cd=20 sec}}&lt;br /&gt;
:{{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|icon=spell nature wispsplode|notes=Instant. 6000 damage on Heroic. Cast by the exploding orbs summoned at players&amp;#039; positions.}}&lt;br /&gt;
;Caveats:&lt;br /&gt;
:If you use line breaks to format the layout of the source, then avoid putting a line break after the &amp;#039;&amp;#039;&amp;#039;ability_name&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;description&amp;#039;&amp;#039;&amp;#039; parameter. This will break the template and looks horrible:&lt;br /&gt;
:;Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{abilities&lt;br /&gt;
|Flame Spray&lt;br /&gt;
|A fiery attack to enemies in front of the caster&lt;br /&gt;
|icon=inv summerfest firespirit&lt;br /&gt;
|id=64717&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:;Result:{{abilities&lt;br /&gt;
|Flame Spray&lt;br /&gt;
|A fiery attack to enemies in front of the caster&lt;br /&gt;
|icon=inv summerfest firespirit&lt;br /&gt;
|id=64717&lt;br /&gt;
}}&lt;br /&gt;
:&lt;br /&gt;
:The unnamed parameters should all be on one line with a vertical bar (&amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt;) or the closing braces (&amp;lt;code&amp;gt;}}&amp;lt;/code&amp;gt;) at the end.&lt;br /&gt;
:Alternatively, you can use explicit parameter assignment (&amp;lt;code&amp;gt;1=&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;2=&amp;lt;/code&amp;gt;, etc).&lt;br /&gt;
:;Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{abilities&lt;br /&gt;
|1=Flame Spray&lt;br /&gt;
|2=A fiery attack to enemies in front of the caster&lt;br /&gt;
|icon=inv summerfest firespirit&lt;br /&gt;
|id=64717&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:;Result:{{abilities&lt;br /&gt;
|1=Flame Spray&lt;br /&gt;
|2=A fiery attack to enemies in front of the caster&lt;br /&gt;
|icon=inv summerfest firespirit&lt;br /&gt;
|id=64717&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:WoW utility templates|{{PAGENAME}}]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Template documentation|{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Kaydeethree</name></author>
	</entry>
</feed>