Difference between revisions of "Template:BoxIcon"

From Second Life Wiki
Jump to navigation Jump to search
m
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div id="box" style="{{{ostyle|}}}">
<div id="box" style="{{{ostyle|}}}">
{{{!}} style="float:left; height: 28px; width:28px; background: transparent;" cellpadding="0" cellspacing="0"
{{{!}} cellpadding="0" cellspacing="0" style="float:left; height:22px; width:22px; padding: 2px; background:transparent;"
{{!}} align="center" valign="center" {{!}} [[Image:{{{1|<noinclude>Example.jpg</noinclude>}}}|frameless|24px|middle|link=]]
{{!}} valign="center" align="center" {{!}} [[Image:{{{1|<noinclude>Example.jpg</noinclude>}}}|frameless|22px]]
{{!}}}
{{!}}}
<h2>{{{2|}}}</h2>
<h2>{{{2|<noinclude>Title</noinclude>}}}</h2>
<div style="padding:0.5em; {{{istyle|}}}">
<div style="padding:0.5em; {{{istyle|}}}">
{{{3|}}}
{{{3|<noinclude>Contents</noinclude>}}}
</div></div>
</div></div>
<noinclude>
<noinclude>
{{BoxIcon|Warning_Sign.svg|How-To|To create a box with this script simply type the following as a base template:
{{BoxIcon|Warning_Sign.png|How-To|To create a box with this script simply type the following as a base template:
<br>
<br>
<nowiki>{{BoxIcon|Example.jpg|Title|Contents}}</nowiki>}}
<nowiki>{{BoxIcon|Example.jpg|Title|Contents}}</nowiki>}}
</noinclude>
</noinclude>

Latest revision as of 17:27, 4 May 2009

Example.jpg

Title

Contents

Warning Sign.png

How-To

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