Difference between revisions of "Item"

m
m
Line 1: Line 1:
 
<includeonly>{{#vardefine:quality class<!-- define quality class
 
<includeonly>{{#vardefine:quality class<!-- define quality class
-->|{{#switch:{{lc:{{#if:{{{quality}}}<!-- if quality parameter
+
-->|{{#switch:{{lc:{{#if:{{{quality|}}}<!-- if quality parameter
 
-->|{{{quality}}}<!-- use quality parameter
 
-->|{{{quality}}}<!-- use quality parameter
 
-->|{{#show:{{{1}}}|?Has quality}}<!-- else use 'Has quality' property
 
-->|{{#show:{{{1}}}|?Has quality}}<!-- else use 'Has quality' property

Revision as of 20:10, 12 January 2024

Description

Displays a item's icon and name, with a link to the page of the item.

Usage

{{item|<Spine>|<common>|<icon=Spine.png>|<link=Spine>|<nolabel=yes>}}

Parameters

Arrow.png1: The name of the item.
Required.
Arrow.png2: The item's Quality.
Optional.
Arrow.pngicon: The item's icon.
Optional. Defaults to '{{{1}}}.png'.
Arrow.pnglink: The page link.
Optional. Defaults to '{{{1}}}'.
Notes: If set to 'no', label will be plaintext.
Arrow.pngnolabel: Determines whether the name of the item is shown.
Optional.
Notes: Set this parameter any value to hide label text.