Editing Template:AbilityIconGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
A little template for creating Ability Icons with links. | |||
{| class="wikitable" | |||
|+ Variables | |||
|- | |||
! Variable !! Description | |||
|- | |||
| {{{Ability}}} || The exact name of the Ability. (Smoke Bomb) | |||
|- | |||
| {{{Hero}}} || Adds a link to the ability's owner if not null. (Haze) | |||
|- | |||
| {{{Size}}} || Size in pixels for the icon. | |||
|} | |||
<onlyinclude><span style="position: relative; bottom: 2px; filter: brightness(0);">[[File:{{{Ability}}}.png|link=|{{#if:{{{Hero}}}|link={{{Hero}}}}}|{{{Size}}}px|]]</span></onlyinclude> | |||
{{AbilityIcon|Ability=Smoke Bomb|Hero = Haze|Size=40}} | |||