Template:Box

From Citizendium
Revision as of 05:45, 5 August 2009 by imported>Drew R. Smith (Test, will fix if doesnt work)
Jump to navigation Jump to search

<div style="border:1px #bbb solid; background-color:{{{{2}}}; padding:0.5em; margin:0.5em 0; -moz-border-radius:4px; -webkit-border-radius:4px; ">{{{1}}} <div style="border:1px #bbb solid; background-color:{{{{2}}}; padding:0.5em; margin:0.5em 0; -moz-border-radius:4px; -webkit-border-radius:4px; ">This documentation is transcluded from Template:Box/doc (edit | history)

This template is used to create a box around text.

Examples

{{Box|Text Here, [[Link Here]]}}

Produces

<div style="border:1px #bbb solid; background-color:{{{{2}}}; padding:0.5em; margin:0.5em 0; -moz-border-radius:4px; -webkit-border-radius:4px; ">Text Here, Link Here

You can also specify the color you want the box to be using a parameter after the text.

{{Box|Text Here, [[Link Here]]|black}}

Produces

<div style="border:1px #bbb solid; background-color:{{{{2}}}; padding:0.5em; margin:0.5em 0; -moz-border-radius:4px; -webkit-border-radius:4px; ">Text Here, Link Here

{{Box|Text Here, [[Link Here]]|#517}}

Produces

<div style="border:1px #bbb solid; background-color:{{{{2}}}; padding:0.5em; margin:0.5em 0; -moz-border-radius:4px; -webkit-border-radius:4px; ">Text Here, Link Here