Editing User:Gammaton32/HeroRosterCardGive feedback
Jump to navigation
Jump to search
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 4: | Line 4: | ||
{{#vardefine:quotemark|"}} | {{#vardefine:quotemark|"}} | ||
{{#vardefine:hero|{{#invoke:Lang|get_string|{{{key}}}|lang_code_override=en}}}}<!-- | {{#vardefine:hero|{{#invoke:Lang|get_string|{{{key}}}|lang_code_override=en}}}}<!-- | ||
--><div class="nav-bg" style="display:inline-block; margin: 8px 5px; max-width:400px; border-radius: 20px;"> | --><div class="nav-bg" style="display:inline-block; margin: 8px 5px; max-width:400px; box-sizing: border-box; border-radius: 20px;"> | ||
{|- style="table-layout: fixed; text-align:center; font-size: 12px; | {|- style="table-layout: fixed; text-align:center; border-collapse:collapse; margin: 20px; font-size: 12px; color:#000000; font-family:'Valve Pulp','Retail Demo Regular','Open Sans', 'PT Serif','Palatino','Georgia',serif;" | ||
| {{If lang | | {{If lang | ||
| <!-- 1st Parameter: English/Default --> | | <!-- 1st Parameter: English/Default --> | ||
| Line 11: | Line 11: | ||
| <!-- 2nd Parameter: Other Languages --> | | <!-- 2nd Parameter: Other Languages --> | ||
'''[[{{{hero_link|{{#var:hero}}}}}{{If_lang}}|<span style=color:#000000>{{{hero_loc|{{#var:hero}}}}}</span>]]''' | '''[[{{{hero_link|{{#var:hero}}}}}{{If_lang}}|<span style=color:#000000>{{{hero_loc|{{#var:hero}}}}}</span>]]''' | ||
}} <div class="HeroCard2" style="height: 280px; display: flex; align-items: center; justify-content: center;">[[File:{{#var:hero}} Render.png|270x280px|link={{#var:hero}}{{If_lang}}]]</div> | }} <div class="HeroCard2" style="height: 280px; display: flex; align-items: center; justify-content: center; transition: 0.08s transform ease-in-out;">[[File:{{#var:hero}} Render.png|270x280px|link={{#var:hero}}{{If_lang}}]]</div> | ||
|- | |- | ||
|{{#ifeq: {{{no_tags|}}}|true | |{{#ifeq: {{{no_tags|}}}|true | ||
||{{Infobox hero tags|key={{{key}}}|size=1|align=center}}|}} | ||{{Infobox hero tags|key={{{key}}}|size=1|align=center}}|}} | ||
|- | |- style="font-size:14px; color:#000000; height:50px; text-align:center;" | ||
| {{AbilityCircle|name={{{Ability1|{{#invoke:Abilities|get_ability_name|{{{key|hero_atlas}}}|1}}}}}|iconsize=48|bgsize=69 | | {{AbilityCircle|name={{{Ability1|{{#invoke:Abilities|get_ability_name|{{{key|hero_atlas}}}|1}}}}}|iconsize=48|bgsize=69}} {{AbilityCircle|name={{{Ability2|{{#invoke:Abilities|get_ability_name|{{{key|hero_atlas}}}|2}}}}}|iconsize=48|bgsize=69}} {{AbilityCircle|name={{{Ability3|{{#invoke:Abilities|get_ability_name|{{{key|hero_atlas}}}|3}}}}}|iconsize=48|bgsize=69}} {{AbilityCircle|name={{{Ability4|{{#invoke:Abilities|get_ability_name|{{{key|hero_atlas}}}|4}}}}}|iconsize=48|bgsize=69}} | ||
|} | |} | ||
</div></onlyinclude> | </div></onlyinclude> | ||