Template:Armor/Store

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search

This template defines the table "Armor". View table.


Purpose

Used by Template:Data Table/Armor to store armor data.

Usage

{{Armor/Store
|game= 
|armorSet= 
|bodyPart= 
|armor= 
|effects= 
|hasArmorSet= 
|hasEffects= 
}}
ParameterStatusDescriptionAccepted values
gamerequiredA game code from Data:Franchise
armorSetrequiredA wiki page name of the Armor Set that armor belongs to.
bodyPartrequiredThe slot that armor occupies on Link's body.
  • Head
  • Chest
  • Legs
armorrequiredThe wiki article for the piece of Armor.
effectsrequiredComma-separated list of Effect article names referring to the effects that this armor has, if any.
hasArmorSetrequiredIndicates whether the Armor piece belongs to an Armor Set. Allows queries to determine whether the armorSet field is empty because a value hasn't been filled in yet or because the field is not applicable.
hasEffectsrequiredIndicates whether the Armor has any effects. Allows queries to determine whether the effects field is empty because a value hasn't been filled in yet or because the field is not applicable.

No description.

Template parameters

ParameterDescriptionTypeStatus
gamegame

A game code from [[Data:Franchise]]

Stringrequired
armorSetarmorSet

A wiki page name of the Armor Set that <code>armor</code> belongs to.

Page namerequired
bodyPartbodyPart

The slot that <code>armor</code> occupies on Link's body.

Stringrequired
armorarmor

The wiki article for the piece of [[Armor]].

Page namerequired
effectseffects

Comma-separated list of [[Effect]] article names referring to the effects that this armor has, if any.

Stringrequired
hasArmorSethasArmorSet

Indicates whether the Armor piece belongs to an Armor Set. Allows queries to determine whether the <code>armorSet</code> field is empty because a value hasn't been filled in yet or because the field is not applicable.

Booleanrequired
hasEffectshasEffects

Indicates whether the Armor has any effects. Allows queries to determine whether the <code>effects</code> field is empty because a value hasn't been filled in yet or because the field is not applicable.

Booleanrequired
The above documentation is transcluded from Template:Armor/Store/Documentation. (edit | history)