
Template:SCP infobox: Difference between revisions
Template page
More actions
Created page with "{{Infobox |bodyclass = vcard |aboveclass = fn org |abovestyle = background-color:#DC143C |above = {{#ifeq:{{{Name|}}}||<includeonly>{{error|Class name r..." |
No edit summary |
||
(67 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{ | <includeonly> | ||
| | {| class="floatright" style="font-size:90%; width:100%; max-width:400px" | ||
|- | |||
| | ! class="infobox2" colspan="2" style="font-size:130%;" | {{{name|{{PAGENAME}}}}} | ||
|- | |||
|class="infobox4" colspan="2" style="width:min-content;"| | |||
<div class="infobox-tabber"> | |||
| | {{#tag:tabber| | ||
Render= | |||
<center>{{{image|}}}</center> | |||
| | {{!}}-{{!}} | ||
| | F1 Artwork= | ||
<center>{{{F1MenuArt|}}}</center> | |||
| | }} | ||
</div> | |||
|- | |||
| | | class="infobox3" colspan="2" | Stats | ||
|- | |||
{{#if:{{{Description|}}}|{{!}} style="width:30%;font-size:95%;" {{!}} '''Description''' | |||
| | {{!}} style="width:45%; ;" {{!}} {{{Description}}} | ||
{{!}}- | |||
|}} | |||
| | {{#if:{{{HP|}}}|{{!}} style="width:45%;font-size:95%;" {{!}} '''Health {{{HPDesc|}}}''' | ||
{{!}} style="width:55%;" {{!}} {{{HP}}} | |||
{{!}}- | |||
| | |}} | ||
| | {{#if:{{{Status|}}}|{{!}} style="width:45%;font-size:95%;" {{!}} '''Status''' | ||
{{!}} style="width:55%;" {{!}} {{{Status}}} | |||
| | {{!}}- | ||
| | |}} | ||
{{#if:{{{HS|}}}|{{!}} style="width:45%;font-size:95%; white-space:nowrap;" {{!}} '''Hume Shield (Initial)''' | |||
{{!}} style="width:55%;" {{!}} {{HumeShield|SCP={{{name|{{PAGENAME}}}}}|type=base}} | |||
{{!}}- | |||
|}} | |||
{{#if:{{{HS|}}}|{{!}} style="width:45%;font-size:95%; white-space:nowrap;" {{!}} '''Hume Shield {{{HSMaxDesc|(20% HP)}}}''' | |||
{{!}} style="width:55%;" {{!}} {{HumeShield|SCP={{{name|{{PAGENAME}}}}}|type=final}} | |||
{{!}}- | |||
|}} | |||
{{#if:{{{zone|}}}|{{!}} style="width:45%;font-size:95%; ;" {{!}} '''Spawn Zone''' | |||
{{!}} style="width:55%; ;" {{!}} {{{zone}}} | |||
{{!}}- | |||
|}} | |||
{{#if:{{{speed|}}}|{{!}} style="width:45%;font-size:95%; ;" {{!}} '''Movement Speed''' | |||
{{!}} style="width:55%; ;" {{!}} {{{speed}}} | |||
{{!}}- | |||
|}} | |||
{{#if:{{{ability|}}}|{{!}} style="width:45%;font-size:95%; ;" {{!}} '''Special Ability''' | |||
{{!}} style="width:55%; ;" {{!}} {{{ability}}} | |||
{{!}}- | |||
|}} | |||
{{#if:{{{effect|}}}|{{!}} style="width:45%;font-size:95%; ;" {{!}} '''Applied [[Status Effects{{!}}Effects]]''' | |||
{{!}} style="width:55%; ;" {{!}} {{{effect}}} | |||
{{!}}- | |||
|}} | |||
| style="width:45%;font-size:95%; ;" | '''Article Link''' | |||
| style="width:55%;" | [https://scp-wiki.wikidot.com/|{{{linkOverride|{{PAGENAME}}}}} Page] | |||
|- | |||
{{#ifeq:{{PAGENAME}}|SCP-914||{{!}} style="width:45%;font-size:95%; ;" {{!}} '''Class Color''' | |||
{{!}} style="width:55%; ;" {{!}} {{TextEffect|text={{Class Color|class=SCPs|displayhex=true}}|2=scp}} | |||
{{!}}- | |||
}} | }} | ||
{{#if:{{{VA|}}}|{{!}} style="width:45%;font-size:95%;" {{!}} '''Voice Actor''' | |||
{{!}} style="width:55%;" {{!}} {{{VA}}} | |||
{{!}}- | |||
|}} | |||
|} | |||
{{#if:{{{nocat|}}}||[[Category:SCPs]]}} | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
{{SCP infobox | {{SCP infobox | ||
|image = [[File:Scp10613.png|300px]] | |||
|image | |F1MenuArt = [[File:106F1.png|300px]] | ||
| | |HP = 2300 | ||
| | |HS = true | ||
|HP | |zone = [[Heavy Containment Zone]] | ||
| | |speed = Through Doors: 2 m/s <br> Normal: 4.5 m/s <br> Stalk: 7 m/s | ||
| | |ability = Teleportation<br>Send players to Pocket Dimension<br>Hide in the floor | ||
| | |ID = 3 | ||
| | |||
}} | }} | ||
__NOTOC__ | |||
An infobox for [[:Category:SCPs|SCPs]]. | |||
==Example== | |||
<code><nowiki>{{SCP infobox</nowiki></code><br> | |||
<code><nowiki>|name = SCP-173</nowiki></code><br> | |||
<code><nowiki>|image = SCP Foundation (emblem).svg</nowiki></code><br> | |||
<code><nowiki>|caption = Some foundation logo</nowiki></code><br> | |||
<code><nowiki>|image_size = 200</nowiki></code><br> | |||
<code><nowiki>|image2 = SCP Foundation (emblem).svg</nowiki></code><br> | |||
<code><nowiki>|caption2 = Some foundation logo 2</nowiki></code><br> | |||
<code><nowiki>|image_size2 = 150</nowiki></code><br> | |||
<code><nowiki>|HP = 3200</nowiki></code><br> | |||
<code><nowiki>|zone = [[Light Containment Zone]]</nowiki></code><br> | |||
<code><nowiki>|speed = 15</nowiki></code><br> | |||
<code><nowiki>|ability = Moving when nobody is looking at it</nowiki></code><br> | |||
<code><nowiki>|nocat = yes</nowiki></code><br> | |||
<code><nowiki>}}</nowiki></code><br> | |||
==Syntax== | |||
<code><nowiki>{{SCP infobox</nowiki></code><br> | |||
<code><nowiki>|name = Name override</nowiki></code><br> | |||
<code><nowiki>|image = Image (preferably png)</nowiki></code><br> | |||
<code><nowiki>|caption = Caption under image</nowiki></code><br> | |||
<code><nowiki>|image_size = Image size override</nowiki></code><br> | |||
<code><nowiki>|HP = Health value</nowiki></code><br> | |||
<code><nowiki>|zone = Spawn zone</nowiki></code><br> | |||
<code><nowiki>|speed = Ingame movement speed</nowiki></code><br> | |||
<code><nowiki>|ability = Uniquie ability of SCP</nowiki></code><br> | |||
<code><nowiki>|nocat = Doesn't include category</nowiki></code><br> | |||
<code><nowiki>}}</nowiki></code><br> | |||
[[Category:Templates]][[Category:Infoboxes]] | |||
</noinclude> | </noinclude> |
Latest revision as of 02:50, 29 May 2025
SCP infobox | |
---|---|
Stats | |
Health | 2300 |
Hume Shield (Initial) | |
Hume Shield (20% HP) | |
Spawn Zone | Heavy Containment Zone |
Movement Speed | Through Doors: 2 m/s Normal: 4.5 m/s Stalk: 7 m/s |
Special Ability | Teleportation Send players to Pocket Dimension Hide in the floor |
Article Link | infobox Page |
Class Color | EC2222 |
An infobox for SCPs.
Example
{{SCP infobox
|name = SCP-173
|image = SCP Foundation (emblem).svg
|caption = Some foundation logo
|image_size = 200
|image2 = SCP Foundation (emblem).svg
|caption2 = Some foundation logo 2
|image_size2 = 150
|HP = 3200
|zone = [[Light Containment Zone]]
|speed = 15
|ability = Moving when nobody is looking at it
|nocat = yes
}}
Syntax
{{SCP infobox
|name = Name override
|image = Image (preferably png)
|caption = Caption under image
|image_size = Image size override
|HP = Health value
|zone = Spawn zone
|speed = Ingame movement speed
|ability = Uniquie ability of SCP
|nocat = Doesn't include category
}}