Template:SCP Item Infobox: Difference between revisions
Template page
More actions
No edit summary |
The spawn ID section is now an optional value. this was mainly done for 330 and 2536 |
||
Line 38: | Line 38: | ||
| style="width:55%;" | [http://www.scpwiki.com/|{{{linkOverride|{{PAGENAME}}}}} Page] | | style="width:55%;" | [http://www.scpwiki.com/|{{{linkOverride|{{PAGENAME}}}}} Page] | ||
|- | |- | ||
| style="width: | {{#if:{{{ID|}}}|{{!}} style="width:30%;font-size:95%;" {{!}} '''Spawn ID''' | ||
{{!}} style="width:55%; white-space: nowrap;" {{!}} {{{ID}}} | |||
{{!}}- | |||
|}} | |||
|} | |} | ||
{{#if:{{{nocat|}}}||[[Category:Items]]}} | {{#if:{{{nocat|}}}||[[Category:Items]]}} |
Revision as of 18:45, 16 December 2021
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
}}