User:Frostyfrog/templates/Box

From Wikipedia, the free encyclopedia

[edit] {{{2}}}

{{{3}}}


[edit] Usage:

{{custombox|color|header|text}} *place within a table cell

[edit] Code:

{|width="80%" align="center"
|-
|colspan="2"|{{custombox|blue|Example|This is an example of a blue box.}}
|-
|width="60%" valign="top"|{{custombox|red|Example|This is an example of a red box.}}
|width="40%"|{{custombox|green|Example|This is an example of a green box. Notice the alignment 
on the red box.}}
|}

[edit] Looks like:

Example

This is an example of a blue box.

Example

This is an example of a red box.

Example

This is an example of a green box. Notice the alignment on the red box.