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 Twitter (X) or Tumblr!

Template:NewUnit: Difference between revisions

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.
mNo edit summary
mNo edit summary
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| style="{{round|14px}}; border: 2px solid {{Color2}}; background: {{Color3}}; padding: 4px; text-align: center; margin: auto; max-width: 350px"
{| style="border-radius: 14px; border: 2px solid {{Color2}}; background: {{Color3}}; padding: 4px; text-align: center; margin: auto; max-width: 350px"
! style="border-radius: 14px; border: 1px solid {{Color2}}; padding: 2px; font-size: larger" | [[{{{namearticle|{{{name}}}}}}|{{{name}}}]]
|-
| style="padding: 2px; width: 300px; height: 50px" | {{{portrait}}}
|-
|
|
{| align="center" width="100%" style="{{round|14px}}; border: 1px solid {{Color2}}; background: {{Color3}}; padding: 2px" class="roundy"
{| class="chapter-table" style="width: 100%; padding: 2px; border: none; background: none; border-radius: 0"
! <big>[[{{{namearticle|{{{name}}}}}}|{{{name}}}]]</big>
| style="border-radius: 5px" colspan="2" | '''[[{{{classarticle|{{{class}}}}}}|{{{class}}}]]'''
|}
|-
{| width="100%" style="padding: 2px"
| style="width: {{{width|{{#if:{{{inventory}}}|35|50}}%}}}; border-radius: 5px" | '''HP'''<br>{{{HP}}}
| width="300px" height="50px" | {{{portrait}}}
{{#if:{{{inventory}}}|{{!}} style="border-radius: 5px" rowspan="2" {{!}} '''Inventory'''<br>{{{inventory|{{nwh}}}}}
|}
{{!-}} }}
{| width="100%" style="padding: 2px"
| style="border-radius: 5px" | '''Level'''<br>{{{lv}}}
! style="border:1px solid {{Color2}}; background: {{Color1}}; {{round|5px}}" | [[{{{class}}}]]
|-
|}
| style="border-radius: 5px" colspan="2" | '''{{{recruitment method}}}'''
{| width="100%" class="cellpadding-2" style="border-spacing: 2px"
|- style="background: {{Color1}}"
| width="50%" style="border:1px solid {{Color2}}; {{round|5px}}" | '''HP'''<br>{{{HP}}}
| width="50%" style="border:1px solid {{Color2}}; {{round|5px}}" | '''Level'''<br>{{{lv}}}
|}
{| width="100%" style="padding: 2px"
! style="border:1px solid {{Color2}}; background-color: {{Color1}}; {{round|5px}}" | {{{recruitment method}}}
|}
|}
|}<noinclude>
|}<noinclude>


==Usage==
{{doc}}</noinclude>
<pre>{{NewUnit
|name=
|portrait=
|class=
|HP=
|lv=
|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=
}}