User:Saag/AbilityCircle: Difference between revisions
Jump to navigation
Jump to search
Fixed getting icon |
No edit summary |
||
Line 8: | Line 8: | ||
<div class="popover-content" style="text-align:left"> | <div class="popover-content" style="text-align:left"> | ||
<div style="width: auto; height: 30px"></div> | |||
{{#invoke:AbilityData|get_ability_card|{{{hero_name}}}|{{{ability_num}}}}} | {{#invoke:AbilityData|get_ability_card|{{{hero_name}}}|{{{ability_num}}}}} | ||
</div> | </div> | ||
Line 16: | Line 17: | ||
Isolated port of the ability circle and background from [[Template:Ability card]]. Intended for use on [[Heroes]]. | Isolated port of the ability circle and background from [[Template:Ability card]]. Intended for use on [[Heroes]]. | ||
{{ | {{AbilityCircle|hero_name=Abrams|ability_num=2}} {{AbilityCircle|hero_name=Ivy|ability_num=4}}{{User:Saag/AbilityCircle|hero_name=Abrams|ability_num=1}} | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> |
Revision as of 13:22, 14 September 2024
Script error: The function "get_ability_card" does not exist.
Isolated port of the ability circle and background from Template:Ability card. Intended for use on Heroes.
Script error: The function "get_ability_card" does not exist.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
hero_name | hero_name | Name of the Hero
| Unknown | required |
ability_num | ability_num | Number 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 |