Editing Template:Ability card v2/Card/Info sectionGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
<includeonly><div style="display:flex; flex-direction:column; align-items: center; width: 100%"> | <includeonly><div style="display:flex; flex-direction:column; align-items: center; width: 100%"> | ||
<div style="padding: 0 10px 0 10px">{{#invoke: | <div style="padding: 0 10px 0 10px">{{#invoke:AbilityData|get_info_desc|{{{hero_name}}}|{{{ability_num}}}|{{{info_section_num}}}}}</div> | ||
<!-- Main Info --> | <!-- Main Info --> | ||
<div style="display:flex; flex-direction:row; flex-wrap: wrap; justify-content: center; width: calc(97% - 5px); min-width: 280px;"> | <div style="display:flex; flex-direction:row; flex-wrap: wrap; justify-content: center; width: calc(97% - 5px); min-width: 280px;"> | ||
{{#invoke: | {{#invoke: AbilityData|get_info_main|{{{hero_name}}}|{{{ability_num}}}|{{{info_section_num}}}}} | ||
</div> | </div> | ||
<!-- Alt Info --> | <!-- Alt Info --> | ||
<div style="display:flex; flex-direction:row; flex-wrap: wrap; justify-content: center; background-color: #2A2A2A; width: calc(97% - 19px); min-width: 267px; padding: 0 4px 0 4px; column-gap: 15px"> | <div style="display:flex; flex-direction:row; flex-wrap: wrap; justify-content: center; background-color: #2A2A2A; width: calc(97% - 19px); min-width: 267px; padding: 0 4px 0 4px; column-gap: 15px"> | ||
{{#invoke: | {{#invoke: AbilityData|get_info_alt|{{{hero_name}}}|{{{ability_num}}}|{{{info_section_num}}}}} | ||
</div> | </div> | ||
</div></includeonly><noinclude> | </div></includeonly> | ||
{{#invoke: | <noinclude> | ||
{{#invoke:AbilityData|get_ability_card|Shiv|3|false}} | |||
</noinclude> | </noinclude> | ||