|
|
(10 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <table class="{{#ifeq:{{lc:{{{metadata|}}}}}|no||metadata}} mbox-small{{#ifeq:{{lc:{{{position|}}}}}|left|-left}} {{{class|}}}" style="border:1px solid #aaa; background-color:#f9f9f9; {{{style|}}}">
| | {| style="width: 40%; float: right; margin-left: 2em; border-width: 0;" |
| {{#if:{{{above|}}}
| | |- |
| | <tr><td colspan={{#if:{{{imageright|}}}|3|2}} class="mbox-text" style="{{{textstyle|}}}{{{abovestyle|}}}"> | | | style="border-width: 0;" | |
| {{{above}}}</td></tr>
| | {{message|{{#if:{{{1|}}}|'''{{{1}}}'''<BR>}}{{#if:{{{2|}}}|{{{2}}}}}|bgcolor=#def3fe|bdcolor=#c5d7e0}} |
| }}
| | |}<noinclude> |
| <tr>
| | |
| {{#switch:{{{image|}}}
| | [[Category:Templates]] |
| |<!--BLANK-->|none=<td style="width:1px;"></td>
| | </noinclude> |
| |#default=<td class="mbox-image">{{{image}}}</td> | |
| }}
| |
| <td class="mbox-text plainlist" style="{{{textstyle|}}}">{{{text}}}</td>
| |
| {{#if:{{{imageright|}}} | |
| | <td class="mbox-imageright">{{{imageright}}}</td> | |
| }} | |
| </tr>
| |
| {{#if:{{{below|}}} | |
| | <tr><td colspan={{#if:{{{imageright|}}}|3|2}} class="mbox-text" style="{{{textstyle|}}}">{{{below}}}</td></tr> | |
| }}
| |
| </table> | |