Template:SMTif Weapon/Documentation

Revision as of 01:26, 11 October 2023 by RustyVanBurace (talk | contribs) (Created page with "==Purpose== Used to create tables for listing weapon equipment (handheld weapons, guns, bullets) in {{Link|Game|SMTIf}} specifically. <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. ==Usage== Omitted stat parameters will show up as an em dash in the table. A parameter should be omitted if a weapon does not directly change a stat. For stat increases or dec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Purpose

Used to create tables for listing weapon equipment (handheld weapons, guns, bullets) in Shin Megami Tensei if... specifically. {| 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 a weapon 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 weapon, corresponding to whatever the listed name is in-game.
gender The gender restriction of the weapon. Use Template:Gender. If there are no restrictions, use {{Gender|MF}}.
hit The weapon's number of hits inflicted. Format as 1-2 for random hits.
cause The status ailment the weapon inflicts, if any.
atk The Attack stat the weapon adds.
acc The Accuracy stat the weapon 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 weapon is obtained. I.e. "(Location) Shop", "(Demon) drop", etc.

Code

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