Zelda Wiki

Want to contribute to this wiki?
Sign up for an account, and get started!

Come join the Zelda Wiki community Discord server!

READ MORE

Zelda Wiki
Advertisement

Purpose

Displaying a quantity of a certain item.

Usage

SyntaxBoilerplate
{{Item Amount|<game>|<amount>|<item>|<noText>}}
{{List
 |{{Item Amount|||}}
 |{{Item Amount|||}}
 |{{Item Amount|||}}
}}
ParameterStatusDescriptionAccepted values
1gamerequiredA game code.See Data:Franchise
2amountrequiredThe amount to display.
3itemrequiredThe name of an item. Specifically, the name of the wiki page on which the item is described.
4noTextoptionalEntering anything in this field will output the result in an abbreviated form.

Displaying a quantity of a certain item.

Template parameters

ParameterDescriptionTypeStatus
game1

A [[Data:Franchise|game code]].

Stringrequired
amount2

The amount to display.

Numberrequired
item3

The name of an item. Specifically, the name of the wiki page on which the item is described.

Page namerequired
noText4

Entering anything in this field will output the result in an abbreviated form.

Stringoptional
__

Dummy parameter. Do not use.

Unknownoptional

Examples[]

Regular[]

#InputOutput
1
{{List
 |{{Item Amount|SS|3|Ancient Flower}}
 |{{Item Amount|SS|4|Amber Relic}}
 |{{Item Amount|SS|1|Blue Bird Feather}}
 |{{Item Amount|SS|1|Goddess Plume}}
}}

Abbreviated[]

#InputOutput
2
{{List
 |{{Item Amount|SS|3|Ancient Flower|-}}
 |{{Item Amount|SS|4|Amber Relic|-}}
 |{{Item Amount|SS|1|Blue Bird Feather|-}}
 |{{Item Amount|SS|1|Goddess Plume|-}}
}}
  • SS Ancient Flower Icon × 3
  • SS Amber Relic Icon × 4
  • SS Blue Bird Feather Icon × 1
  • SS Goddess Plume Icon × 1
The above documentation is transcluded from Template:Item Amount/Documentation. (edit | history)

Advertisement