Template:Armor Levels/Store/Documentation

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

Purpose

Used by Template:Data Table/Armor Levels to store data into the Armor Levels Cargo table.

Usage

{{Armor Levels/Store
|game= 
|armor= 
|level= 
|defense= 
|sellPrice= 
|sellable= 
|materials= 
|description= 
}}
ParameterStatusDescription
gamerequiredA game code from Data:Franchise
armorrequiredThe wiki article for the piece of Armor.
leveloptionalThe level of the Armor upgrade, as an integer. Blank for base items.
defenserequiredThe defensive value for the Armor at the specified level.
sellPriceoptionalAn integer – the amount of Rupees that Link can sell the Armor for at the specified level.
sellablerequiredA boolean indicating whether the armor can be sold.
materialsoptionalA list of the materials required to obtain specified upgrade level. Blank for base items.
descriptionrequiredA transcript of the item's description on the Inventory screen.

No description.

Template parameters

ParameterDescriptionTypeStatus
gamegame

A game code from [[Data:Franchise]]

Stringrequired
armorarmor

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

Page namerequired
levellevel

The level of the Armor upgrade, as an integer. Blank for base items.

Numberoptional
defensedefense

The defensive value for the Armor at the specified level.

Numberrequired
sellPricesellPrice

An integer – the amount of [[Rupee]]s that Link can sell the Armor for at the specified level.

Numberoptional
sellablesellable

A boolean indicating whether the armor can be sold.

Booleanrequired
materialsmaterials

A list of the materials required to obtain specified upgrade level. Blank for base items.

Stringoptional
descriptiondescription

A transcript of the item's description on the [[Inventory]] screen.

Contentrequired
This is the documentation page, it should be transcluded into the main template page. See here for more information.