Typecraft v2.5
Jump to: navigation, search

Difference between revisions of "Template:Fmbox"

(add id parameter (sorry to steal your edit, DG, but I'm bored and now intend spending a happy hour adding the parameter to all its instances :-D))
m (21 revisions)
 
(14 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<table id="{{{id|}}}" class="plainlinks fmbox
+
<table {{#if:{{{id|}}}|id="{{{id|}}}"}} class="plainlinks fmbox
 
{{#switch:{{{type|}}}
 
{{#switch:{{{type|}}}
 +
| warning    = fmbox-warning
 
| editnotice = fmbox-editnotice
 
| editnotice = fmbox-editnotice
 
| system          <!-- system = default -->
 
| system          <!-- system = default -->
 
| #default  = fmbox-system
 
| #default  = fmbox-system
}} {{{class|}}}" style="clear: both; margin: 0.2em 0; border: 1px solid #aaa; background: #f9f9f9; width: 100%;
+
}} {{{class|}}}" style="{{{style|}}}">
{{#switch:{{{type|}}}
+
| editnotice = background: transparent;
+
| system          <!-- system = default -->
+
| #default  = background: #f9f9f9;
+
}} {{{style|}}}">
+
 
<tr>
 
<tr>
 
{{#ifeq:{{{image|}}}|none
 
{{#ifeq:{{{image|}}}|none
 
| <!-- No image. -->
 
| <!-- No image. -->
| <td class="mbox-image" style="border: none; padding: 2px 0 2px 0.9em; text-align: center;">
+
| <td class="mbox-image">
 
   {{#if:{{{image|}}}
 
   {{#if:{{{image|}}}
 
   | {{{image}}}
 
   | {{{image}}}
   | [[Image:Imbox notice.png|40x40px]]
+
   | [[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="mbox-text" style="border: none; padding: 0.25em 0.9em; width: 100%; {{{textstyle|}}}"> {{{text}}} </td>
+
<td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td>
 
{{#if:{{{imageright|}}}
 
{{#if:{{{imageright|}}}
| <td class="mbox-imageright" style="border: none; padding: 2px 0.9em 2px 0; text-align: center;"> {{{imageright}}} </td>
+
| <td class="mbox-imageright"> {{{imageright}}} </td>
 
}}
 
}}
 
</tr>
 
</tr>
</table><noinclude>
+
</table><!--
 
+
  Detect and report usage with faulty "type" parameter:
{{pp-template|small=yes}}
+
-->{{#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 interwikis to the /doc subpage, not here! -->
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
</noinclude>
 
</noinclude>

Latest revision as of 12:45, 8 July 2011

[create] 50px Template documentation