[create] Template documentation
zh:Template:Divbox
</includeonly>
Purpose
To easily produce boxes with matching colored titles and borders.
Usage
Field Name |
Usage |
Description
|
color |
optional |
Valid options: pink, orange, yellow, green, blue and purple. Default: Gray box title, white background for body, shades of gray for borders.
|
float |
optional |
Valid options: left or right. Default: left.
|
width |
optional |
Values can be expressed in either % or px. Default: adjusts to width of content.
|
title |
mandatory |
The title of the box.
|
content |
mandatory |
The content to be displayed in the box.
|
Examples
Default Box
|
This box has all default settings.
|
|
|
{{Box
| title=Default Box
| content=This box has all default settings.
}}
|
Blue Box
|
This is a test A
|
|
|
{{Box
| color=blue
| float=right
| width=75%
| title=Blue Box
| content=This is a test A
}}
|
Purple Box
|
Link to LDSClerks follow the link above
|
|
|
{{Box
| color=purple
| title=Purple Box
| content=Link to [[LDSClerks]]<br><small>follow the link</small>
}}
|
Green Box
|
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
|
|
|
{{Box
| color=green
| width=500px
| title=Green Box
| content=Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
}}
|