Jump to content

Template:MessageBox: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
<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>
}}
{{#ifeq: {{lc: {{{type|}}} }} | warning |
<table class="message-box" style="border: 1px solid #ab7f2a; background-color: #fdf2d5;">
<td style="padding-right: 10px">[[File:Caution_yellow.png|30x30px]]</td>
<td>{{{text|This is a warning message box.}}}</td>
</table>
</table>
}}
}}