Difference between revisions of "Template:Box"

From Kerbal Space Program Wiki
Jump to: navigation, search
(+info and disambig type;)
m (*replace 'Parameter Row' and 'ParameterRow' by 'Parameter row';)
Line 5: Line 5:
  
 
{{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}}
 
}}
 
}}
  

Revision as of 20:48, 26 November 2014

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 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