Template:Armor/Store
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=
}}
| Parameter | Required? | Description |
|---|---|---|
game | Required | A game code. |
armorSet | Required | A wiki page name of the Armor Set that armor belongs to. |
bodyPart | Required | The slot that armor occupies on Link's body. Accepted values are Head, Chest, and Legs. |
armor | Required | The wiki article for the piece of Armor. |
effects | Required | Comma-separated list of Effect article names referring to the effects that this armor has, if any. |
hasArmorSet | Required | Indicates 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 | Required | Indicates 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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| game | game | A [[:Category:Game codes|game code]]. | Content | optional |
| armorSet | armorSet | A wiki page name of the Armor Set that <code>armor</code> belongs to. | Content | optional |
| bodyPart | bodyPart | The slot that <code>armor</code> occupies on Link's body. Accepted values are <code>Head</code>, <code>Chest</code>, and <code>Legs</code>. | Content | optional |
| armor | armor | The wiki article for the piece of [[Armor]]. | Content | optional |
| effects | effects | Comma-separated list of [[Effect]] article names referring to the effects that this armor has, if any. | Content | optional |
| hasArmorSet | hasArmorSet | 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. | Content | optional |
| hasEffects | hasEffects | 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. | Content | optional |