[[Image:{{{1}}}.png|20px|link={{{1}}}]] [[{{{1}}}|{{{1}}}]]
Link to an item page with an item image in front: Stone
Also supports an optional quantity in front: 5 × Stone
Usage
{{ItemLink|Stone}}
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 | integer | false | 20px |
quantity | integer | false | 0 |
Examples
Both lines produce the same output:
{{ItemLink|Stone}}
= Stone
{{ItemLink|Stone|text=Stone|link=Stone|image=Stone.png|size=20px|quantity=0}}
= Stone
Lowercase link:
{{ItemLink|Stone|text=stone}}
= stone
Plural link:
{{ItemLink|Stone|text=Stones}}
= Stones
Quantity:
{{ItemLink|Stone|quantity=5}}
= 5 × Stone