Difference between revisions of "Template:Wbox"
From Organic Design wiki
(test) |
(Fix outer box colours) |
||
Line 1: | Line 1: | ||
− | {|style="border-spacing:8px; margin: | + | {| style="border-spacing:8px; margin:-8px -8px;" |
− | |class="MainPageBG" style="width:55%; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;"| | + | {{#switch: {{{colour|purple}}} | |
+ | green={{!}}class="MainPageBG" style="width:55%; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;"{{!}} | | ||
+ | blue={{!}}class="MainPageBG" style="width:45%; border:1px solid #cedff2; background:#f5faff; vertical-align:top"{{!}}| | ||
+ | purple={{!}}class="MainPageBG" style="width:50%; border:1px solid #ddcef2; background:#faf5ff; vertical-align:top; color:#000;"{{!}} | ||
+ | }} | ||
{|width="{{{width|100}}}%" cellpadding="2" cellspacing="5" style="vertical-align:top; background:{#switch: {{{colour|purple}}}|green=#f5fffa;|#faf5ff; color:#000}};" | {|width="{{{width|100}}}%" cellpadding="2" cellspacing="5" style="vertical-align:top; background:{#switch: {{{colour|purple}}}|green=#f5fffa;|#faf5ff; color:#000}};" | ||
! <h2 style="margin:0; background:{{#switch: {{{colour|purple}}}|green=#cef2e0|blue=#cedff2|#ddcef2}}; font-size:120%; font-weight:bold; border:1px solid {{#switch: {{{colour|purple}}}|green=#a3bfb1|#afa3bf}}; text-align:left; color:#000; padding:0.2em 0.4em;">{{#if: {{{content|}}} | {{{name}}} | [[{{{name}}}]]}}</h2> | ! <h2 style="margin:0; background:{{#switch: {{{colour|purple}}}|green=#cef2e0|blue=#cedff2|#ddcef2}}; font-size:120%; font-weight:bold; border:1px solid {{#switch: {{{colour|purple}}}|green=#a3bfb1|#afa3bf}}; text-align:left; color:#000; padding:0.2em 0.4em;">{{#if: {{{content|}}} | {{{name}}} | [[{{{name}}}]]}}</h2> |
Revision as of 09:57, 29 November 2007
|
Usage
- name = article name, name used in box, if {{{contents}}} is omitted, then the name is a link, and {{{name}}} is transcluded under the box
- contents = optional, if supplied the wikitext is placed under the box
- colour = green|blue|purple (default)