- This is a personal developmental wiki, it may often be in an unstable or experimental state and the lack of meaningful content on a page is often intentional; however, you can participate. Please: 1) create an account, 2) confirm your e-mail, 3) send Deirdre and e-mail telling her who you are and why you are interested. Thanks, --Deirdre(talk contribs)

Difference between revisions of "Transwiki:Fmbox"

From DeeDeeswiki
Jump to: navigation, search
(Removing tracking Category:Footer and header message boxes, since it causes problems and using "What links here" is good enough. See talkpage.)
(make id optional)
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 25: Line 25:
 
}}
 
}}
 
</tr>
 
</tr>
</table><!--  
+
</table><!--
 
   Detect and report usage with faulty "type" parameter:
 
   Detect and report usage with faulty "type" parameter:
 
-->{{#switch:{{{type|}}}
 
-->{{#switch:{{{type|}}}

Revision as of 10:12, 26 July 2010

Template:Pp-template Template:Documentation