Template:Fmbox: Difference between revisions
Content deleted Content added
imported>Davidgothberg Changing the "type=warning" border to #BB7070, which is a compromise between the suggestions on the talk page. |
m 30 revisions from meta:Template:Fmbox |
||
(19 intermediate revisions by 10 users not shown) | |||
Line 1:
<table id="{{{id|}}}" class="
{{#switch:{{{type|}}}
| warning =
| editnotice =
| system <!-- system = default -->
| #default =
}} {{{class|}}}" style="
<tr>
{{#ifeq:{{{image|}}}|none
| <td class="mbox-empty-cell"><!-- No image. --></td>
| <td class="mbox-image
{{#if:{{{image|}}}
| {{{image}}}
| [[File:{{#switch:{{{type|}}}
| warning =
| editnotice =
| system <!-- system = default -->
| #default =
}}|40x40px|link=|alt=]]
}}</td>
}}
<td class="mbox-text" style="
{{#if:{{{imageright|}}}
| <td class="mbox-imageright
}}
</tr>
</table><!--
Detect and report usage with faulty "type" parameter: -->{{#switch:{{{type|}}}
| <!-- No type fed, is also valid input -->
Line 37 ⟶ 32:
| editnotice
| system = <!-- Do nothing, valid "type" -->
| #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>
{{documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
|