0
edits
(add style="vertical-align:middle" to class="mbox-imageright") |
(Add class parameter) |
||
Line 1: | Line 1: | ||
<table class="plainlinks ombox {{#ifeq:{{{small}}}|yes|mbox-small}} | <table class="plainlinks ombox {{#ifeq:{{{small}}}|yes|mbox-small}} | ||
{{#switch:{{{type|}}} | {{#switch:{{{type|}}} | ||
| speedy = | | speedy = ombox-speedy | ||
| delete = | | delete = ombox-delete | ||
| content = | | content = ombox-content | ||
| style = | | style = ombox-style | ||
| move = | | move = ombox-move | ||
| protection = | | protection = ombox-protection | ||
| notice <!-- notice = default --> | | notice <!-- notice = default --> | ||
| #default = | | #default = ombox-notice | ||
}}" style="{{{style|}}}"> | }} {{{class|}}}" style="{{{style|}}}"> | ||
<tr> | <tr> | ||
{{#ifeq:{{{image|}}}|none | {{#ifeq:{{{image|}}}|none | ||
| <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td class="mbox-empty-cell"></td> | | <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td class="mbox-empty-cell"></td> | ||
| <td class="mbox-image | | <td class="mbox-image"> | ||
{{#if:{{{image|}}} | {{#if:{{{image|}}} | ||
| {{{image}}} | | {{{image}}} | ||
Line 19: | Line 19: | ||
| speedy = Imbox speedy deletion.png | | speedy = Imbox speedy deletion.png | ||
| delete = Imbox deletion.png | | delete = Imbox deletion.png | ||
| content = | | content = Imbox content.png | ||
| style = | | style = Edit-clear.svg | ||
| move = Imbox move.png | | move = Imbox move.png | ||
| protection = Imbox protection.png | | protection = Imbox protection.png | ||
| notice <!-- notice = default --> | | notice <!-- notice = default --> | ||
| #default = | | #default = Imbox notice.png | ||
}} | {{#ifeq:{{{small|}}}|yes|30x30px|40x40px}} ]] | }} | {{#ifeq:{{{small|}}}|yes | ||
| 30x30px | |||
| 40x40px | |||
}}|link=|alt=]] | |||
}}</td> | }}</td> | ||
}} | }} | ||
<td class="mbox-text" style=" | <td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td> | ||
{{#if:{{{imageright|}}} | {{#if:{{{imageright|}}} | ||
| {{#ifeq:{{{imageright|}}}|none | | {{#ifeq:{{{imageright|}}}|none | ||
| <!-- No image. --> | | <!-- No image. --> | ||
| <td class="mbox-imageright | | <td class="mbox-imageright"> {{{imageright}}} </td> | ||
}} | }} | ||
}} | }} |
edits