Predefinição:ItemLink/sandbox/doc

De ARK Wiki
Ir para navegação Ir para pesquisar
Template-info.png Documentação

Link to an item page with an item image in front: Stone

Also supports an optional quantity in front: 5 ×  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 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

Esta é uma página de documentação, ele deve ser inserida na página do modelo principal. Veja Predefinição:Doc para maiores informações.