WIKI IS CURRENTLY UNDER CONSTRUCTION
Difference between revisions of "Template:Item template"
Jump to navigation
Jump to search
Line 31: | Line 31: | ||
</onlyinclude> | </onlyinclude> | ||
Use the template below to create a unique Item information summary side bar, copy the template and enter values into the variables. Note that iconDir will accept any image extension type, just declare it. ie: .png, .gif | Use the template below to create a unique Item information summary side bar, copy the template and enter values into the variables. Note that iconDir will accept any image extension type, just declare it. <code>ie: .png, .gif</code> | ||
The iconSize variable has a default value of 50 | |||
<nowiki> | <nowiki> |
Revision as of 07:51, 13 April 2022
{{{objectName}}} | |||||||
[[File:{{{iconDir}}}|50px|center]] | |||||||
Properties | |||||||
Tradable | {{{isTradable}}} | Equipable | {{{isEquipable}}} | Stackable | {{{isStackable}}} | Noteable | {{{isNoteable}}} |
Values | |||||||
Value | {{{valueInCoins}}} | High alch | {{{highAlchPrice}}} | Sigmond | {{{sigmondPrice}}} | Street price | {{{estimatedValue}}} |
Use the template below to create a unique Item information summary side bar, copy the template and enter values into the variables. Note that iconDir will accept any image extension type, just declare it. ie: .png, .gif
The iconSize variable has a default value of 50
{{Item template |objectName= |iconDir= |iconSize= |isTradable= |isEquipable= |isStackable= |isNoteable= |valueInCoins= |highAlchPrice= |sigmondPrice= |estimatedValue= |}}