Item list

From Elves Ragnarok Online
Revision as of 00:59, 21 May 2024 by Jowie (talk | contribs) (Created page with "<includeonly>{{#if: {{{simple|}}} | https://irowiki.org/images/db/item/{{{id}}}.png {{ #if:{{{num|}}} | {{{num}}} }} {{Item |id={{{id}}} {{ #if:{{{prefix|}}} | {{{prefix}}} }} {{{item}}} {{ #if:{{{slots|}}} | [{{{slots}}}] }} {{ #if:{{{postfix|}}} | {{{postfix}}} }} }} | {{{!}} style="background:none; padding:1px; border-spacing:0px;" {{!}} style="text-align:center; width:30px; border:none;" {{!}} https://irowiki.org/images/db/item/{{{id}}}.png {{!}} style="border:no...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

The purpose of this template is to link an item, complete with icon.

Note: The correct capitalization is Item List. Do not forget the second capitalized letter!

Usage

{{Item List |id=<id> |item=<name>}}
{{Item List |id=<id> |item=<name> |num=<num>}}
{{Item List |id=<id> |item=<name> |slots=<slots>}}
Example Output
{{Item List |id=2285 |item=Apple of Archer}}
2285.png 2285 Apple of Archer
{{Item List |id=914 |item=Fluff |num=3}}
914.png 3 914 Fluff
{{Item List |id=2229 |item=Helm |slots=1}}
2229.png 2229 Helm [1]
{{Item List |id=1550 |item=Book |slots=3 |num=2}}
1550.png 2 1550 Book [3]
* {{Item List |id=5164 |item=Tiara |slots=1 |simple=yes}} with an Elder Willow Card (INT +3)

Fields

id The ID of the item as seen in the itemdesctables.
item The name of the item to be used and displayed.
num The number of the item
slots The number of slots in the item

See Also