User:Saag/HeroRosterCard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly> | ||
<div style="display:inline-block; margin | <div style="display:inline-block; margin: 15px 10px 15px 10px; width:min(768px, 90vw);"> | ||
{|- style="text-align:left; background- | {|- style="text-align:left; background-image: linear-gradient(30deg, #F9DFB1, #fdf5e8); border-collapse:collapse; border-radius: 55px; font-size: 12px; font-family: 'PT Serif','Palatino','Georgia',serif;" | ||
| rowspan="4" | <div class="HeroCard2">[[File:{{{1| | | 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:{{{1|Abrams}}} Render.png|256px|link={{{1|Abrams}}}]]</div> | ||
| style="text-align:center; background-color: #FEF6E7; height:20px; font-size:25px; line-height: | | style="text-align:center; font-family: 'Forevs Demo Medium'; background-color: #FEF6E7; height:20px; font-size:25px; line-height:8px;" colspan="2" | '''[[{{{1|Abrams}}}]]''' | ||
|- style="background-color: #FEF6E7; font-size:14px; height: | |- style="background-color: #FEF6E7; font-size:14px; height:5px; text-align:center; font-weight:bold; font-family: 'Retail Demo';" | ||
| {{Summary_hero|{{{1| | | {{Summary_hero|{{{1|Abrams}}}}} | ||
|- style="background-color:#FCEED4; font-size:14px; height:50px; text-align:center;" | |- style="background-color:#FCEED4; font-size:14px; height:50px; text-align:center;" | ||
| {{Description_hero|{{{1| | | {{Description_hero|{{{1|Abrams}}}}} | ||
|- style="background-color:#FCEED4; font-size:14px; height:50px; text-align:center;" | |- style="background-color:#FCEED4; font-size:14px; height:50px; text-align:center;" | ||
| {{User:Saag/AbilityCircle|hero_name={{{1| | | {{User:Saag/AbilityCircle|hero_name={{{1|Abrams}}}|ability_num=1|iconsize=48|bgsize=69}} {{User:Saag/AbilityCircle|hero_name={{{1|Abrams}}}|ability_num=2|iconsize=48|bgsize=69}} {{User:Saag/AbilityCircle|hero_name={{{1|Abrams}}}|ability_num=3|iconsize=48|bgsize=69}} {{User:Saag/AbilityCircle|hero_name={{{1|Abrams}}}|ability_num=4|iconsize=48|bgsize=69}} | ||
|} | |} | ||
</div></ | </div></includeonly><noinclude> | ||
{{HeroRosterCard | |||
<noinclude> | |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 | |||
|hero=Haze | |||
|Ability1=Sleep Dagger | |||
|Ability2=Smoke Bomb | |||
|Ability3=Fixation | |||
|Ability4=Bullet Dance | |||
}} | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"hero": { | "hero": { | ||
"description": "The name of the Hero. Used to | "description": "The name of the Hero. Used to write the title, summary and get the render image.", | ||
"example": " | "example": "Abrams", | ||
"default": " | "default": "Abrams", | ||
"required": true | |||
}, | |||
"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 | "required": true | ||
} | } |
Latest revision as of 22:32, 28 September 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
hero | hero | The name of the Hero. Used to write the title, summary and get the render image.
| Unknown | required |
Ability1 | Ability1 | The name of the character's first ability.
| Unknown | required |
Ability2 | Ability2 | The name of the character's second ability.
| Unknown | required |
Ability3 | Ability3 | The name of the character's third ability.
| Unknown | required |
Ability4 | Ability4 | The name of the character's ultimate.
| Unknown | required |