Editing Template: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 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
<div style="display:inline-block; margin: 15px 10px 15px 10px; width:min(768px, 90vw);"> | |||
{|- style="text-align:left; background-image: linear-gradient(30deg, #e8be86, #fdf5e8); border-collapse:collapse; border-radius: 55px; font-size: 12px; color:#000000; font-family:'Retail Demo Regular','Open Sans', 'PT Serif','Palatino','Georgia',serif;" | |||
| rowspan="4" | <div class="HeroCard2 hide-parent-td-mobile" style="width: min(256px, 15vw); padding: 10px 25px 10px 5px; transition: 0.08s transform ease-in-out;">[[File:{{{hero|Abrams}}} Render.png|256px|link={{{hero|Abrams}}}{{If_lang}}]]</div> | |||
{|- style=" | | style="text-align:center; font-family: 'Forevs Demo','Open Sans'; background-color: #FCEED4; height:45px; font-size:25px; color:#000000; line-height:8px; vertical-align: middle;" colspan="2" | {{If lang | ||
|{{ | |||
| <!-- 1st Parameter: English/Default --> | | <!-- 1st Parameter: English/Default --> | ||
<div>{{# | <div>{{#ifeq: {{{no_name|}}}|true|'''[[{{{hero_link|{{{hero|Abrams}}}}}}|<span style=color:#000000>{{{hero_loc|{{{hero|Abrams}}}}}}</span>]]'''|{{Template:Icon/Black|[[File:{{{hero|Abrams}}}_name.png|x40px|link={{{hero|Abrams}}}]]}}}}</div> | ||
| <!-- 2nd Parameter: Other Languages --> | | <!-- 2nd Parameter: Other Languages --> | ||
'''[[{{{hero_link|{{{hero|Abrams}}}}}}{{If_lang}}|<span style=color:#000000>{{{hero_loc|{{{hero|Abrams}}}}}}</span>]]''' | |||
}} | |||
|- style="background-color: #FCEED4; font-size:25px; color:#000000; height:5px; text-align:center; font-weight:bold; font-family: 'Forevs Demo';" | |||
| {{#ifeq: {{{no_tags|}}}|true||{{#invoke:HeroData|get_hero_tag|{{{hero|Abrams}}}|1}} - {{#invoke:HeroData|get_hero_tag|{{{hero|Abrams}}}|2}} - {{#invoke:HeroData|get_hero_tag|{{{hero|Abrams}}}|3}}}} | |||
|- style="background-color:#FCEED4; font-size:14px; color:#000000; height:50px; text-align:center;" | |||
| {{AbilityCircle|name={{{Ability1|Siphon Life}}}|iconsize=48|bgsize=69}} {{AbilityCircle|name={{{Ability2|Shoulder Charge}}}|iconsize=48|bgsize=69}} {{AbilityCircle|name={{{Ability3|Infernal Resilience}}}|iconsize=48|bgsize=69}} {{AbilityCircle|name={{{Ability4|Seismic Impact}}}|iconsize=48|bgsize=69}} | |||
|} | |} | ||
</div></onlyinclude> | </div></onlyinclude> | ||
{{HeroRosterCard | {{HeroRosterCard | ||
|key=hero_bebop | |key=hero_bebop | ||
}}{{HeroRosterCard | |hero=Bebop | ||
|Ability1=Exploding Uppercut | |||
|Ability2=Sticky Bomb | |||
|Ability3=Hook | |||
|Ability4=Hyper Beam | |||
}} | |||
{{HeroRosterCard | |||
|key=hero_dynamo | |key=hero_dynamo | ||
}}{{HeroRosterCard | |hero=Dynamo | ||
|Ability1=Kinetic Pulse | |||
|Ability2=Quantum Entanglement | |||
|Ability3=Rejuvenating Aurora | |||
|Ability4=Singularity | |||
}} | |||
{{HeroRosterCard | |||
|key=hero_orion | |key=hero_orion | ||
}}{{HeroRosterCard | |hero=Grey Talon | ||
|Ability1=Charged Shot | |||
|Ability2=Rain of Arrows | |||
|Ability3=Immobilizing Trap | |||
|Ability4=Guided Owl | |||
}} | |||
{{HeroRosterCard | |||
|key=hero_haze | |key=hero_haze | ||
|hero=Haze | |||
|Ability1=Sleep Dagger | |||
|Ability2=Smoke Bomb | |||
|Ability3=Fixation | |||
|Ability4=Bullet Dance | |||
}} | }} | ||
{{ | <noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"hero": { | |||
"description": "The name of the Hero. Used to write the title, summary and get the render image.", | |||
"example": "Abrams", | |||
"default": "Abrams", | |||
"required": true | |||
}, | |||
"lang": { | |||
"description": "Language of descriptions. Optional.", | |||
"example": "English", | |||
"default": "English" | |||
}, | |||
"hero_link": { | |||
"description": "Link for hero page. Optional", | |||
"example": "Abrams" | |||
}, | |||
"hero_loc": { | |||
"description": "Override hero name. Optional.", | |||
"example": "Abrams" | |||
}, | |||
"Ability1": { | |||
"description": "The name of the character's first ability.", | |||
"example": "Siphon Life", | |||
"required": true | |||
}, | |||
"Ability2": { | |||
"description": "The name of the character's second ability.", | |||
"example": "Shoulder Charge", | |||
"default": "Shoulder Charge", | |||
"required": true | |||
}, | |||
"Ability3": { | |||
"description": "The name of the character's third ability.", | |||
"example": "Infernal Resilience", | |||
"default": "Infernal Resilience", | |||
"required": true | |||
}, | |||
"Ability4": { | |||
"description": "The name of the character's ultimate.", | |||
"example": "Seismic Impact", | |||
"default": "Seismic Impact", | |||
"required": true | |||
}, | |||
"key": { | |||
"description": "Internal name of the Hero, used to grab summary and role.", | |||
"example": "hero_atlas, hero_bebop" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"key", | |||
"hero", | |||
"lang", | |||
"hero_link", | |||
"hero_loc", | |||
"Ability1", | |||
"Ability2", | |||
"Ability3", | |||
"Ability4" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||