Template:Ambox: differenze tra le versioni
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
(3 versioni intermedie di uno stesso utente non sono mostrate) | |||
Riga 1: | Riga 1: | ||
<table | <table class="metadata plainlinks ambox | ||
{{#switch:{{{type|}}} | |||
| speedy = ambox-speedy | |||
| delete = ambox-delete | |||
| content = ambox-content | |||
| style = ambox-style | |||
| move = ambox-move | |||
}}"> | | protection = ambox-protection | ||
| notice <!-- notice = default --> | |||
| #default = ambox-notice | |||
}}" 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 style="border: none; padding: 0px; width: 1px;"></td> | |||
| <td class="mbox-image"><div style="width: 52px;"> | |||
| | {{#ifeq:{{{image|}}}|blank | ||
| content | | | ||
| {{#if:{{{image|}}} | |||
| {{{image}}} | |||
| {{#switch:{{{type|}}} | |||
| speedy = [[Image:Ambox speedy deletion.png|40x40px]] | |||
| delete = [[Image:Ambox deletion.png|40x40px]] | |||
}}</td> | | content = [[Image:Ambox content.png|40x40px]] | ||
| style = [[Image:Ambox style.png|40x40px]] | |||
| move = [[Image:Ambox move.png|40x40px]] | |||
| protection = [[Image:Ambox protection.png|40x40px]] | |||
| notice <!-- notice = default --> | |||
| #default = [[Image:Ambox notice.png|40x40px]] | |||
}} | |||
}} | |||
}}</div></td> | |||
}} | }} | ||
<td>{{{text}}}</td> | <td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td> | ||
{{#if:{{{imageright|}}}| | {{#if:{{{imageright|}}} | ||
| <td class="mbox-imageright"><div style="width: 52px;"> {{{imageright}}} </div></td> | |||
}} | }} | ||
</tr> | </tr> | ||
</table>< | </table><!-- Detect and report usage with faulty "type" parameter: | ||
{{ | -->{{#switch:{{{type|}}} | ||
<!-- | | <!-- No type fed, is also valid input --> | ||
</ | | speedy | ||
| delete | |||
| content | |||
| style | |||
| move | |||
| protection | |||
| notice = <!-- Do nothing, valid "type" --> | |||
| #default = <div style="text-align: center;">This message box is using an invalid "type={{{type|}}}" parameter and needs fixing.</div>[[Category:Wikipedia message box parameter needs fixing|{{main other|Main:}}{{FULLPAGENAME}}]]<!-- Sort on namespace --> | |||
}} |