Template:Sidebar: Difference between revisions

Template page
w:c:strategywiki>Prod
mNo edit summary
w:c:strategywiki>Prod
m (removing excess spacing)
Line 1: Line 1:
<div style="float: {{#if:{{{float|}}}|{{{float}}}|right}}; margin: 0px 10px 10px 10px; border: 1px solid #7d87bc; background-color: #d0d5f1; padding: 3px; width: {{{width}}};">{{#if:{{{title|}}}|<div style="text-align: center; font-size: larger; color:#556; ">
<div style="float:{{{float|right}}};margin:0px 10px 10px 10px;border:1px solid #7d87bc;background-color:#d0d5f1;padding:3px;width:{{{width}}}">{{#if:{{{title|}}}|<div style="text-align:center;font-size:larger;color:#556">'''{{{title}}}'''</div>}}{{{contents}}}</div><noinclude>
'''{{{title}}}'''</div>}}
 
{{{contents}}}</div>
This template is used to provide additional information in a sidenote style. It is used as follows:
<noinclude>This template is used to provide additional information in a sidenote style. It is used as follows:
<pre>{{sidebar
<pre>{{sidebar
|float=left, right, or none (default: right)
|float=left, right, or none (default: right)

Revision as of 23:50, 12 October 2007

{{{contents}}}

This template is used to provide additional information in a sidenote style. It is used as follows:

{{sidebar
|float=left, right, or none (default: right)
|width=Box width (CSS syntax)
|title=Box title
|contents=Box contents
}}