Template:Item infobox: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
|- | |- | ||
{{#if:{{{Description|}}}|{{!}} style="width:45%;font-size:95%;" {{!}} '''Description''' | {{#if:{{{Description|}}}|{{!}} style="width:45%;font-size:95%;" {{!}} '''Description''' | ||
{{!}} style="width: | {{!}} style="width:40%;" {{!}} {{{Description}}} | ||
{{!}}- | {{!}}- | ||
|}} | |}} | ||
Line 32: | Line 32: | ||
<noinclude> | <noinclude> | ||
{{Item infobox | {{Item infobox | ||
|image = Coin.png | |||
|image = | |||
|image_size = 200 | |image_size = 200 | ||
|type = Equipment | |||
|type = Equipment | |usage = Plugins | ||
|usage = | |spawn = Remote Admin | ||
|spawn = | |Description = <small>''You're not sure why you'd want to carry this around...''</small> | ||
| | |||
}} | }} | ||
__NOTOC__ | __NOTOC__ |
Revision as of 19:07, 19 August 2020
Item infobox | |
---|---|
![]() | |
Description | You're not sure why you'd want to carry this around... |
Stats | |
Type | Equipment |
Usage | Plugins |
Spawn | Remote Admin |
An infobox for Items.
Example
{{Item infobox
|name = Example item
|image = SCP Foundation (emblem).svg
|image_size = 200
|caption = Some example image
|type = Equipment
|usage = Disarms
|spawn = [[MTF]]
|nocat = yes
}}
Syntax
{{Item infobox
|name = Name override
|image = Image (preferably png)
|caption = Caption that goes under the infobox image
|image_size = Image size override
|type = Item type (Equipment/Misc)|(Tool/Consumable)|SCP Item
|usage = What is it used for
|spawn = Spawn locations (both zones and classes)
|nocat = Doesn't include category
}}