Default Box
|
This box has all default settings.
|
|
|
{{Box
| title=Default Box
| content=This box has all default settings.
}}
|
Blue Box
|
This is some text.
|
|
|
{{Box
| color=blue
| float=right
| width=75%
| title=Blue Box
| content=This is some text.
}}
|
Purple Box
|
Link to England follow the link above
|
|
|
{{Box
| color=purple
| title=Purple Box
| content=Link to [[England]]<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=240px
| 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.
}}
|
|
This box is displayed with no header
|
|
|
{{Box
| header=no
| color=orange
| content=This box is displayed with no header
}}
|
This box is displayed with no header with a darker background
|
|
|
{{Box
| body=no
| color=pink
| title=This box is displayed with no header with a darker background
}}
|