User:Krazy Monkey/Sandpit/Testage: Difference between revisions
From The Urban Dead Wiki
< User:Krazy Monkey | Sandpit
Jump to navigationJump to search
Krazy Monkey (talk | contribs) (More more box) |
Krazy Monkey (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
==New testage goes here== | ==New testage goes here== | ||
<table id="{{{id|}}}" class="plainlinks fmbox | |||
{{#switch:{{{type|}}} | |||
| warning = fmbox-warning | |||
| editnotice = fmbox-editnotice | |||
| system <!-- system = default --> | |||
| #default = fmbox-system | |||
}} {{{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; | |||
}} {{{style|}}}"> | |||
<tr> | |||
{{#ifeq:{{{image|}}}|none | |||
| <!-- No image. --> | |||
| <td class="mbox-image"> | |||
{{#if:{{{image|}}} | |||
| {{{image}}} | |||
| {{#switch:{{{type|}}} | |||
| warning = [[Image:Cmbox deletion.png|40x40px]] | |||
| editnotice = [[Image:Imbox notice.png|40x40px]] | |||
| system <!-- system = default --> | |||
| #default = [[Image:Imbox notice.png|40x40px]] | |||
}} | |||
}}</td> | |||
}} | |||
<td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td> | |||
{{#if:{{{imageright|}}} | |||
| <td class="mbox-imageright"> {{{imageright}}} </td> | |||
}} | |||
</tr> | |||
</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> |
Revision as of 15:37, 1 March 2009
Cheese's Sandpit's Testage page
New testage goes here{{#ifeq:|none }}{{#if: }}
|
warning | editnotice | system = | #default = This message box is using an invalid "type=" parameter and needs fixing.
|