Typecraft v2.5
Jump to: navigation, search

Difference between revisions of "Template:Fmbox"

(req)
m (21 revisions)
 
(9 intermediate revisions by 8 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
 
| warning    = fmbox-warning
Line 5: Line 5:
 
| system          <!-- system = default -->
 
| system          <!-- system = default -->
 
| #default  = fmbox-system
 
| #default  = fmbox-system
| custom    = fmbox-custom
+
}} {{{class|}}}" style="{{{style|}}}">
}} {{{class|}}}" style="clear: both; margin: 0.2em 0; border: 1px solid #aaa; background: #f9f9f9; width: 100%;
+
{{#switch:{{{type|}}}
+
| warning    = background: #FFDBDB; border: 1px solid #BB7070;
+
| editnotice = background: transparent;
+
| system          <!-- system = default -->
+
| #default  = background: #f9f9f9;
+
| custom    = background: {{{color}}}; border: 1px solid {{{bordercolor}}};
+
}} {{{style|}}}">
+
 
<tr>
 
<tr>
 
{{#ifeq:{{{image|}}}|none
 
{{#ifeq:{{{image|}}}|none
Line 20: Line 12:
 
   {{#if:{{{image|}}}
 
   {{#if:{{{image|}}}
 
   | {{{image}}}
 
   | {{{image}}}
   | {{#switch:{{{type|}}}
+
   | [[File:{{#switch:{{{type|}}}
     | warning    = [[Image:Cmbox deletion.png|40x40px]]
+
     | warning    = Cmbox deletion.png
     | editnotice = [[Image:Imbox notice.png|40x40px]]
+
     | editnotice = Imbox notice.png
 
     | system          <!-- system = default -->
 
     | system          <!-- system = default -->
     | #default  = [[Image:Imbox notice.png|40x40px]]
+
     | #default  = Imbox notice.png
     | custom    = [[Image:{{{image}}}]]
+
     }}|40x40px|link=|alt=]]
    }}
+
 
   }}</td>
 
   }}</td>
 
}}
 
}}
Line 34: Line 25:
 
}}
 
}}
 
</tr>
 
</tr>
</table><!-- Detect and report usage with faulty "type" parameter:
+
</table><!--
 +
  Detect and report usage with faulty "type" parameter:
 
-->{{#switch:{{{type|}}}
 
-->{{#switch:{{{type|}}}
 
|  <!-- No type fed, is also valid input -->
 
|  <!-- No type fed, is also valid input -->
Line 41: Line 33:
 
| system    =    <!-- Do nothing, valid "type" -->
 
| 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 -->
 
| #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 -->
| custom    =    <!-- Do nothing, valid "type" -->
 
 
}}<noinclude>
 
}}<noinclude>
 
{{pp-template|small=yes}}
 
 
{{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