Pixark Wiki
Advertisement


Template-info Documentation

Link to an item page with an item image in front: File:Stone.png Stone

Also supports an optional quantity in front: 5 × File:Stone.png Stone

Usage

{{ItemLink|Stone}}
Parameters
Name Type Required Default
0 string true
text string false The value of the first positional parameter
link string false The value of the first positional parameter
image string false The value of the first positional parameter suffixed with .png
size string false 20px
quantity string false

Examples

Both lines produce the same output:

{{ItemLink|Stone}} = File:Stone.png Stone

{{ItemLink|Stone|text=Stone|link=Stone|image=Stone.png|size=20px|quantity=}} = File:Stone.png Stone

Lowercase link:

{{ItemLink|Stone|text=stone}} = File:Stone.png stone

Plural link:

{{ItemLink|Stone|text=Stones}} = File:Stone.png Stones
Alternative: {{ItemLink|Stone}}s = File:Stone.png Stones

Quantity:

{{ItemLink|Stone|quantity=5}} = 5 × File:Stone.png Stone

{{ItemLink|Stone|quantity=5-10}} = 5-10 × File:Stone.png Stone

DLC-suffices are converted automatically to the according icon, if no explicit link-text is given

{{ItemLink|Sand (Scorched Earth)}} = File:Sand (Scorched Earth).png Sand File:Scorched Earth Icon.png

Advertisement