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:NewUnit: Difference between revisions

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.
m (Trimmed formatting)
mNo edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 6: Line 6:
|
|
{| class="chapter-table" style="width: 100%; padding: 2px; border: none; background: none; border-radius: 0"
{| class="chapter-table" style="width: 100%; padding: 2px; border: none; background: none; border-radius: 0"
! style="border-radius: 5px" colspan="2" | [[{{{class}}}]]
| style="border-radius: 5px" colspan="2" | '''[[{{{classarticle|{{{class}}}}}}|{{{class}}}]]'''
|-
|-
| style="width: 50%; border-radius: 5px" | '''HP'''<br>{{{HP}}}
| style="width: {{{width|{{#if:{{{inventory}}}|35|50}}%}}}; border-radius: 5px" | '''HP'''<br>{{{HP}}}
{{#if:{{{inventory|}}}|{{!}} style="border-radius: 5px;" rowspan="2" {{!}} '''Inventory'''<br>{{{inventory}}}
{{#if:{{{inventory}}}|{{!}} style="border-radius: 5px" rowspan="2" {{!}} '''Inventory'''<br>{{{inventory|{{nwh}}}}}
{{!-}} }}
{{!-}} }}
| style="border-radius: 5px" | '''Level'''<br>{{{lv}}}
| style="border-radius: 5px" | '''Level'''<br>{{{lv}}}
|-
|-
! style="border-radius: 5px" colspan="2" | {{{recruitment method}}}
| style="border-radius: 5px" colspan="2" | '''{{{recruitment method}}}'''
|}
|}
|}<noinclude>
|}<noinclude>


==Usage==
{{doc}}</noinclude>
<pre>{{NewUnit
|name=
|portrait=
|class=
|HP=
|lv=
|inventory=
|recruitment method=
}}</pre>[[Category:Chapter data templates]]</noinclude>

Latest revision as of 03:25, 26 August 2023

[[{{{name}}}|{{{name}}}]]
{{{portrait}}}
[[{{{class}}}|{{{class}}}]]
HP
{{{HP}}}
Inventory
--
Level
{{{lv}}}
{{{recruitment method}}}

Usage

{{NewUnit
|name=
|namearticle= optional; defaults to same value as name
|portrait=
|class=
|classarticle= optional; defaults to same value as class
|width= width of the HP column
|HP=
|lv=
|inventory= defaults to "--"; declare inventory as blank ("") to hide
|recruitment method=
}}