Template:MessageBox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#ifeq:{{{type|error}}}| | |||
<table class="message-box" style="border: {{{border|1px solid #333}}}; background-color: {{{backgroundColor|#f8f9fa}}};"> | <table class="message-box" style="border: {{{border|1px solid #333}}}; background-color: {{{backgroundColor|#f8f9fa}}};"> | ||
<td style="padding-right: 10px">[[File:caution_red.png|30x30px]]</td> | <td style="padding-right: 10px">[[File:caution_red.png|30x30px]]</td> | ||
Line 4: | Line 6: | ||
</table> | </table> | ||
}} |