Template:ItemLink

From ARK Wiki
Jump to navigation Jump to search
Template-info.png Documentation

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, or the second if given
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
noDlcIcon bool false
mod string false

Examples

Both lines produce the same output:

{{ItemLink|Stone}} =  Stone

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

Lowercase link:

{{ItemLink|Stone|text=stone}} =  stone
{{ItemLink|Stone|stone}} =  stone

Plural link:

{{ItemLink|Stone|text=Stones}} =  Stones
Alternative: {{ItemLink|Stone}}s =  Stones

Quantity:

{{ItemLink|Stone|quantity=5}} = 5 ×  Stone
{{ItemLink|Stone|quantity=5-10}} = 5-10 ×  Stone

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

{{ItemLink|Sand}} =  Sand
{{ItemLink|Sand}} =  Sand

Mods that are supported will have the mod-part replaced with their icon

{{ItemLink|Mod:Ark Eternal/Alpha Meat}} =  Alpha Meat (Mod:Ark Eternal)

The parameter noDlcIcon hides the extra DLC-/mod-icon

{{ItemLink|Sand|noDlcIcon=1}} =  Sand

Mod and DLC suffices are defined and managed within Module:DissectDlcItemName.