WIKI IS CURRENTLY UNDER CONSTRUCTION
Difference between revisions of "Template:Item template"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<onlyinclude> | |||
{| style="float:right; width: fit-content; background-color: #0f0f0f; border: solid 1px white; font-size: 14px; margin-left: 15px;" | {| style="float:right; width: fit-content; background-color: #0f0f0f; border: solid 1px white; font-size: 14px; margin-left: 15px;" | ||
| style=" padding: 10px; text-align: center; font-weight: bold; background-color: black;" colspan="2" | {{{objectName}}} | | style=" padding: 10px; text-align: center; font-weight: bold; background-color: black;" colspan="2" | {{{objectName}}} | ||
Line 28: | Line 29: | ||
|- | |- | ||
|} | |} | ||
</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 only accept .png files, do not include .png into the property. ie: <code>iconDir=Starter_sword_full</code> is accepted. | |||
<nowiki> | |||
{{Item template | |||
|objectName= | |||
|iconDir= | |||
|isTradable= | |||
|isEquipable= | |||
|isStackable= | |||
|isNoteable= | |||
|valueInCoins= | |||
|highAlchPrice= | |||
|sigmondPrice= | |||
|estimatedValue= | |||
|}} | |||
</nowiki> |
Revision as of 08:13, 12 April 2022
{{{objectName}}} | |||||||
[[File:{{{iconDir}}}.png|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 only accept .png files, do not include .png into the property. ie: iconDir=Starter_sword_full
is accepted.
{{Item template |objectName= |iconDir= |isTradable= |isEquipable= |isStackable= |isNoteable= |valueInCoins= |highAlchPrice= |sigmondPrice= |estimatedValue= |}}