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-left: 20px; margin-bottom: 15px; width:768px"> | |||
{|- style="text-align:left; background-color: #F9DFB1; border-collapse:collapse; border-radius: 55px; font-size: 12px; font-family: 'PT Serif','Palatino','Georgia',serif;" | |||
| rowspan="4" | <div class="HeroCard2">[[File:{{{hero|Abrams}}} Render.png|256px|link={{{hero|Abrams}}}]]</div> | |||
{|- style=" | | style="text-align:center; background-color: #FEF6E7; height:20px; font-size:25px; line-height:11px" colspan="2" | '''{{{hero|Abrams}}}''' | ||
| | |- style="background-color: #FEF6E7; font-size:14px; height:8px; text-align:center; font-weight:bold;" | ||
| {{Summary_hero|{{{hero|Abrams}}}}} | |||
|- style="background-color:#FCEED4; font-size:14px; height:50px; text-align:center;" | |||
| {{Description_hero|{{{hero|Abrams}}}}} | |||
|- style="background-color:#FCEED4; font-size:14px; 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 | |||
|hero=Bebop | |||
|Ability1=Exploding Uppercut | |||
|Ability2=Sticky Bomb | |||
|Ability3=Hook | |||
|Ability4=Hyper Beam | |||
}} | |||
{{HeroRosterCard | |||
|hero=Dynamo | |||
|Ability1=Kinetic Pulse | |||
|Ability2=Quantum Entanglement | |||
|Ability3=Rejuvenating Aurora | |||
|Ability4=Singularity | |||
}} | |||
{{HeroRosterCard | |||
|hero=Grey Talon | |||
|Ability1=Charged Shot | |||
|Ability2=Rain of Arrows | |||
|Ability3=Immobilizing Trap | |||
|Ability4=Guided Owl | |||
}} | |||
{{HeroRosterCard | {{HeroRosterCard | ||
| | |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 | |||
}, | |||
"Ability1": { | |||
"description": "The name of the first character's ability.", | |||
"example": "Siphon Life", | |||
"default": "Siphon Life", | |||
"required": true | |||
}, | |||
"Ability2": { | |||
"required": true | |||
}, | |||
"Ability3": { | |||
"required": true | |||
}, | |||
"Ability4": { | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||