Template:MessageBox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<table class="message-box" style="border: {{{border|}}}; border-radius: {{{borderRadius|}}}; background-color: {{{backgroundColor|}}};"> | <table class="message-box" style="border: {{{border|}}}; border-radius: {{{borderRadius|}}}; background-color: {{{backgroundColor|}}};"> | ||
<td style="padding-right: 10px;">{{{imageSource|}}}</td> | <td style="padding-right: 10px;">{{{imageSource|}}}</td> | ||
<td>{{{text| | <td>{{{text|}}}</td> | ||
</table> | </table> |