Template:AbilityCircle/doc: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Created page with "Isolated port of the ability circle and background from Template:Ability card. Intended for use on Heroes. == Usage == <pre> {{AbilityCircle|name=Siphon Life}} </pre> == Examples == {{AbilityCircle|name=Siphon Life}} {{AbilityCircle|name=Shoulder Charge}} {{AbilityCircle|name=Infernal Resilience}} {{AbilityCircle|name=Seismic Impact}} <templatedata> { "params": { "displayicon": { "description": "Use if the ability icon has a different name or uses anothe..." |
Gammaton32 (talk | contribs) No edit summary |
||
| Line 29: | Line 29: | ||
"description": "Size of the background circle. Should almost always be larger than the icon", | "description": "Size of the background circle. Should almost always be larger than the icon", | ||
"example": "128" | "example": "128" | ||
}, | |||
"link": { | |||
"description": "Page to link to" | |||
} | } | ||
}, | }, | ||
| Line 35: | Line 38: | ||
"iconsize", | "iconsize", | ||
"bgsize", | "bgsize", | ||
"displayicon" | "displayicon", | ||
"link" | |||
] | ] | ||
} | } | ||
Latest revision as of 00:55, 5 May 2026
Isolated port of the ability circle and background from Template:Ability card. Intended for use on Heroes.
Usage
[edit source]{{AbilityCircle|name=Siphon Life}}
Examples
[edit source]
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | Name of the ability
| Unknown | required |
| iconsize | iconsize | Size of the whole icon. Defaults to 90
| Unknown | optional |
| bgsize | bgsize | Size of the background circle. Should almost always be larger than the icon
| Unknown | optional |
| displayicon | displayicon | Use if the ability icon has a different name or uses another icon.
| Unknown | optional |
| link | link | Page to link to | Unknown | optional |