Jump to content

Template:MessageBox: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<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;">
Line 6: Line 5:
</table>
</table>
}}
}}
{{#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 13: Line 11:
</table>
</table>
}}
}}
</includeonly>