Template:Fmbox: Difference between revisions

m
24 revisions
(Adding a visible error message when it gets an invalid type parameter, like we do for {{ambox}}.)
m (24 revisions)
 
(11 intermediate revisions by 9 users not shown)
Line 1:
<table {{#if:{{{id|}}}|id="{{{id|}}}"}} class="plainlinks fmbox
{{#switch:{{{type|}}}
| warning = fmbox-warning
Line 5:
| system <!-- system = default -->
| #default = fmbox-system
}} {{{class|}}}" style="clear: both; margin: 0.2em 0; border: 1px solid #aaa; background: #f9f9f9; width: 100%; {{{style|}}}">
{{#switch:{{{type|}}}
| warning = background: #FFDBDB; border: 1px solid #BB7070;
| editnotice = background: transparent;
| system <!-- system = default -->
| #default = background: #f9f9f9;
}} {{{style|}}}">
<tr>
{{#ifeq:{{{image|}}}|none
Line 18 ⟶ 12:
{{#if:{{{image|}}}
| {{{image}}}
| [[File:{{#switch:{{{type|}}}
| warning = [[Image:Cmbox deletion.png|40x40px]]
| editnotice = [[Image:Imbox notice.png|40x40px]]
| system <!-- system = default -->
| #default = [[Image:Imbox notice.png|40x40px]]
}}|40x40px|link=|alt=]]
}}</td>
}}
Line 31 ⟶ 25:
}}
</tr>
</table><!--
</table><!-- Detect and report usage with faulty "type" parameter:
-->{{#switch:{{{type|}}}
| <!-- No type fed, is also valid input -->
Line 39 ⟶ 34:
| #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 -->
}}<noinclude>
 
{{pp-template|small=yes}}
{{documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->