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

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.
(Made fields that default to ? also include page in missing stats category; misc.)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{|
<noinclude>{|
</noinclude>|-
</noinclude>|-
| {{#if:{{{last|}}}|class="roundbl"}} rowspan="2" | [[File:Ma snes02 {{lc:{{{class}}}}} {{{version|}}} {{{type|enemy}}}.gif]]
| class="pixel-art {{#if:{{{last|}}}|roundbl}}" rowspan="2" | [[File:Ma snes02 {{lc:{{{class}}}}} {{{version|}}} {{{type|enemy}}}.gif]]
| rowspan="2" | {{{name}}}
| rowspan="2" | {{{name}}}
| rowspan="2" | [[{{{classarticle|{{{class}}}}}}|{{{class}}}]]
| rowspan="2" | [[{{{classarticle|{{{class}}}}}}|{{{class}}}]]
Line 15: Line 15:
| {{{res|?<includeonly>[[Category:Articles missing stat data]]</includeonly>}}}
| {{{res|?<includeonly>[[Category:Articles missing stat data]]</includeonly>}}}
| {{{mov|?<includeonly>[[Category:Articles missing stat data]]</includeonly>}}}
| {{{mov|?<includeonly>[[Category:Articles missing stat data]]</includeonly>}}}
| {{{inventory|{{nwh}}}}}
| class="pixel-art" | {{{inventory|{{nwh}}}}}
|-
|-
| {{#if:{{{last|}}}|class="roundbr"}} colspan="12" | {{{notes|{{nwh}}}}}<noinclude>
| {{#if:{{{last|}}}|class="roundbr"}} colspan="12" | {{{notes|{{nwh}}}}}<noinclude>
|}
|}<noinclude>


==Usage==
{{doc}}</noinclude>
For enemy or NPC data on chapter pages for {{title|Genealogy of the Holy War}}. In the inventory field, use {{t|Item}} for items and skills. The first unit in the list should be the one seen, when scrolling, directly after the boss if there is one.
<pre>
{{ChapUnitCellFE4
|name=The unit's name
|class=The unit's class
|version=The unit's sprite version
|type=The unit's type (enemy, other, partner; can be left empty for enemy units)
|lv=The unit's level
|#=The number of units with the same data
|hp=
|str=
|mag=
|skill=
|spd=
|lck=
|def=
|res=
|mov=
|inventory={{Item|4|Iron Sword}} • {{Item|4|Javelin}} • etc.<br>Skills, if applicable, the same way
|notes=Unique or unusual traits and behaviors, or anything else worth noting (for multiple, start each with a • and separate w/ <br>)
|last=y ← Include only if this unit is the last in a list before ChapUnitReinf or ChapUnitFtr
}}
</pre>
 
{{DEFAULTSORT:ChapUnitCellFE04}}
[[Category:Chapter data templates]]</noinclude>

Latest revision as of 18:38, 22 May 2023

[[File:Ma snes02 {{{class}}} enemy.gif]] {{{name}}} [[{{{class}}}|{{{class}}}]] ? ? ? ? ? ? ? ? ? ? ? --
--

Usage

For enemy or NPC data on chapter pages for Genealogy of the Holy War. In the inventory field, use {{Item}} for items and skills. Units should be listed in their internal scrolling order, with the first unit typically being the boss if there is one.

{{ChapUnitCellFE4
|name=The unit's name
|class=The unit's class
|version=The unit's sprite version
|type=The unit's type (enemy, other, partner; can be left empty for enemy units)
|lv=The unit's level
|#=The number of units with the same data
|hp=
|str=
|mag=
|skill=
|spd=
|lck=
|def=
|res=
|mov=
|inventory={{Item|4|Iron Sword}} • {{Item|4|Javelin}} • etc.<br>Skills, if applicable, the same way
|notes=Unique or unusual traits and behaviors, or anything else worth noting (for multiple, start each with a • and separate w/ <br>)
|last=y ← Include only if this unit is the last in a list before ChapUnitReinf or ChapUnitFtr
}}