Difference between revisions of "Template:Box"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*renamed Parameter Table to Parameter table;)
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
== Parameters ==
 
== Parameters ==
  
{{Parameter Table|name=both|parameters=
+
{{Parameter table|name=both|parameters=
{{Parameter Row|1|Small image on the left shrunk to 40×40 pixels.|[[:File:notice.svg]]}}
+
{{Parameter row|1|Small image on the left shrunk to 40×40 pixels.|[[:File:notice.svg]]}}
{{Parameter Row|2|Text, if this parameter isn't set, uses the first parameter as text.}}
+
{{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|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}}
+
{{Parameter row|type|Type of the box.|Not set}}
 
}}
 
}}
  
Line 21: Line 21:
 
! Color
 
! Color
 
|-
 
|-
| Not set
+
| Not set or <tt>info</tt>
 
| [[File:notice.svg|40px]]
 
| [[File:notice.svg|40px]]
 
| {{ColorBox|#1e90ff}}
 
| {{ColorBox|#1e90ff}}
Line 36: Line 36:
 
| [[File:notice.svg|40px]]
 
| [[File:notice.svg|40px]]
 
| {{ColorBox|#bba}}
 
| {{ColorBox|#bba}}
 +
|-
 +
| <tt>disambig</tt>
 +
| [[File:Disambig-dark.svg|40px]]
 +
| {{ColorBox|#1e90ff}}
 
|}
 
|}
  
Line 51: Line 55:
  
 
== Additional Box templates ==
 
== Additional Box templates ==
* {{Tl|SVG available}}
+
* {{Tl|About}}
 +
* {{Tl|Blocked}} (and {{Tl|Spammer}})
 +
* {{Tl|Data template used}}
 
* {{Tl|Delete}}
 
* {{Tl|Delete}}
 +
* {{Tl|Disambiguation}}
 +
* {{Tl|Incomplete Translation}}
 +
* {{Tl|LowRes}}
 +
* {{Tl|Merge}}
 +
* {{Tl|Move}}
 +
* {{Tl|NoThumbnailsPlease}}
 +
* {{Tl|Outdated}}
 +
* {{Tl|Part config}}
 
* {{Tl|Protect}}
 
* {{Tl|Protect}}
 
* {{Tl|Spoiler}}
 
* {{Tl|Spoiler}}
 +
* {{Tl|Stub}}
 +
* {{Tl|SVG available}}
 +
* {{Tl|Talkarchive}}
 +
* {{Tl|WrongLanguageCode}} (and {{Tl|HasWrongLanguageCode}})
  
There exists another box template named {{Tl|mbox}} which for example {{Tl|Stub}} uses.
+
[[Category:Templates]]</noinclude><includeonly>{| class="ambox noprint" style="border-left-color: {{{3|#{{#switch: {{{type|}}}
 
 
[[Category:Templates|Box]]</noinclude><includeonly>{| class="ambox noprint" style="border-left-color: {{{3|#{{#switch: {{{type|}}}
 
 
|error=b22222
 
|error=b22222
 
|warning=f4c430
 
|warning=f4c430
 
|editnotice
 
|editnotice
 
|notice=bba
 
|notice=bba
 +
|note
 +
|disambig
 
|#default=1e90ff}}}}}"
 
|#default=1e90ff}}}}}"
 
| class="mbox-image" | {{#if: {{Booland|{{{1|}}}|{{{2|}}}}}|[[File:{{{1|}}}|40x40px|alt=|link=]]|[[File:{{#switch: {{{type|}}}
 
| class="mbox-image" | {{#if: {{Booland|{{{1|}}}|{{{2|}}}}}|[[File:{{{1|}}}|40x40px|alt=|link=]]|[[File:{{#switch: {{{type|}}}
 
|error=Ambox warning pn.svg
 
|error=Ambox warning pn.svg
 
|warning=warning.svg
 
|warning=warning.svg
 +
|disambig=Disambig-dark.svg
 
|editnotice
 
|editnotice
 
|notice
 
|notice
 +
|note
 
|#default=notice.svg}}|40x40px|alt=|link=]]}}
 
|#default=notice.svg}}|40x40px|alt=|link=]]}}
 
| class="mbox-text" | {{#if: {{{2|}}}|{{{2}}}|{{{1}}}}}
 
| class="mbox-text" | {{#if: {{{2|}}}|{{{2}}}|{{{1}}}}}
 
|}</includeonly>
 
|}</includeonly>

Revision as of 12:01, 19 December 2014

Description

This templates create a box with an image.

Parameters

#/Name Optional Description Default
1 Yes Small image on the left shrunk to 40×40 pixels. File:notice.svg
2 No Text, if this parameter isn't set, uses the first parameter as text.
3 Yes Color of the box. When transparent it does hide the border. #1e90ff    
type Yes Type of the box. Not set

It is possible to add additional rows by using {{!}} in the Text parameter. One example is {{SVG available}}.

Types

With types it is possible to predefine the image and color, although both can be changed.

Type Image Color
Not set or info Notice.svg    
error Ambox warning pn.svg    
warning Warning.svg    
editnotice or notice Notice.svg    
disambig Disambig-dark.svg    

Examples

Text
 {{Box|Kerbin18.png|Text|#b22222|Title}}
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.
 {{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.}}
Most of this page is entirely speculation based on in-game observation and should not be taken as absolute fact!
 {{Box|type=warning|Most of this page is entirely speculation based on in-game observation and should not be taken as absolute fact!}}

Additional Box templates