Difference between revisions of "Template:Fmbox"
From My Big TOE Wiki
(Gah! The class "plainlinksneverexpand" makes the box transparent, and it sets it with the "!important" keyword so we can not override it. Changing to "plainlinks" for now.) |
David Mathis (talk | contribs) m (21 revisions) |
||
(20 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
− | <table class="plainlinks fmbox" style=" | + | <table {{#if:{{{id|}}}|id="{{{id|}}}"}} class="plainlinks fmbox |
+ | {{#switch:{{{type|}}} | ||
+ | | warning = fmbox-warning | ||
+ | | editnotice = fmbox-editnotice | ||
+ | | system <!-- system = default --> | ||
+ | | #default = fmbox-system | ||
+ | }} {{{class|}}}" style="{{{style|}}}"> | ||
<tr> | <tr> | ||
{{#ifeq:{{{image|}}}|none | {{#ifeq:{{{image|}}}|none | ||
| <!-- No image. --> | | <!-- No image. --> | ||
− | | <td class=" | + | | <td class="mbox-image"> |
{{#if:{{{image|}}} | {{#if:{{{image|}}} | ||
| {{{image}}} | | {{{image}}} | ||
− | | [[ | + | | [[File:{{#switch:{{{type|}}} |
+ | | warning = Cmbox deletion.png | ||
+ | | editnotice = Imbox notice.png | ||
+ | | system <!-- system = default --> | ||
+ | | #default = Imbox notice.png | ||
+ | }}|40x40px|link=|alt=]] | ||
}}</td> | }}</td> | ||
}} | }} | ||
− | <td class=" | + | <td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td> |
{{#if:{{{imageright|}}} | {{#if:{{{imageright|}}} | ||
− | | <td class=" | + | | <td class="mbox-imageright"> {{{imageright}}} </td> |
}} | }} | ||
</tr> | </tr> | ||
− | </table>< | + | </table><!-- |
− | + | Detect and report usage with faulty "type" parameter: | |
− | <!-- {{ | + | -->{{#switch:{{{type|}}} |
+ | | <!-- No type fed, is also valid input --> | ||
+ | | warning | ||
+ | | 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}} | {{documentation}} | ||
− | <!-- Add categories and | + | <!-- Add categories and interwikis to the /doc subpage, not here! --> |
</noinclude> | </noinclude> |
Latest revision as of 08:29, 3 June 2011
40x40px | {{{text}}} |
Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |