Template:SMT Weapon/Documentation: Difference between revisions

Jump to navigation Jump to search
(Created page with "==Purpose== Used to create tables for listing weapon equipment (handheld weapons, guns, bullets) in {{Link|Game|SMT1}} and {{Link|Game|SMT2}}. <code><nowiki>{| class="wikitable"</nowiki></code> must be placed at the beginning and the table must be closed by appending <code>|}</code> on the following line. Omitted stat parameters will show up as an em dash in the table. If a weapon does not use a stat, its parameter should be omitted. ==Usage== {| class="wikitable" |- !...")
 
m (Protected "Template:SMT Weapon/Documentation" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(No difference)

Revision as of 00:25, 2 October 2023

Purpose

Used to create tables for listing weapon equipment (handheld weapons, guns, bullets) 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.

Omitted stat parameters will show up as an em dash in the table. If a weapon does not use a stat, its parameter should be omitted.

Usage

Parameter Description
name The name of the weapon, corresponding to whatever the listed name is in-game.
alignment
gender
hit
cause
atk
acc
st
in
ma
vi
ag
lu
obtain

Code

{| class="wikitable"
{{SMT Weapon|name=|alignment=|gender={{Gender|MF}}|hit=|cause=|atk=|acc=|st=|in=|ma=|vi=|ag=|lu=|obtain=}}
|}
{{SMT Weapon|name=|alignment=|gender={{Gender|MF}}|hit=|cause=|atk=|acc=|st=|in=|ma=|vi=|ag=|lu=|obtain=}}

Examples


This is the template documentation page for Template:SMT Weapon. It should be transcluded onto the template page.