Predefinição:Item List
This page now uses the new Market Database instead of the old Divine Pride link.
If you want to link directly to the Market, use Template:Market.
For cards, use Template:Card
For items without a thumbnail, use Template:Item
// Old syntax: https://www.divine-pride.net/img/items/item/kRO/{{{id}}} // New syntax: https://novaragnarok.com/data/kRO/inventory/{{{id}}}.png Huge thanks and credit to the iROwiki guys! AND THANKS TOKEI
Syntax
{{Item List|id=|item=|num=|slots=|link=}}
- Parameters
- id
- The unique id of the item.
- item
- The name of the item.
- num
- (Optional) The quantity of itens.
- evt
- (Optional) If the item is a version exclusive to Endeavor Tokens and the user wants to add the tag to the item. Use
evt=yes
for that. - gc
- (Optional) If the item is a version exclusive to Gold Coins and the user wants to add the tag to the item. Use
gc=yes
for that. - slots
- (Optional) The number of slots of the item has it.
- link
- (Optional) Links to the price list section instead of the view section if equals to 1
Example
Using {{Item List|id=2285|item=Apple of Archer}}
will result into <img src=""> Apple of Archer
Using {{Item List|id=2285|item=Apple of Archer|num=5}}
will result into <img src=""> 5 Apple of Archer
Using {{Item List|id=2285|item=Apple of Archer|slots=2}}
will result into <img src=""> Apple of Archer [2]
Using {{Item List|id=2285|item=Apple of Archer|slots=2|link=1}}
will result into <img src=""> Apple of Archer [2] that opens the selling tab
Using {{Item List|id=2285|item=Apple of Archer|evt=yes|slots=1}}
will result into <img src=""> Apple of Archer [EVT] [1]
Using {{Item List|id=2285|item=Apple of Archer|gc=yes|slots=1}}
will result into <img src=""> Apple of Archer [GC] [1]