Difference between revisions of "Template:Box"

From Kerbal Space Program Wiki
Jump to: navigation, search
(*use newer ambox classes;)
m (!box syntax;)
Line 5: Line 5:
  
 
{{Parameter Table|name=both|parameters=
 
{{Parameter Table|name=both|parameters=
{{Parameter Row|1|Small image on the left shrunk to 32×32 pixels.|[[:File:notice.svg]]}}
+
{{Parameter Row|1|Small image on the left shrunk to 40×40 pixels.|[[:File:notice.svg]]}}
 
{{Parameter Row|2|Text}}
 
{{Parameter Row|2|Text}}
{{Parameter Row|3|Color of the box. When transparent it does hide the border.|#c8ff96}}
+
{{Parameter Row|3|Color of the box. When transparent it does hide the border.|<tt>#1e90ff</tt> {{ColorBox|#1e90ff}}}}
 
{{Parameter Row|4|Title in bold.|None}}
 
{{Parameter Row|4|Title in bold.|None}}
 
{{Parameter Row|type|Type of the box.|Not set}}
 
{{Parameter Row|type|Type of the box.|Not set}}
Line 24: Line 24:
 
| Not set
 
| Not set
 
| [[File:notice.svg|40px]]
 
| [[File:notice.svg|40px]]
| {{ColorBox|#c8ff96}}
+
| {{ColorBox|#1e90ff}}
 
|-
 
|-
 
| <tt>error</tt>
 
| <tt>error</tt>
 
| [[File:Ambox warning pn.svg|40px]]
 
| [[File:Ambox warning pn.svg|40px]]
| {{ColorBox|#ffcccc}}
+
| {{ColorBox|#b22222}}
 
|-
 
|-
 
| <tt>warning</tt>
 
| <tt>warning</tt>
 
| [[File:warning.svg|40px]]
 
| [[File:warning.svg|40px]]
| {{ColorBox|#ffdf80}}
+
| {{ColorBox|#f4c430}}
 
|-
 
|-
 
| <tt>editnotice</tt> or <tt>notice</tt>
 
| <tt>editnotice</tt> or <tt>notice</tt>
 
| [[File:notice.svg|40px]]
 
| [[File:notice.svg|40px]]
| {{ColorBox|#f6f6f6}}
+
| {{ColorBox|#bba}}
 
|}
 
|}
  
 
== Examples ==
 
== Examples ==
{{Box|Kerbin18.png|Text|#FFCCCC|Title}}
+
{{Box|Kerbin18.png|Text|#b22222|Title}}
  
   <nowiki>{{Box|Kerbin18.png|Text|#FFCCCC|Title}}</nowiki>
+
   <nowiki>{{Box|Kerbin18.png|Text|#b22222|Title}}</nowiki>
  
{{Box|notice.svg|'''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.|#aaaaff|}}
+
{{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|notice.svg|'''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.|#aaaaff|}}</nowiki>
+
   <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|Warning.svg|Most of this page is entirely speculation based on in-game observation and should not be taken as absolute fact!|#FFDF80}}
+
{{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|Warning.svg|Most of this page is entirely speculation based on in-game observation and should not be taken as absolute fact!|#ffdf80}}</nowiki>
+
   <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 ==
 
== Additional Box templates ==
Line 59: Line 59:
 
There exists another box template named {{Tl|mbox}} which for example {{Tl|Stub}} uses.
 
There exists another box template named {{Tl|mbox}} which for example {{Tl|Stub}} uses.
  
[[Category:Templates|Box]]</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=#ffcccc
+
|error=b22222
|warning=#ffdf80
+
|warning=f4c430
 
|editnotice
 
|editnotice
|notice=#f6f6f6
+
|notice=bba
|#default = #C8FF96}}}}}"
+
|#default=1e90ff}}}}}"
 
| class="mbox-image" | [[File:{{{1|{{#switch: {{{type|}}}
 
| class="mbox-image" | [[File:{{{1|{{#switch: {{{type|}}}
 
|error=Ambox warning pn.svg
 
|error=Ambox warning pn.svg

Revision as of 10:24, 18 August 2013

Description

This templates create a box with an image.

Parameters

Template:Parameter Table

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 Notice.svg    
error Ambox warning pn.svg    
warning Warning.svg    
editnotice or notice Notice.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

There exists another box template named {{mbox}} which for example {{Stub}} uses.