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)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div id="box">{{#if:{{{1|}}}|{{#switch:{{{3|2}}}|
<div id="box" style="{{{ostyle|}}}">
|1=&#32;
<h2> {{{1|}}} </h2>
<h1 {{{4|}}}>{{{1|}}}</h1>
<div style="padding:0.5em; {{{istyle|}}}">
|2=&#32;
<h2 {{{4|}}}>{{{1|}}}</h2>
|3=&#32;
<h3 {{{4|}}}>{{{1|}}}</h3>
|4=&#32;
<h4 {{{4|}}}>{{{1|}}}</h4>
|5=&#32;
<h5 {{{4|}}}>{{{1|}}}</h5>
|6=&#32;
<h6 {{{4|}}}>{{{1|}}}</h6>
|7=&#32;
<h7 {{{4|}}}>{{{1|}}}</h7>
|8=&#32;
<h8 {{{4|}}}>{{{1|}}}</h8>
}}}}
<div style="padding: 0.5em;">
{{{2|}}}
{{{2|}}}
</div></div>
</div></div>
<noinclude>
{{box|How-To|To create a box with this script simply type the following as a base template:
<br>
<nowiki>{{box|Title|Contents}}</nowiki>}}
[[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}}