Template:Ability card v2/Card: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
background: linear-gradient(90deg, rgba(40,40,40,1) 0%, rgba(59,59,59,1) 30%, rgba(59,59,59,1) 100%); align-items: center"> | background: linear-gradient(90deg, rgba(40,40,40,1) 0%, rgba(59,59,59,1) 30%, rgba(59,59,59,1) 100%); align-items: center"> | ||
<!-- HEADER --> | <!-- HEADER --> | ||
<div style="display:flex; flex-direction:row; justify-content: space-between; width: 100%; background: #121212"> | <div style="display:flex; flex-direction:row; justify-content: space-between; width: 100%; background: #121212;"> | ||
<div style="display:flex; flex-direction:column;"> | <div style="display:flex; flex-direction:column; padding: 10px"> | ||
<div style="font-size: 26px">{{{name}}}</div> | <div style="font-size: 26px">{{{name}}}</div> | ||
<div>{{{radius|}}}</div> | <div>{{{radius|}}}</div> | ||
Line 12: | Line 12: | ||
</div> | </div> | ||
<div style="display:flex; flex-direction:column;"> | <div style="display:flex; flex-direction:column; padding: 10px"> | ||
<div style="display:flex; flex-direction:row;"> | <div style="display:flex; flex-direction:row;"> | ||
<div>{{{num_of_charges|}}}</div> | <div>{{{num_of_charges|}}}</div> | ||
Line 22: | Line 22: | ||
<!-- INFO SECTIONS --> | <!-- INFO SECTIONS --> | ||
<div style="display:flex; flex-direction:column; align-items: center;"> | <div style="display:flex; flex-direction:column; align-items: center; margin: 5px 10px 20px 10px"> | ||
<div>{{{description}}}</div> | <div style="width: 80%; padding: 10px">{{{description}}}</div> | ||
<div style="display:flex; flex-direction:row;"> | <div style="display:flex; flex-direction:row; flex-wrap: wrap; justify-content: center"> | ||
{{#invoke: AbilityData| | {{#invoke: AbilityData|get_info_main|{{{hero_name}}}|{{{ability_num}}}|1}} | ||
</div> | </div> | ||
{{#invoke: AbilityData|get_info_alt|{{{hero_name}}}|{{{ability_num}}}|1}} | |||
</div> | </div> | ||
Revision as of 17:21, 22 September 2024
Script error: The function "get_ability_card" does not exist.