Template:Data Table/Upgrades

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

Purpose

An extension of {{Data Table}} for use on the Upgrading page. Displays information about item upgrades and store that information for use by Template:Upgrades.

Usage

See Template:Data Table for more information.

SyntaxBoilerplate
{{Data Table/Upgrades
|name= 
|game= 
|columns= 
|<cell1>
|<cell2>
|<cell3>
|...
|<cellN>
}}
Required ParametersAll Parameters
{{Data Table/Upgrades
|name= 
|game= 
}}
{{Data Table/Upgrades
|name= 
|game= 
|columns= 
|
|
|
}}
ParameterStatusDescription
namerequiredSee the name parameter of Template:Data Table.
gamerequiredSee the game parameter of Template:Data Table.
columnsoptionalSee the columns parameter of Template:Data Table. For this template to function correctly, the two first columns must be Item and Upgrade.
  • 1
  • .
  • .
  • N
cellsoptionalSee the cells parameter of Template:Data Table.

An extension of {{Template|Data Table}} for use on the [[Upgrading]] page. Displays information about item upgrades and store that information for use by [[Template:Upgrades]].

Template parameters

ParameterDescriptionTypeStatus
namename

See the <code>name</code> parameter of [[Template:Data Table]].

Stringrequired
gamegame

See the <code>game</code> parameter of [[Template:Data Table]].

Stringrequired
columnscolumns

See the <code>columns</code> parameter of [[Template:Data Table]]. For this template to function correctly, the two first columns must be <code>Item</code> and <code>Upgrade</code>.

Stringoptional
cells...

See the <code>cells</code> parameter of [[Template:Data Table]].

Unknownoptional

Examples

Input
{{Data Table/Upgrades
|game= SS
|columns= Item [Image][Term], Upgrade [Image][Term], Materials [Amounts], Cost [Rupees], Location [Term], Description [Description]
|-
| Wooden Shield
| Banded Shield
| 2 Amber Relic, 1 Monster Claw, 1 Jelly Blob
| 30
| Scrap Shop
| Increased durability.
|-
| Banded Shield
| Braced Shield
| 3 Amber Relic, 2 Monster Claw, 2 Tumbleweed, 1 Ornamental Skull
| 50
| Scrap Shop
| Further increased durability.
}}
Output
Item
Upgrade
Materials
Cost
Location
Description

Increased durability.

Item
Upgrade
Materials
Cost
Location
Description

Further increased durability.

ItemUpgradeMaterialsCostLocationDescription

Increased durability.

Further increased durability.

Categories Added

The two first columns must be Item and Upgrade in order for Template:Upgrades to function correctly.
Input
{{Data Table/Upgrades
|game= SS
|columns= Column A, Column B
|-
| foo 
| bar
}}
Output
Column AColumn B
foo
bar
Categories Added
The above documentation is transcluded from Template:Data Table/Upgrades/Documentation. (edit | history)