Difference between revisions of "Template:Void-box"

From Second Life Wiki
Jump to navigation Jump to search
m (Void/boxit moved to Template:Void-box: misplaced creation)
m (tweaked)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly><div id="box">
<includeonly>__NOEDITSECTION__<div id="box">
== {{#if:{{{title|}}} | {{{title}}} | {{PAGENAME}} }} ==
== {{#if:{{{title|}}} | {{{title}}} | {{PAGENAME}} }} ==
{{#if:{{{content|}}} | <div style="padding: 0.5em">{{{content}}}</div> }}
{{#if:{{{content|}}} | <div style="padding: 0.5em">
{{{content}}}</div> }}
</div></includeonly><noinclude>
</div></includeonly><noinclude>
=== you type: ===
=== you type: ===
<pre>{{void/box
<pre>{{void-box
|title=bob
|title=bob
|content=stuff, stuff, & more stuff
|content=stuff, stuff, & more stuff
Line 10: Line 11:


=== you get: ===
=== you get: ===
<div id="box">
{{void-box
== bob ==
|title=bob
<div style="padding: 0.5em">stuff, stuff, & more stuff</div>
|content=stuff, stuff, & more stuff
</div></noinclude>
}}</noinclude>

Latest revision as of 16:56, 11 January 2011

you type:

{{void-box
|title=bob
|content=stuff, stuff, & more stuff
}}

you get:

bob

stuff, stuff, & more stuff