Template:Cmbox: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(Decreasing the empty left image cell from a total of 3px width to 1px width. Can't be 0px since then boxes who are not filled with text don't stay 80% wide.)
m (41 revisions imported from wikipedia:Template:Cmbox)
 
(18 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{#invoke:Message box|cmbox}}<noinclude>
<table class="plainlinks cmbox
{{documentation}}
{{#switch:{{{type|}}}
<!-- Categories go on the /doc subpage, and interwikis go on Wikidata. -->
| speedy = cmbox-speedy
| delete = cmbox-delete
| content = cmbox-content
| style = cmbox-style
| move = cmbox-move
| protection = cmbox-protection
| notice <!-- notice = default -->
| #default = cmbox-notice
}}" style="{{{style|}}}">
<tr>
{{#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="cmbox-image"><div style="width: 52px;">
{{#if:{{{image|}}}
| {{{image}}}
| {{#switch:{{{type|}}}
| speedy = [[Image:Cmbox deletion.png|40x40px]]
| delete = [[Image:Cmbox deletion.png|40x40px]]
| content = [[Image:Cmbox content.png|40x40px]]
| style = [[Image:Cmbox style.png|40x40px]]
| move = [[Image:Cmbox move.png|40x40px]]
| protection = [[Image:Cmbox protection.png|40x40px]]
| notice <!-- notice = default -->
| #default = [[Image:Cmbox notice.png|40x40px]]
}}
}}</div></td>
}}
<td class="cmbox-text" style="{{{textstyle|}}}"> {{{text}}} </td>
{{#if:{{{imageright|}}}
| <td class="cmbox-imageright"> {{{imageright}}} </td>
}}
</tr>
</table><noinclude>

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

Latest revision as of 15:21, January 29, 2022

Page Module:Message box/cmbox.css has no content.