Template:MessageBox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
<td>{{{text|This is an error message box.}}}</td> | <td>{{{text|This is an error message box.}}}</td> | ||
</table> | </table> | ||
| | | | ||
}} | }} | ||
</includeonly> | |||
<includeonly> | |||
{{#ifeq: {{lc: {{{type}}} }} | info | | {{#ifeq: {{lc: {{{type}}} }} | info | | ||
<table class="message-box" style="border: 1px solid #a3caff; background-color: #eaf3ff;"> | <table class="message-box" style="border: 1px solid #a3caff; background-color: #eaf3ff;"> | ||
Line 12: | Line 14: | ||
<td>{{{text|This is an info message box.}}}</td> | <td>{{{text|This is an info message box.}}}</td> | ||
</table> | </table> | ||
| | | | ||
}} | }} | ||
</includeonly> | </includeonly> |