Template:SCP Item Infobox: Difference between revisions
More actions
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
|- | |- | ||
{{#if:{{{weight|}}}|{{!}} style="width:45%;font-size:95%;" {{!}} {{Hoverimage|Affects item pick-up time, window breaking and throw distance|text='''Weight'''}} | {{#if:{{{weight|}}}|{{!}} style="width:45%;font-size:95%;" {{!}} {{Hoverimage|Affects item pick-up time, window breaking and throw distance|text='''Weight'''}} | ||
{{!}} style="width:55%;" {{!}} {{#ifeq: {{PAGENAME}} | SCP-244 |SCP-244-A = 3.9kg<br>SCP-244-B = 3.4kg| {{#ask: [[item::{{{name|{{PAGENAME}}}}}]][[special::normal]][[weight::+]]|?item|?weight=weight|sort=weight|template=WeightToPickUpTime|namedargs = yes|format=plainlist|link=none}}}} | {{!}} style="width:55%;" {{!}} {{#ifeq: {{PAGENAME}} | SCP-244 |SCP-244-A = 3.9kg<br>SCP-244-B = 3.4kg| {{#ask: [[item::{{{name|{{PAGENAME}}}}}]][[special::normal]][[weight::+]]|?item|?weight=weight|sort=weight|template=WeightToPickUpTime|namedargs = yes|format=plainlist|link=none}}}}}} | ||
{{!}}- | {{!}}- | ||
|}} | |}} | ||
{{#if:{{{pickup_time|{{{weight|}}}}}}|{{!}} style="width:45%;font-size:95%;" {{!}} '''Pick-Up Time''' | {{#if:{{{pickup_time|{{{weight|}}}}}}|{{!}} style="width:45%;font-size:95%;" {{!}} '''Pick-Up Time''' | ||
{{!}} style="width:55%;" {{!}} {{#ifeq: {{PAGENAME}} | SCP-244 |SCP-244-A = {{#expr:0.245+0.175*3.9 round 2}}s<br>SCP-244-B = {{#expr:0.245+0.175*3.4 round 2}}s| {{#ask: [[item::{{{name|{{PAGENAME}}}}}]][[special::normal]][[weight::+]]|?item|?weight=weight|sort=weight|template=WeightToPickUpTime|namedargs = yes|format=plainlist|link=none}} | {{!}} style="width:55%;" {{!}} {{#ifeq: {{PAGENAME}} | SCP-244 |SCP-244-A = {{#expr:0.245+0.175*3.9 round 2}}s<br>SCP-244-B = {{#expr:0.245+0.175*3.4 round 2}}s| {{#ask: [[item::{{{name|{{PAGENAME}}}}}]][[special::normal]][[weight::+]]|?item|?weight=weight|sort=weight|template=WeightToPickUpTime|namedargs = yes|format=plainlist|link=none}}}} | ||
{{!}}- | {{!}}- | ||
|}} | |}} |
Revision as of 00:52, 24 February 2023
SCP Item Infobox | |
---|---|
![]() | |
Example render; only 3 presents spawn at once | |
Basic Information | |
Type | SCP Object |
Usage | Provides useful items |
Spawn | Appears randomly |
Total Spawns | 1 |
}
| style="width:45%;font-size:95%; white-space: nowrap;" | Obtainable from 914? | style="width:55%; white-space: nowrap;" | True |-
| style="width:45%;font-size:95%; white-space: nowrap;" | Disarm Immunity? Does having this item equipped make the player immune to being disarmed? | style="width:55%;" | Immune |- |- | style="width:45%;font-size:95%; white-space: nowrap;" | Applied Effects | style="width:55%; white-space: nowrap;" | Varies |- | class="infobox3" colspan="2" | Other Information |-
| style="width:45%;font-size:95%;" | Article Link | style="width:55%;" | SCP Article |-
| style="width:45%;font-size:95%;" | Voice Actor | style="width:55%;" | Red |- |}
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
}}