Template:Slot/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Include code) |
||
Line 1: | Line 1: | ||
{{Slot|Item=Stone |Count=16|Type = standard}} {{Slot|Item=gm4:Boots of Ostara}} | {{Slot|Item=Stone |Count=16|Type = standard}} | ||
{{Slot|Item=gm4:Boots of Ostara}} | |||
<nowiki> | |||
{{Slot | |||
|Item= {{{Item}}} | |||
|Count= {{{Count}}} | |||
|Type = {{{Count}}}}} | |||
</nowiki> | |||
These are examples of the Slot template. There are only 3 parameters: "Item", "Count", and "Type". | These are examples of the Slot template. There are only 3 parameters: "Item", "Count", and "Type". |
Revision as of 00:17, 3 May 2020
16 |
{{Slot |Item= {{{Item}}} |Count= {{{Count}}} |Type = {{{Count}}}}}
These are examples of the Slot template. There are only 3 parameters: "Item", "Count", and "Type".
Item - takes the name of an item and displays the item and name
Count - displays the number in the bottom right corner (defaults to 1 if unset)
Type - <custom or standard> custom is blue, standard is gray (defaults to custom if unset)