Template:Data Table/Upgrades
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.
{{Data Table/Upgrades
|name=
|game=
|columns=
|<cell1>
|<cell2>
|<cell3>
|...
|<cellN>
}}
{{Data Table/Upgrades
|name=
|game=
}}
{{Data Table/Upgrades
|name=
|game=
|columns=
|
|
|
}}
| Parameter | Status | Description | |
|---|---|---|---|
name | required | See the name parameter of Template:Data Table. | |
game | required | See the game parameter of Template:Data Table. | |
columns | optional | See the columns parameter of Template:Data Table. For this template to function correctly, the two first columns must be Item and Upgrade. | |
| cells | optional | See 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]].
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | See the <code>name</code> parameter of [[Template:Data Table]]. | String | required |
| game | game | See the <code>game</code> parameter of [[Template:Data Table]]. | String | required |
| columns | columns | 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>. | String | optional |
| cells | ... | See the <code>cells</code> parameter of [[Template:Data Table]]. | Unknown | optional |
Examples
{{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.
}}
| Item | |
|---|---|
| Upgrade | |
| Materials | |
| Cost |
|
| Location | |
| Description | Increased durability. |
| Item | |
| Upgrade | |
| Materials | |
| Cost |
|
| Location | |
| Description | Further increased durability. |
Item and Upgrade in order for Template:Upgrades to function correctly.
{{Data Table/Upgrades
|game= SS
|columns= Column A, Column B
|-
| foo
| bar
}}
Warning: Columns Item and Upgrade are required.
| Column A | Column B |
|---|---|
foo | bar |