Template:Box: Difference between revisions
Jump to navigation
Jump to search
imported>Drew R. Smith (In this case, it seems prudent to show what the template produces) |
imported>Caesar Schinas m (enable styling) |
||
Line 1: | Line 1: | ||
<div style="border:1px #bbb solid; background-color:#eee; padding:0.5em; margin:0.5em 0">{{{1}}}</div><noinclude>{{TlDoc}}</noinclude> | <div style="border:1px #bbb solid; background-color:#eee; padding:0.5em; margin:0.5em 0; {{{style|}}}">{{{1}}}</div><noinclude>{{TlDoc}}</noinclude> |
Revision as of 03:01, 16 June 2009
{{{1}}}
This template is used to create a box around text.
Examples
{{Box|Text Here, [[Link Here]]}}
Produces
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
Text Here, Link Here
{{Box|Text Here, [[Link Here]]|#517}}
Produces
Text Here, Link Here