Template:Cmbox: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(replaced ambox images with cmbox versions to ensure that the correct background colors are displayed)
(Fixing the empty "image=" parameter bug. Dropping the "image=blank" option. (Tested in sandbox.))
Line 1: Line 1:
<table class="metadata plainlinks" style="margin: -1px 10%; border: 1px solid #aaa; background: #fbfbfb;
<table class="metadata plainlinks" style="margin: -1px 10%; border: 1px solid #aaa; background: #fbfbfb;
{{#switch:{{{type|}}}
{{#switch:{{{type|}}}
| speedy = margin: 1px 10%; border: 4px solid #b22222; background: #FFDBDB;
| speedy = margin: 1px 10%; border: 4px solid #b22222; background: #FFDBDB;
| delete = background: #FFDBDB;
| delete = background: #FFDBDB;
| content = background: #FFE7CE;
| content = background: #FFE7CE;
| style = background: #FFF9DB;
| style = background: #FFF9DB;
| move = background: #F1D0FF;
| move = background: #F1D0FF;
| protection = background: #EFEFE1;
| protection = background: #EFEFE1;
| notice <!-- notice = default -->
| notice <!-- notice = default -->
| #default = background: #DFE8FF;
| #default = background: #DFE8FF;
}} {{{style|}}}">
}} {{{style|}}}">
<tr>
<tr>
<td style="border: none; padding: 2px 0px 2px 0.5em; text-align: center;">
<td style="border: none; padding: 2px 0px 2px 0.5em; text-align: center;">
{{#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;"> {{#switch:{{{image|{{{type|}}}}}}
| <div style="width:52px;">
{{#if:{{{image|}}}
| {{{image}}}
| {{#switch:{{{type|}}}
| speedy = [[Image:Cmbox deletion.png|40x40px]]
| speedy = [[Image:Cmbox deletion.png|40x40px]]
| delete = [[Image:Cmbox deletion.png|40x40px]]
| delete = [[Image:Cmbox deletion.png|40x40px]]
Line 21: Line 24:
| move = [[Image:Cmbox move.png|40x40px]]
| move = [[Image:Cmbox move.png|40x40px]]
| protection = [[Image:Cmbox protection.png|40x40px]]
| protection = [[Image:Cmbox protection.png|40x40px]]
| notice = [[Image:Cmbox notice.png|40x40px]]
| notice <!-- notice = default -->
| blank = &nbsp;
| #default = [[Image:Cmbox notice.png|40x40px]]
}}
| #default = {{{image|[[Image:Cmbox notice.png|40x40px]]}}}
}}</div>
}}</div>
}}</td>
}}</td>

Revision as of 05:25, May 11, 2008