November 4th, 2019
🕒 Wiki Weekly #25! 🕑
It's November!
We've listed pages that need some love. Take a look!
Template:Item Amount
Purpose
Displaying an amount of item.
Usage
{{Item Amount|<game> |<amount> |<item> |- }}
- game — The game's abbreviation (to fetch the proper terms and images).
- amount — The amount to display.
- item — The item to display.
- - — Entering anything in this field will output the result in an abbreviated form.
Example
Regular
- Code
{{Item Amount|SS|3|Ancient Flower}}<br>{{Item Amount|SS|4|Amber Relic}}<br>{{Item Amount|SS|1|Blue Bird Feather}}<br>{{Item Amount|SS|1|Goddess Plume}}
- Result
× 3 Ancient Flowers
× 4 Amber Relics
× 1 Blue Bird Feather
× 1 Goddess Plume
Abbreviated
- Code
{{Item Amount|SS|3|Ancient Flower|-}}<br>{{Item Amount|SS|4|Amber Relic|-}}<br>{{Item Amount|SS|1|Blue Bird Feather|-}}<br>{{Item Amount|SS|1|Goddess Plume|-}}
- Result
The above documentation is transcluded from Template:Item Amount/Documentation. (edit | history)