Template:Box: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<pre> | <pre> | ||
{{Box | {{Box | ||
|color= <blue|green|grey| | |color= <blue|green|grey|purple|red|yellow> | ||
|width= | |width= | ||
|height= | |height= | ||
Line 15: | Line 15: | ||
=== Parameters === | === Parameters === | ||
; color : The color of the box. Default: <code>grey</code>. Options: <code>blue</code>, <code>green</code>, <code>grey</code>, <code> | ; color : The color of the box. Default: <code>grey</code>. Options: <code>blue</code>, <code>green</code>, <code>grey</code>, <code>purple</code>, <code>red</code>, <code>yellow</code> | ||
; width : If specified, the width of the box. It must be specified in pixels (px) or percentage (%). | ; width : If specified, the width of the box. It must be specified in pixels (px) or percentage (%). | ||
; height : If specified, the height of the box. It must be specified in pixels (px). | ; height : If specified, the height of the box. It must be specified in pixels (px). | ||
; title : If specified, a title will be shown. | ; title : If specified, a title will be shown. Templates and transcluded pages can be used. | ||
; text : The text in the box. | ; text : The text in the box. Templates and transcluded pages can be used. | ||
=== Examples === | === Examples === |
Revision as of 20:20, 20 October 2017
The {{box}}
template may be used to add a colored box with title (optional) and text.
Usage
{{Box |color= <blue|green|grey|purple|red|yellow> |width= |height= |title= |text= }}
Parameters
- color
- The color of the box. Default:
grey
. Options:blue
,green
,grey
,purple
,red
,yellow
- width
- If specified, the width of the box. It must be specified in pixels (px) or percentage (%).
- height
- If specified, the height of the box. It must be specified in pixels (px).
- title
- If specified, a title will be shown. Templates and transcluded pages can be used.
- text
- The text in the box. Templates and transcluded pages can be used.
Examples
{{Box|color=blue|width=500px|height=150px|title=This is the title|text=Here comes the text.}}
|