Template:Ombox: Difference between revisions
m>Happy-melon (template wrapper for generic messagebox) |
m>Happy-melon (re-add image switching) |
||
Line 4: | Line 4: | ||
{{#ifeq:{{{image|}}}|none | {{#ifeq:{{{image|}}}|none | ||
| <!-- No image cell; empty cell necessary for text cell to have 100% width --> | | <!-- No image cell; empty cell necessary for text cell to have 100% width --> | ||
| <div style="width:52px;"> {{{image|[[Image:Ambox notice.png|40x40px]]}}}</div> | | <div style="width:52px;"> {{#switch:{{{image|{{{type|}}}}}} | ||
| speedy = [[Image:Ambox speedy deletion.png|40x40px]] | |||
| delete | |||
| serious = [[Image:Ambox deletion.png|40x40px]] | |||
| content = [[Image:Ambox content.png|40x40px]] | |||
| style = [[Image:Ambox style.png|40x40px]] | |||
| move | |||
| merge = [[Image:Ambox move.png|40x40px]] | |||
| protection = [[Image:Ambox protection.png|40x40px]] | |||
| notice = [[Image:Ambox notice.png|40x40px]] | |||
| blank = | |||
| #default = {{{image|[[Image:Ambox notice.png|40x40px]]}}} | |||
}}</div> | |||
}}</td> | }}</td> | ||
<td class="ambox-text" style="{{{textstyle|}}}">{{{text}}}</td> | <td class="ambox-text" style="{{{textstyle|}}}">{{{text}}}</td> |
Revision as of 12:26, 20 May 2008
Template documentation[create]