|
|
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: 50%; float: right; margin-left: 2em;" |
| {{#if:{{{above|}}}
| | {{{1|}}} |
| | <tr><td colspan={{#if:{{{imageright|}}}|3|2}} class="mbox-text" style="{{{textstyle|}}}{{{abovestyle|}}}">
| | }<noinclude> |
| {{{above}}}</td></tr>
| | |
| }}
| | [[Category:Templates]] |
| <tr>
| | </noinclude> |
| {{#switch:{{{image|}}}
| |
| |<!--BLANK-->|none=<td style="width:1px;"></td>
| |
| |#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> | |