Difference between revisions of "Template:Ombox"
From BESA® Wiki
m (1 revision) |
(template wrapper for generic messagebox) |
||
| (16 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{# | + | <table class="metadata plainlinks messagebox" style="{{{style|}}}"> |
| − | {{ | + | <tr> |
| − | <!-- | + | <td class="ambox-image"> |
| + | {{#ifeq:{{{image|}}}|none | ||
| + | | <!-- No image cell; empty cell necessary for text cell to have 100% width --> | ||
| + | | <div style="width:52px;"> {{{image|[[Image:Ambox notice.png|40x40px]]}}}</div> | ||
| + | }}</td> | ||
| + | <td class="ambox-text" style="{{{textstyle|}}}">{{{text}}}</td> | ||
| + | {{#if:{{{imageright|}}} | ||
| + | | <td class="ambox-imageright"><div style="width:52px;"> {{{imageright}}} </div></td> | ||
| + | }} | ||
| + | </tr> | ||
| + | </table><noinclude> | ||
| + | {{Documentation}} | ||
| + | <!-- Add categories and interwikis to the /doc subpage, not here! --> | ||
</noinclude> | </noinclude> | ||
Revision as of 13:14, 20 May 2008
Script error