User:Saag/AbilityCircle: Difference between revisions
Jump to navigation
Jump to search
limit width of popover |
min width on popover |
||
Line 7: | Line 7: | ||
</div> | </div> | ||
<div class="popover-content" style="text-align:left; margin-top: -30px; max-width: 550px"> | <div class="popover-content" style="text-align:left; margin-top: -30px; max-width: 550px; min-width: 300px"> | ||
<div style="max-width: 350px; height: 30px"></div> | <div style="max-width: 350px; height: 30px"></div> | ||
{{#invoke:AbilityData|get_ability_card|{{{hero_name}}}|{{{ability_num}}}|true}} | {{#invoke:AbilityData|get_ability_card|{{{hero_name}}}|{{{ability_num}}}|true}} |
Revision as of 20:33, 23 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 |