Template:AbilityCircle: Difference between revisions

LVL (talk | contribs)
Fixed some icons appearing white.
LVL (talk | contribs)
Moved doc to its own page.
Line 6: Line 6:
</div>
</div>
</div>
</div>
</onlyinclude>
</onlyinclude><noinclude>
 
{{Documentation}}
Isolated port of the ability circle and background from [[Template:Ability card]]. Intended for use on [[Heroes]].
 
{{AbilityCircle|name=Siphon Life}} {{AbilityCircle|name=Shoulder Charge}} {{AbilityCircle|name=Infernal Resilience}} {{AbilityCircle|name=Seismic Impact}}
<noinclude>
<templatedata>
{
"params": {
"displayicon": {
"description": "Use if the ability icon has a different name or uses another icon.",
"example": "Smoke Bomb.png"
},
"iconsize": {
"description": "Size of the whole icon. Defaults to 90",
"example": "20",
"default": "90"
},
"name": {
"description": "Name of the ability",
"example": "Smoke Bomb",
"required": true
},
"bgsize": {
"description": "Size of the background circle. Should almost always be larger than the icon",
"example": "128"
}
},
"paramOrder": [
"name",
"iconsize",
"bgsize",
"displayicon"
]
}
</templatedata>
</noinclude>
</noinclude>