Difference between revisions of "Template:Box"

From Second Life Wiki
Jump to navigation Jump to search
(edit links to the template are confusing and not too useful)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div id="box">
<div id="box" style="{{{ostyle|}}}">
== {{{1|}}} ==
<h2> {{{1|}}} </h2>
<div style="padding: 0.5em;">
<div style="padding:0.5em; {{{istyle|}}}">
{{{2|}}}
{{{2|}}}
</div></div>
</div></div>
Line 8: Line 8:
<br>
<br>
<nowiki>{{box|Title|Contents}}</nowiki>}}
<nowiki>{{box|Title|Contents}}</nowiki>}}
</noinclude>
[[Category:Box templates]]</noinclude>

Latest revision as of 17:04, 7 October 2010

How-To

To create a box with this script simply type the following as a base template:
{{box|Title|Contents}}