Typecraft v2.5
Jump to: navigation, search

Difference between revisions of "Template:Fmbox"

m (1 revision: Infobox language)
(Starting out the "header & footer message box". (Copy from my user space.))
(21 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<table {{#if:{{{id|}}}|id="{{{id|}}}"}} class="plainlinks fmbox
+
<table class="plainlinks fmbox" style="clear: both; margin: .2em 0; border: 1px solid #aaa; background: #f9f9f9; width: 100%; {{{style|}}}">
{{#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="mbox-image">
+
| <td class="fmbox-image" style="border: none; padding: 2px 0 2px .9em; text-align: center;">
 
   {{#if:{{{image|}}}
 
   {{#if:{{{image|}}}
 
   | {{{image}}}
 
   | {{{image}}}
   | [[File:{{#switch:{{{type|}}}
+
   | [[Image:Imbox notice.png|40x40px]]
    | 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="{{{textstyle|}}}"> {{{text}}} </td>
+
<td class="fmbox-text" style="padding: 0.25em .9em; width: 100%; {{{textstyle|}}}"> {{{text}}} </td>
 
{{#if:{{{imageright|}}}
 
{{#if:{{{imageright|}}}
| <td class="mbox-imageright"> {{{imageright}}} </td>
+
| <td class="fmbox-imageright" style="border: none; padding: 2px .9em 2px 0; text-align: center;"> {{{imageright}}} </td>
 
}}
 
}}
 
</tr>
 
</tr>
</table><!--
+
</table><noinclude>
  Detect and report usage with faulty "type" parameter:
+
 
-->{{#switch:{{{type|}}}
+
<!-- {{pp-template|small=yes}} -->
|  <!-- 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 inter-wikis to the /doc subpage, not here! -->
 
</noinclude>
 
</noinclude>

Revision as of 21:11, 8 September 2008

[create] 50px Template documentation