| Latest revision |
Your text |
| Line 1: |
Line 1: |
| <includeonly>{{anchor|{{{ability_name|}}}}}
| | #REDIRECT [[User:Cronos/Sandbox card]] |
| <div style="display:flex; flex-direction:column;">
| |
| <div class="ability_details_main" style="display: flex; flex-wrap: wrap; align-items: flex-start;">
| |
| <div class="ability_box" style="flex:0 1 650px; margin-right:15px;">
| |
| <div class="abilityHeader"
| |
| style="color: #ffefd7; font-weight:bold; font-size:140%; padding: 10px 10px 10px 10px; background: #121212;">
| |
| <div style="display: flex; align-items: center;"> {{#if:{{{name_link|}}}|[[{{{name_link}}}|{{{name}}}]]|{{{name}}}}}</div>
| |
| </div>
| |
| <div class="summaryInfoAndImage" style="display:inline-flex; background: #353535; width:100%">
| |
| <div style="display:flex; flex-direction:column; margin:5px 5px;">
| |
| <div class="abilityImage" style="display:inline-block; width:128px; height:128px;">
| |
| <div style="position:absolute;">[[File:Passive ability frame.png|128x128px|link=]]</div>
| |
| <div class="ability-icon"
| |
| style="width:100%; height:100%; display:flex; flex-direction:column; justify-content:center;">
| |
| {{#if:{{{ability icon|}}}|[[File:{{{ability icon}}}|90x90px|middle|center|link=]]|[[File:{{{name}}}.png|link=|90x90px|middle|center]]}}
| |
| </div>
| |
| </div>
| |
| </div>
| |
| <div style="color: #ffefd7; padding:5px; padding-left: 10px; padding-right: 10px; padding-bottom: 5px;">
| |
| {{{description}}}
| |
| {{#if:{{{radius|}}}|{{Ability card/Data row|name=Radius|value={{{radius}}} }} }}<!--
| |
| -->{{#if:{{{range|}}}|{{Ability card/Data row|name=Range|value={{{range}}} }} }}<!--
| |
| -->{{#if:{{{ability_width|}}}|{{Ability card/Data row|name=Ability width|value={{{ability_width}}} }} }}<!--
| |
| -->{{#if:{{{duration|}}}|{{Ability card/Data row|name=Duration|value={{{duration}}} }} }}<!--
| |
| -->{{#if:{{{cooldown|}}}|{{Ability card/Data row|name=Cooldown|value={{{cooldown}}} }} }}<!--
| |
| -->{{#if:{{{effect1|}}}|{{Template:Ability card/Effect row|{{{effect1}}} }} }}<!--
| |
| -->{{#if:{{{effect2|}}}|{{Template:Ability card/Effect row|{{{effect2}}} }} }}<!--
| |
| -->{{#if:{{{effect3|}}}|{{Template:Ability card/Effect row|{{{effect3}}} }} }}<!--
| |
| -->{{#if:{{{effect4|}}}|{{Template:Ability card/Effect row|{{{effect4}}} }} }}<!--
| |
| -->{{#if:{{{effect5|}}}|{{Template:Ability card/Effect row|{{{effect5}}} }} }}<!--
| |
| -->{{#if:{{{effect6|}}}|{{Template:Ability card/Effect row|{{{effect6}}} }} }}<!--
| |
| -->{{#if:{{{effect7|}}}|{{Template:Ability card/Effect row|{{{effect7}}} }} }}<!--
| |
| -->{{#if:{{{effect8|}}}|{{Template:Ability card/Effect row|{{{effect8}}} }} }}<!--
| |
| -->{{#if:{{{effect9|}}}|{{Template:Ability card/Effect row|{{{effect9}}} }} }}<!--
| |
| -->{{#if:{{{upgrade1|}}}|{{Template:Ability card/Upgrade row|ap=1|description={{{upgrade1}}} }} }}<!--
| |
| -->{{#if:{{{upgrade2|}}}|{{Template:Ability card/Upgrade row|ap=2|description={{{upgrade2}}} }} }}<!--
| |
| -->{{#if:{{{upgrade3|}}}|{{Template:Ability card/Upgrade row|ap=5|description={{{upgrade3}}} }} }}</div></div></div></div></div>
| |
| </includeonly>
| |
| <noinclude>
| |
| {{doc}}
| |
|
| |
|
| |
| [[Category:Infobox templates]]
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "ability_name": {},
| |
| "name": {
| |
| "description": "Name of the ability (must match exactly)",
| |
| "example": "Siphon Life",
| |
| "type": "string"
| |
| },
| |
| "ability icon": {
| |
| "description": "Optional: If the ability uses another icon enter it here. Most likely for unreleased characters",
| |
| "example": "Siphon Life.png",
| |
| "type": "wiki-file-name"
| |
| },
| |
| "description": {},
| |
| "radius": {},
| |
| "range": {},
| |
| "ability_width": {},
| |
| "duration": {},
| |
| "cooldown": {},
| |
| "effect1": {},
| |
| "effect2": {},
| |
| "effect3": {},
| |
| "effect4": {},
| |
| "effect5": {},
| |
| "effect6": {},
| |
| "effect7": {},
| |
| "effect8": {},
| |
| "effect9": {},
| |
| "upgrade1": {},
| |
| "upgrade2": {},
| |
| "upgrade3": {}
| |
| }
| |
| }
| |
| </templatedata></noinclude>
| |