×
Create a new article
Write your page title here:
We currently have 283 articles on GearStation 13 Wiki. Type your article name above or click on one of the titles below and start writing!



GearStation 13 Wiki

Difference between revisions of "Template:Box"

tgstation>Rockdtben
feck>Kosmos
m (Removed all unnecessary stuff.)
Line 1: Line 1:
<noinclude>== Description ==
<noinclude>How to use:
This templates create a box with an image.
<pre>{{Box|2='''Lorem''' cherry ipsum.}}</pre>
 
Makes:
== Parameters ==
{{Box|2='''Lorem''' cherry ipsum.}}
 
{{Parameter Table|name=both|parameters=
{{Parameter Row|1|Small image on the left shrunk to 40×40 pixels.|[[:File:notice.png]]}}
{{Parameter Row|2|Text, if this parameter isn't set, uses the first parameter as text.}}
{{Parameter Row|3|Color of the box. When transparent it does hide the border.|<tt>#1e90ff</tt> {{ColorBox|#1e90ff}}}}
{{Parameter Row|type|Type of the box.|Not set}}
}}
 
It is possible to add additional rows by using {{Tl|!}} in the Text parameter. One example is {{Tl|SVG available}}.
 
== Types ==
With types it is possible to predefine the image and color, although both can be changed.
 
{| class="wikitable"
! Type
! Image
! Color
|-
| Not set or <tt>info</tt>
| [[File:notice.png|40px]]
| {{ColorBox|#1e90ff}}
|-
| <tt>error</tt>
| [[File:Ambox warning pn.svg|40px]]
| {{ColorBox|#b22222}}
|-
| <tt>warning</tt>
| [[File:warning.svg|40px]]
| {{ColorBox|#f4c430}}
|-
| <tt>editnotice</tt> or <tt>notice</tt>
| [[File:notice.png|40px]]
| {{ColorBox|#bba}}
|-
| <tt>disambig</tt>
| [[File:Disambig-dark.svg|40px]]
| {{ColorBox|#1e90ff}}
|}
 
== Examples ==
{{Box|Kerbin18.png|Text|#b22222|Title}}
 
  <nowiki>{{Box|Kerbin18.png|Text|#b22222|Title}}</nowiki>
 
{{Box|2='''This article is currently undergoing a major expansion or revamping.''' However, you are free to help in the construction of this page by improving it.}}
 
  <nowiki>{{Box|2='''This article is currently undergoing a major expansion or revamping.''' However, you are free to help in the construction of this page by improving it.}}</nowiki>
{{Box|type=warning|Most of this page is entirely speculation based on in-game observation and should not be taken as absolute fact!}}
 
  <nowiki>{{Box|type=warning|Most of this page is entirely speculation based on in-game observation and should not be taken as absolute fact!}}</nowiki>
 
== Additional Box templates ==
* {{Tl|About}}
* {{Tl|Blocked}} (and {{Tl|Spammer}})
* {{Tl|Data template used}}
* {{Tl|Delete}}
* {{Tl|Disambiguation}}
* {{Tl|Incomplete Translation}}
* {{Tl|LowRes}}
* {{Tl|Merge}}
* {{Tl|Move}}
* {{Tl|NoThumbnailsPlease}}
* {{Tl|Outdated}}
* {{Tl|Part config}}
* {{Tl|Protect}}
* {{Tl|Spoiler}}
* {{Tl|Stub}}
* {{Tl|SVG available}}
* {{Tl|Talkarchive}}
* {{Tl|WrongLanguageCode}} (and {{Tl|HasWrongLanguageCode}})
 
[[Category:Templates]]</noinclude><includeonly>{| class="ambox noprint" style="border-left-color: {{{3|#{{#switch: {{{type|}}}
[[Category:Templates]]</noinclude><includeonly>{| class="ambox noprint" style="border-left-color: {{{3|#{{#switch: {{{type|}}}
|error=b22222
|error=b22222

Revision as of 15:16, 7 March 2015

How to use:

{{Box|2='''Lorem''' cherry ipsum.}}

Makes:

40x40px Lorem cherry ipsum.