Site News
Warning: This wiki contains spoilers. Read at your own risk!

Social media: If you would like, please join our Discord server, and/or follow us on X (Twitter) or Tumblr!

Template:GrowthRates: Difference between revisions

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.
(Huge success? Let's see if it is.)
 
No edit summary
 
(23 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{| cellpadding="3" cellspacing="4" style="{{round|20px}} border:2px solid #856c14; background-color: #d4c285"
{| class="cellpadding-3 chapter-table" style="border-spacing: 4px; border-radius: 20px;; border-width: 2px"
! width=100px style="{{roundtl}} border:1px solid #856c14; background-color: #c7ae58" |Class
! class="roundtl" style="width: 100px" | Class
! width=35px style="border:1px solid #856c14; background-color: #c7ae58" |HP
! style="width: 35px" | HP
{{#if:{{{str|}}}|
! style="width: 35px; {{#if:{{{str|}}}||display: none}}" | {{#if:{{{15|}}}|Atk|Str}}
! width=35px style="border:1px solid #856c14; background-color: #c7ae58"  {{!}}Str}}
! style="width: 35px; {{#if:{{{mag|}}}||display: none}}" | Mag
{{#if:{{{mag|}}}|
! style="width: 35px" | Skill
! width=35px style="border:1px solid #856c14; background-color: #c7ae58"  {{!}}Mag}}
! style="width: 35px" | Spd
! width=35px style="border:1px solid #856c14; background-color: #c7ae58" |Skill
! style="width: 35px" | Lck
! width=35px style="border:1px solid #856c14; background-color: #c7ae58" |Spd
! style="width: 35px" | Def
! width=35px style="border:1px solid #856c14; background-color: #c7ae58" |Luck
! {{#if:{{{cha|}}}||class="roundtr"}} style="width: 35px" | Res
! width=35px style="border:1px solid #856c14; background-color: #c7ae58" |Def
! class="roundtr" style="width: 35px; {{#if:{{{cha|}}}||display: none}}" | Cha
! width=35px style="{{roundtr}} border:1px solid #856c14; background-color: #c7ae58" |Res
|-
|-
| style="{{roundbl}} border:1px solid #856c14; background-color: #c7ae58" align="center" | {{{class}}}
| class="roundbl" | {{{class}}}
| style="border:1px solid #856c14; background-color: #c7ae58" align="center" | {{{hp}}}
| {{{hp}}}
{{#if:{{{str|}}}|
| style="{{#if:{{{str|}}}||display: none}}" | {{{str}}}
{{!}} style="border:1px solid #856c14; background-color: #c7ae58" align="center" {{!}} {{{str|}}}}}
| style="{{#if:{{{mag|}}}||display: none}}" | {{{mag}}}
{{#if:{{{mag|}}}|
| {{{skill}}}
{{!}} width=35px style="border:1px solid #856c14; background-color: #c7ae58" align="center" {{!}} {{{mag|}}}}}
| {{{spd}}}
| style="border:1px solid #856c14; background-color: #c7ae58" align="center" | {{{skill}}}
| {{{luck}}}
| style="border:1px solid #856c14; background-color: #c7ae58" align="center" | {{{spd}}}
| {{{def}}}
| style="border:1px solid #856c14; background-color: #c7ae58" align="center" | {{{luck}}}
| {{#if:{{{cha|}}}||class="roundbr"}} | {{{res}}}
| style="border:1px solid #856c14; background-color: #c7ae58" align="center" | {{{def}}}
| class="roundbr" style="{{#if:{{{cha|}}}||display: none}}" | {{{cha}}}
| style="{{roundbr}} border:1px solid #856c14; background-color: #c7ae58" align="center" | {{{res}}}
|}<noinclude>
|}


<noinclude>
{{doc}}</noinclude>
==Usage==
For growth rates, based off of [[Template:CharacterStats]]. For use, copy and paste this code into an article and write the appropriate stat following the "=" sign. Str and Mag will appear only if values are inputted for them.
<pre>
{{CharacterStats
|class=
|hp=
|str=
|mag=
|skill=
|spd=
|luck=
|def=
|res=
}}
</pre>
 
</noinclude>

Latest revision as of 15:35, 24 May 2023

Class HP Str Mag Skill Spd Lck Def Res
{{{class}}} {{{hp}}} {{{str}}} {{{mag}}} {{{skill}}} {{{spd}}} {{{luck}}} {{{def}}} {{{res}}}

Usage

For growth rates, based off of Template:CharacterStats (since deleted). For use, copy and paste this code into an article and write the appropriate stat following the "=" sign. Str, Mag, and Cha will appear only if values are inputted for them.

{{GrowthRates
|class=
|hp=
|str=
|mag=
|skill=
|spd=
|luck=
|def=
|res=
|cha=
|15=y ← Only add for Echoes: Shadows of Valentia characters to change "Str" display to "Atk"
}}