Difference between revisions of "Template:Box-R"
Jump to navigation
Jump to search
(Add to category:Box Templates) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | <noinclude> | + | <noinclude>[[category:Box Templates]]'''This template places a text block that floats to the right.''' It has three parameters for text: |
− | This | ||
#Header | #Header | ||
#Text | #Text | ||
#Footer | #Footer | ||
Copy and past the following to use the template, then replace 'HEADER', 'TEXT' and 'FOOTER' with the text to be highlighted: | Copy and past the following to use the template, then replace 'HEADER', 'TEXT' and 'FOOTER' with the text to be highlighted: | ||
− | :<Code><nowiki>{{Box-R|HEADER| | + | :<Code><nowiki>{{Box-R|HEADER|TEXT|FOOTER}}</nowiki></code> |
The result will be as shown below with your text replacing the curly-braced parameter. | The result will be as shown below with your text replacing the curly-braced parameter. | ||
Line 11: | Line 10: | ||
</noinclude> | </noinclude> | ||
− | <div style="float:right; background:#fff; width: 25em; border-style: solid; border-width: 1px; border-color: | + | <div style="float:right; background:#fff; width: 25em; border-style: solid; border-width: 1px; border-color:#9a9a9a; margin: 1em; z-index: 10; padding: 0.4em; margin-right:0px;"> |
− | {| style="width:100%; background: | + | {| style="width:100%; background:#f9f9f9; border:1px solid #ccc;" |
| style="font-size:110%; padding:2px 0; margin:0px; text-align:center; color:#000;" | | | 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:#f9f9f9; margin-top:1.2em; border:1px solid #ccc;" |
− | | style="font-size: | + | | style="font-size:100%; padding:2px 0; margin:0; text-align:center; color:#000;" | |
{{{3}}} | {{{3}}} | ||
|} | |} | ||
</div> | </div> |
Latest revision as of 17:27, 5 December 2013
This template places a text block that floats to the right. 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|TEXT|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}}} |