Template:Abs Box1: Difference between revisions

From Future Worlds Center Wiki
Jump to navigationJump to search
No edit summary
m (Changed protection level for "Template:Abs Box1" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| cellspacing="0" cellpadding="0" style="margin:0em 1em 1em 0em;width:{{{width}}};float:{{{float}}};color:#ffffff"
{| cellspacing="0" cellpadding="0" style="margin:0em 1em 1em 0em;width:{{{width}}};float:{{{float}}};"
|  style="width:{{{width}}};vertical-align:top; border:1px solid {{{border_color}}}; background-color:{{{content_bgcolor}}};" | {{#if:{{{content|}}} |
|  style="width:{{{width}}};vertical-align:top; border:1px solid #ffffff; background-color:{{{content_bgcolor}}};" | {{#if:{{{content|}}} |
<div style="border-bottom:1px solid Sienna; background-color:{{{title_bgcolor}}}; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">{{{title}}}</div>
<div style="color:#ffffff;border-bottom:1px solid {{{border_color}}}; background-color:{{{title_bgcolor}}}; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">{{{title}}}</div>
<div style="padding:1em 5em 1em 3em;"> <!-- Top, Right, Bottom, Left -->
<div style="padding:1em 5em 1em 3em;"> <!-- Top, Right, Bottom, Left -->
{{{content}}}</div> }}
{{{content}}}</div> }}

Latest revision as of 07:30, 1 November 2011


Preview

My Title

My heading

bla bla bla


Usage

copy and paste to use the template

{{Abs_Box1
|float=none
|width=100%
|border_color=Sienna
|title_bgcolor=Wheat
|content_bgcolor=Cornsilk
|title=My Title
|content=
===My heading===
bla bla bla
}}