No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{{#invoke:ItemSlot|render|{{{item}}}|{{{link}}}|{{{tooltip}}}}}
{{#invoke:ItemSlot|render
  | item={{{item}}}
  | link={{{link}}}
  | tooltip={{{tooltip}}}
  | amount={{{amount}}}
}}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>

Latest revision as of 07:03, 27 November 2025


[view | edit | history | purge]Documentation

This template is used to create an item sprite slot.

Usage

Any amount of images can be added by adding semicolon separated file names to the item field.

{{ItemSlot
| item = PC; Healing Machine
| link = Healing Machine
| tooltip = Utilities
}}

produces:

PC.pngHealing Machine.png
Utilities



Optional Parameters

  • | link = Article
  • | tooltip = Text
  • | amount = 4
[view | edit | history | purge]The above documentation is transcluded from Template:ItemSlot/doc.