Template:Box1: Difference between revisions

From Future Worlds Center Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%"
{| cellspacing="0" cellpadding="0" style="margin:0em 0em 1em 0em; width:100%"
| style="width:100%; vertical-align:top; border:1px solid Sienna; background-color:Cornsilk;" |
| style="width:100%; vertical-align:top; border:1px solid Sienna; background-color:Cornsilk;" | {{#if:{{{content|}}} |
<div style="border-bottom:1px solid Sienna; background-color:Wheat; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">{{{title}}}</div>
<div style="border-bottom:1px solid Sienna; background-color:Wheat; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">{{{title}}}</div>
<div style="padding:2em 5em 0em 3em;"> <!-- Top, Right, Bottom, Left -->
<div style="padding:2em 5em 0em 3em;"> <!-- Top, Right, Bottom, Left -->
{{{content}}}</div>
{{{content}}}</div> }}
|}
|}


<noinclude>
<noinclude>
==Preview==
{{Box1
{{Box1
|title=My Title
|title=My Title
Line 13: Line 14:
bla bla bla
bla bla bla
}}
}}
==Usage==
copy and paste to use the template
<pre>
{{Box1
|title=My Title
|content=
===My heading===
bla bla bla
}}
</pre>
</noinclude>
</noinclude>

Revision as of 09:16, 25 August 2011


Preview

My Title

My heading

bla bla bla


Usage

copy and paste to use the template

{{Box1
|title=My Title
|content=
===My heading===
bla bla bla
}}