Difference between revisions of "Template:Item List"

From Project Einherjar
(Created page with "<includeonly>{{#if: {{{simple|}}} | https://irowiki.org/images/db/item/{{{id}}}.png {{ #if:{{{num|}}} | {{{num}}} }} {{Item |id={{{id}}} {{ #if:{{{prefix|}}} | {{{prefix}}} }}...")
 
(Blanked the page)
(Tag: Blanking)
Line 1: Line 1:
<includeonly>{{#if: {{{simple|}}} | https://irowiki.org/images/db/item/{{{id}}}.png {{ #if:{{{num|}}} | {{{num}}} }} {{Item |id={{{id}}} {{ #if:{{{prefix|}}} | {{{prefix}}} }} {{{item}}} {{ #if:{{{slots|}}} | [{{{slots}}}&#93; }} {{ #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:none; white-space:nowrap;" {{!}} {{ #if:{{{num|}}} | {{{num}}} }} {{ #if:{{{prefix|}}} | {{{prefix}}} }} {{Item |id={{{id}}} {{ #if:{{{prefix|}}} | {{{prefix}}} }} {{{item}}} {{ #if:{{{slots|}}} | [{{{slots}}}&#93; }} {{ #if:{{{postfix|}}} | {{{postfix}}} }} }}
 
{{!}}}
 
}}</includeonly><noinclude>__NOTOC__
 
== Description ==
 
The purpose of this template is to link an item, complete with icon.
 
  
''Note: The correct capitalization is '''I'''tem '''L'''ist. Do not forget the second capitalized letter!''
 
 
=== Usage ===
 
<pre>
 
{{Item List |id=<id> |item=<name>}}
 
{{Item List |id=<id> |item=<name> |num=<num>}}
 
{{Item List |id=<id> |item=<name> |slots=<slots>}}
 
</pre>
 
 
{| class="wikitable"
 
! Example !! Output
 
|-
 
| <code><nowiki>{{Item List |id=2285 |item=Apple of Archer}}</nowiki></code>
 
| {{Item List |id=2285 |item=Apple of Archer}}
 
|-
 
| <code><nowiki>{{Item List |id=914 |item=Fluff |num=3}}</nowiki></code>
 
| {{Item List |id=914 |item=Fluff |num=3}}
 
|-
 
| <code><nowiki>{{Item List |id=2229 |item=Helm |slots=1}}</nowiki></code>
 
| {{Item List |id=2229 |item=Helm |slots=1}}
 
|-
 
| <code><nowiki>{{Item List |id=1550 |item=Book |slots=3 |num=2}}</nowiki></code>
 
| {{Item List |id=1550 |item=Book |slots=3 |num=2}}
 
|-
 
| <code><nowiki>* {{Item List |id=5164 |item=Tiara |slots=1 |simple=yes}} with an Elder Willow Card (INT +3)</nowiki></code>
 
|
 
* {{Item List |id=5164 |item=Tiara |slots=1 |simple=yes}} with an Elder Willow Card (INT +3)
 
|}
 
 
=== Fields ===
 
{| class="wikitable"
 
! 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 ==
 
* [[Template:Map]]
 
* [[Template:Monster]]
 
* [[Template:Item]]
 
 
[[Category:Templates]]
 
</noinclude>
 

Revision as of 19:52, 12 May 2023