Vorlage:Cmbox: Unterschied zwischen den Versionen
Fixing the empty "image=" parameter bug. Dropping the "image=blank" option. (Tested in sandbox.)
(replaced ambox images with cmbox versions to ensure that the correct background colors are displayed) |
imported>Davidgothberg (Fixing the empty "image=" parameter bug. Dropping the "image=blank" option. (Tested in sandbox.)) |
||
Zeile 1: | Zeile 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; | |||
| delete = background: #FFDBDB; | |||
| content = background: #FFE7CE; | |||
| style = background: #FFF9DB; | |||
| move = background: #F1D0FF; | |||
| protection = background: #EFEFE1; | |||
| notice <!-- notice = default --> | |||
| #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 --> | |||
| <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]] | ||
Zeile 21: | Zeile 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 | | notice <!-- notice = default --> | ||
| #default = [[Image:Cmbox notice.png|40x40px]] | |||
| #default = | }} | ||
}}</div> | }}</div> | ||
}}</td> | }}</td> |