Template:MessageBox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#ifeq: {{lc: {{{type}}} }} | error | | {{#ifeq: {{lc: {{{type}}} }} | error | | ||
<table class="message-box" style="border: 1px solid #9f3526; background-color: #ffe9e5;"> | <table class="message-box" style="border: 1px solid #9f3526; background-color: #ffe9e5;"> | ||
<td style="padding-right: 10px">[[File:caution_red.png|30x30px]]</td> | <td style="padding-right: 10px">[[File:caution_red.png|30x30px]]</td> | ||
<td>{{{text|This is an error message box.}}}</td> | <td>{{{text|This is an error message box.}}}</td> | ||
</table> | </table> | ||
|}} | | <div style="display: none"></div> | ||
}} | |||
{{#ifeq: {{lc: {{{type}}} }} | info | | {{#ifeq: {{lc: {{{type}}} }} | info | | ||
Line 12: | Line 13: | ||
<td>{{{text|This is an info message box.}}}</td> | <td>{{{text|This is an info message box.}}}</td> | ||
</table> | </table> | ||
|}} | | <div style="display: none"></div> | ||
}} | |||
</includeonly> | </includeonly> |