Template:Mbox: Difference between revisions

From TestWiki
Content added Content deleted
m (Protected Template:Mbox: High-risk template (soon to be, anyway :D ) [edit=sysop:move=sysop])
(Planned fixes: Using new CSS class names (deployed for 30 days now). Fixing the empty "image=" parameter bug and the padding for the image=none case. And some other cleanup. (Tested in sandbox.))
Line 1: Line 1:
<table class="metadata plainlinks ambox
{{
{{#switch:{{{type|}}}
{{namespace detect
| speedy = ambox-speedy
| demospace = {{{demospace|}}}
| main = ambox
| delete <!-- delete = serious -->
<!-- | talk = tmbox -->
| serious = ambox-delete
| image = imbox
| content = ambox-content
| style = ambox-style
| category = cmbox
| other = dmbox
| move <!-- move = merge -->
| merge = ambox-move
}}
| protection = ambox-protection
<!-- These if-cases soon unnecessary since all but ambox and dmbox can take empty parameters, and ambox and dmbox will be fixed. This code means we are feeding several empty numbered parameters but that doesn't matter since the mboxes don't use numbered parameters. -->
| notice <!-- notice = default -->
| {{#if:{{{type|}}}| type={{{type|}}} }}
| #default = ambox-notice
| {{#if:{{{image|}}}| image={{{image|}}} }}
}}" style="{{{style|}}}">
| {{#if:{{{imageright|}}}| imageright={{{imageright|}}} }}
<tr>
| {{#if:{{{style|}}}| style={{{style|}}} }}
| {{#if:{{{textstyle|}}}| textstyle={{{textstyle|}}} }}
{{#ifeq:{{{image|}}}|none
| <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td style="border: none; padding: 1px;"></td>
| {{#if:{{{text|}}}| text={{{text|}}} }}
| <td class="ambox-image"><div style="width: 52px;">
{{#ifeq:{{{image|}}}|blank
| &nbsp;
| {{#if:{{{image|}}}
| {{{image}}}
| {{#switch:{{{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 <!-- notice = default -->
| #default = [[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>


{{pp-template|small=yes}}
}}<noinclude>

<!-- {{pp-template|small=yes}} -->
{{Documentation}}
{{Documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
<!-- Add categories and interwikis to the /doc subpage, not here! -->

Revision as of 08:11, 25 May 2008

Template:Pp-template