Difference between revisions of "Template:Box-L"
Jump to navigation
Jump to search
(Created page with "<noinclude> This to place a text block that floats to the Left. It has three parameters for text: #Header #Text #Footer Copy and past the following to use the template, then repl...") |
|||
Line 11: | Line 11: | ||
</noinclude> | </noinclude> | ||
− | <div style="float:left; background:#fff; width: 25em; border-style: solid; border-width: 1px; margin: 1em; z-index: 10; padding: 0.4em; margin-left:0px;"> | + | <div style="float:left; background:#fff; width: 25em; border-style: solid; border-width:1px; border-color:Darkgoldenrod; margin: 1em; z-index: 10; padding: 0.4em; margin-left:0px;"> |
− | {| style="width:100%; background: | + | {| style="width:100%; background:ivory; border:1px solid #ccc;" |
− | | style="font-size: | + | | style="font-size:110%; padding:2px 0; margin:0px; text-align:center; color:#000;" | |
{{{1}}} | {{{1}}} | ||
|} | |} | ||
{{{2}}} | {{{2}}} | ||
− | {| style="width:100%; background: | + | {| style="width:100%; background:ivory; margin-top:1.2em; border:1px solid #ccc;" |
− | | style="font-size: | + | | style="font-size:110%; padding:2px 0; margin:0; text-align:center; color:#000;" | |
{{{3}}} | {{{3}}} | ||
|} | |} | ||
</div> | </div> |
Revision as of 17:53, 15 September 2010
This to place a text block that floats to the Left. It has three parameters for text:
- Header
- Text
- Footer
Copy and past the following to use the template, then replace 'HEADER', 'TEXT' and 'FOOTER' with the text to be highlighted:
{{Box-R|HEADER|TEST|FOOTER}}
The result will be as shown below with your text replacing the curly-braced parameter.
NOTE: If the header or footer (ie parameters 1 or 3) are left blank, the result will be a coloured line with no text.
{{{1}}} |
{{{2}}}
{{{3}}} |