Welcome to our new Skyland! Article rewrites are welcome. If you see any missing images, please feel free to add them. Please use the Aboutfile template when uploading and add categories.
We are also aware of some articles being unavailable. Please bear with us while we are working to get them fixed.

Template:Statsbox: Difference between revisions

From Skylanders Wiki
Aura24 (talk | contribs)
No edit summary
Aura24 (talk | contribs)
No edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{{#tag:tabber|
{{#tag:tabber|
Console Stats=
''These are the starting and maximum [[Statistics]] for this Skylander in the [[Skylanders (franchise)|Skylanders]] games.''<br>
*'''Health:''' {{#if:{{{health|}}}|{{{health}}}|???}} {{#if:{{{health|}}}|''(max. {{#expr: {{{health|0}}}+{{{health|0}}}}})''}}
*'''Speed:''' {{#if:{{{speed|}}}|{{{speed}}}|??}} {{#if:{{{speed|}}}|''(max. {{#expr: {{{speed|0}}}+(6*8)}})''}}
*'''Armor:''' {{#if:{{{armor|}}}|{{{armor}}}|??}} {{#if:{{{armor|}}}|''(max. {{#expr: {{{armor|0}}}+(10*3)+{{#ifeq:{{PAGENAME}}|Bash|40|0}}+{{#ifeq:{{PAGENAME}}|Drill Sergeant|40|0}}+{{#ifeq:{{PAGENAME}}|Legendary Bash|40|0}}+{{#ifeq:{{PAGENAME}}|Ignitor|40|0}}+{{#ifeq:{{PAGENAME}}|Wham-Shell|40|0}}+{{#ifeq:{{PAGENAME}}|Warnado|40|0}}}}{{#ifeq:{{PAGENAME}}|Dino-Rang|+40|}}{{#ifeq:{{PAGENAME}}|Prism Break|+40|}}{{#ifeq:{{PAGENAME}}|Slam Bam|+40|}})''}}
*'''Critical Hit:''' {{#if:{{{criticalhit|}}}|{{{criticalhit}}}|??}} {{#if:{{{criticalhit|}}}|''(max. {{#expr: {{{criticalhit|0}}}+(10*5)}})''}}
*'''Elemental Power:''' {{#if:{{{elementalpower|}}}|{{{elementalpower}}}|??}} {{#if:{{{elementalpower|}}}|''(max. {{#expr: {{{elementalpower|0}}}+(10*5)}})''}}
{{!}}-{{!}}
Power Stats=
Power Stats=
'''Warning:''' ''These stats are <u>not</u> used in any of the Skylander games. They are only listed for completeness reasons.<br>
'''Warning:''' ''These stats are <u>not</u> used in any of the Skylander games. They are only listed for completeness reasons.<br>
*''Strength:'' {{{strength|150}}}
*''Strength:'' {{{strength|150}}}
*''Defense:'' {{{defense|150}}}
*''Agility:'' {{{agility|150}}}
*''Agility:'' {{{agility|150}}}
*''Defense:'' {{{defense|150}}}
*''Luck:'' {{{luck|150}}}
*''Luck:'' {{{luck|150}}}
{{!}}-{{!}}
{{!}}-{{!}}
{{#ifeq: {{{racing|}}} | true |
Racing Stats=
''These stats are used in [[Skylanders: SuperChargers Racing]].''<br>
*'''Top Speed:''' {{{topspeed|??}}}
*'''Acceleration:''' {{{acceleration|??}}}
*'''Handling:''' {{{handling|??}}}
*'''Firepower:''' {{{firepower|??}}}
*'''Armour:''' {{{armour|??}}}
{{!}}-{{!}} | }}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
Use this stats box on pages related to the Skylanders in ''Skylanders''.
Use this stats box on pages related to the Skylanders in ''Skylanders''.


'''Warning:''' ''do not use anything other than numbers to describe the stats.''
Write in the stats found in the first game they appear in on a new game save slot and fully reset stats as the arguments to the parameters - the template will auto complete the rest of the data. Missing arguments will have their respective stat show a placeholder "???" text.


<pre>{{Statsbox
'''Warning:''' ''do not use anything other than numbers to describe the stats, as this can cause errors in the template evaluations.''
 
<pre>{{Statsbox (Skylanders)
|health = 0
|speed = 0
|armor = 0
|criticalhit = 0
|elementalpower = 0
|strength = 0
|strength = 0
|defense = 0
|agility = 0
|agility = 0
|defense = 0
|luck = 0
|luck = 0
|racing=true or false (defaults to false)
|topspeed = 0
|acceleration = 0
|handling = 0
|firepower = 0
|armour = 0
}}</pre></noinclude>
}}</pre></noinclude>

Latest revision as of 23:49, May 14, 2025

Use this stats box on pages related to the Skylanders in Skylanders.

Write in the stats found in the first game they appear in on a new game save slot and fully reset stats as the arguments to the parameters - the template will auto complete the rest of the data. Missing arguments will have their respective stat show a placeholder "???" text.

Warning: do not use anything other than numbers to describe the stats, as this can cause errors in the template evaluations.

{{Statsbox (Skylanders)
|health = 0
|speed = 0
|armor = 0
|criticalhit = 0 
|elementalpower = 0
|strength = 0
|defense = 0
|agility = 0
|luck = 0
|racing=true or false (defaults to false)
|topspeed = 0
|acceleration = 0
|handling = 0
|firepower = 0
|armour = 0
}}