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= 
}}
ParameterRequired?Description
game
RequiredA game code.
armorSet
RequiredA wiki page name of the Armor Set that armor belongs to.
bodyPart
RequiredThe slot that armor occupies on Link's body. Accepted values are Head, Chest, and Legs.
armor
RequiredThe wiki article for the piece of Armor.
effects
RequiredComma-separated list of Effect article names referring to the effects that this armor has, if any.
hasArmorSet
RequiredIndicates 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.
hasEffects
RequiredIndicates 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

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
gamegame

A [[:Category:Game codes|game code]].

Contentoptional
armorSetarmorSet

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

Contentoptional
bodyPartbodyPart

The slot that <code>armor</code> occupies on Link's body. Accepted values are <code>Head</code>, <code>Chest</code>, and <code>Legs</code>.

Contentoptional
armorarmor

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

Contentoptional
effectseffects

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

Contentoptional
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.

Contentoptional
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.

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