Template:Stats1: Difference between revisions

From AnotherEidos Wiki
Jump to navigation Jump to search
No edit summary
(This now uses {{Stats}} as a base so it's easier to maintain the code)
Line 1: Line 1:
{| class="wikitable" style=" width:700px"
{{Stats
|-
| rank-color=#BCC6CC
! colspan="2" style="background-color:#BCC6CC;" | Silver Rank [[File:SilverRank.png|35px]]
| rank=Silver Rank
! style="background-color:#BCC6CC;" | Lvl.1
| rank-img=SilverRank
! style="background-color:#BCC6CC;" | Lvl.{{{lv max|X}}}
| display-note: none
! style="background-color:#BCC6CC;" colspan="3" |  
| filename = {{{filename|charactername}}}
|-
| lv max = {{{lv max|?}}}
| rowspan="2" style="background-color:#ffffff; text-align:center;"" | [[File:FS_{{{filename|}}}.png|65px|]]
| hp = {{{hp}|?}}}
| HP
| hp max = {{{hp max|?}}}
| style="background-color:#ffffff;" | {{{hp|?}}}
| atk = {{{atk|?}}}
| style="background-color:#ffffff;" | {{{hp max|?}}}
| atk max = {{{atk max|?}}}
| COST
| def = {{{def|?}}}
| style="background-color:#ffffff;" | {{{cost|?}}}
| def max = {{{def max|?}}}
| style="text-align:center;" rowspan="4" | [[File:Range{{{range type|?}}}.png|240px]]
| magic res = {{{magic res|?}}}
|-
| magic res max = {{{magic res max|?}}}
| ATTACK
| cost = {{{cost|?}}}
| style="background-color:#ffffff;" | {{{atk|?}}}
| redeploy = {{{redploy|?}}}
| style="background-color:#ffffff;" | {{{atk max|?}}}
| class = {{{class|Stranger}}}
| REPOSITION
| block = {{{block|?}}}
| style="background-color:#ffffff;" | {{{redeploy|?}}}
| atk spd = {{{atk spd|?}}}
|-
| range type = {{{range type|18}}}
| rowspan="2" style="background-color:#ffffff; text-align:center;" | [[File:{{{class|}}}.png|65px]]
| trait = {{{trait|?}}}
| DEFENSE
| nature name = {{{nature name|?}}}
| style="background-color:#ffffff;" | {{{def|?}}}
| nature desc = {{{nature desc|?}}}
| style="background-color:#ffffff;" | {{{def max|?}}}
}}
| BLOCK
<noinclude>
| style="background-color:#ffffff;" | {{{block|?}}}
This now uses {{Stats}} as a base so it's easier to maintain the code
|-
| style=" width:80px" | MAGIC RES
| style="background-color:#ffffff;" | {{{magic res|?}}}
| style="background-color:#ffffff;" | {{{magic res max|?}}}
| ATTACK SPD
| style="background-color:#ffffff;" | {{{atk spd|?}}}
|-
| style="text-align:center;" colspan="1" | TRAIT
| style="background-color:#ffffff;" colspan="6" | {{{trait|?}}}
|-
| style="background-color:#bbffbb; text-align:center;" colspan="1"  | NATURE
| style="background-color:#f2fef2; font-weight:normal; text-align:left;" colspan="6" | '''{{{nature name|?}}}''' <br> {{{nature desc|?}}}
|}

Revision as of 10:33, 28 October 2022

Character Stats
Rank LVL HP ATK DEF MRES BLK REP COST ASPD
1 ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ?
Silver Rank Up
{{{{{upgrade}}}}}

This now uses

Character Stats
Rank LVL HP ATK DEF MRES BLK REP COST ASPD
1 {{{hp}}} {{{atk}}} {{{def}}} {{{magic res}}} {{{block}}} {{{redeploy}}} {{{cost}}} {{{atk spd}}}
MAX {{{hp max}}} {{{atk max}}} {{{def max}}} {{{magic res}}} {{{block}}} {{{redeploy}}} {{{cost}}} {{{atk spd}}}
Silver Rank Up
{{{{{upgrade}}}}}

as a base so it's easier to maintain the code