Template:SMT Armor: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>|-style="text-align:center" id="{{{name}}}"
! rowspan=3 class="thick-border-bottom"| {{{name}}}
! rowspan=3 class="thick-border-bottom"| {{{name}}}
! Alignment
! Alignment
| <center>{{{alignment}}}</center>
| {{{alignment}}}
! {{Tt|Aff|Affinity}}
! {{Tt|Aff|Affinity}}
| <center>{{{aff}}}</center>
| {{{aff}}}
! Def
! Def
| <center>{{{def|—}}}</center>
| {{{def|—}}}
! St
! St
| <center>{{{st|—}}}</center>
| {{{st|—}}}
! In
! In
| <center>{{{in|—}}}</center>
| {{{in|—}}}
! Ma
! Ma
| <center>{{{ma|—}}}</center>
| {{{ma|—}}}
|-
|- style="text-align:center"
! Gender
! Gender
| <center>{{{gender}}}</center>
| {{{gender}}}
! Cause
! Cause
| <center></center>
| —
! Eva
! Eva
| <center>{{{eva|—}}}</center>
| {{{eva|—}}}
! Vi
! Vi
| <center>{{{vi|—}}}</center>
| {{{vi|—}}}
! Ag
! Ag
| <center>{{{ag|—}}}</center>
| {{{ag|—}}}
! Lu
! Lu
| <center>{{{lu|—}}}</center>
| {{{lu|—}}}
|-
|-
!class="thick-border-bottom"| Obtained
!class="thick-border-bottom"| Obtained
|colspan=11 class="thick-border-bottom"| {{{obtain}}}
|colspan=11 class="thick-border-bottom"| {{{obtain}}}</includeonly><noinclude>
|-</includeonly>
{{Documentation}}
<noinclude>{{Documentation}}
[[Category:Armor Templates]]
[[Category:Equipment Table Templates]]</noinclude>
[[Category:SMT1 Templates]]
[[Category:SMT1 Equipment Table Templates]]
[[Category:SMT2 Templates]]
[[Category:SMT2 Equipment Table Templates]]</noinclude>

Latest revision as of 23:05, 23 June 2024

Purpose

Used to create tables for listing armor equipment (headgear, body armor, gloves, leggings) in Shin Megami Tensei and Shin Megami Tensei II. {| class="wikitable" must be placed at the beginning and the table must be closed by appending |} on the following line.

Usage

Omitted stat parameters will show up as an em dash in the table. A parameter should be omitted if an armor does not directly change a stat.

For stat increases or decreases, use Template:+ {{+|1}} or Template:- {{-|1}}, respectively.

Parameter Description
name The name of the armor, corresponding to whatever the listed name is in-game.
alignment The Law-Neutral-Chaos alignment restriction of the armor. Use "All" if there are no restrictions.
gender The gender restriction of the armor. Use Template:Gender. If there are no restrictions, use {{Gender|MF}}.
aff The attribute affinity that the armor imparts.
def The Defense stat the armor adds.
eva The Evasion stat the armor adds.
st Strength stat, if changed.
in Intelligence stat, if changed.
ma Magic stat, if changed.
vi Vitality stat, if changed.
ag Agility stat, if changed.
lu Luck stat, if changed.
obtain Where or how the armor is obtained. I.e. "(Location) Survivalist Shop", "(Demon) drop", etc.

Code

{| class="wikitable"
{{SMT Armor|name=|alignment=|gender={{Gender|MF}}|aff=|def=|eva=|obtain=}}
|}
{{SMT Armor|name=|alignment=|gender={{Gender|MF}}|aff=|def=|eva=|obtain=}}

Examples