Template:Ability card v2/Card: Difference between revisions
Jump to navigation
Jump to search
m translate 'Notes' |
m internal functions now use hero_key instead of hero_name, removing the need to redo O(N) |
||
Line 27: | Line 27: | ||
<!-- INFO SECTIONS --> | <!-- INFO SECTIONS --> | ||
<div style="margin: 5px 10px 10px 10px; padding: 8px 0 8px 0; width: calc(100% - 18px);"> | <div style="margin: 5px 10px 10px 10px; padding: 8px 0 8px 0; width: calc(100% - 18px);"> | ||
{{#invoke: AbilityData|get_all_info_sections|{{{ | {{#invoke: AbilityData|get_all_info_sections|{{{hero_key}}}|{{{ability_num}}}}} | ||
</div> | </div> | ||
<!-- UPGRADES --> | <!-- UPGRADES --> | ||
<div style="display:flex; flex-direction:row; flex-wrap: wrap; margin-bottom: 10px; justify-content: center; width: calc(97% - 16px); min-width: 280px;> | <div style="display:flex; flex-direction:row; flex-wrap: wrap; margin-bottom: 10px; justify-content: center; width: calc(97% - 16px); min-width: 280px;> | ||
{{#invoke: AbilityData|get_upgrades|{{{ | {{#invoke: AbilityData|get_upgrades|{{{hero_key}}}|{{{ability_num}}}}} | ||
</div> | </div> | ||
<!-- NOTES --> | <!-- NOTES --> |
Revision as of 02:27, 12 October 2024
Eg. {{#invoke:AbilityData|get_ability_card|<hero_name>|<ability_number>|<link_on_name>|<notes>}}
Script error: The function "get_ability_card" does not exist.