Jump to content

Template:MessageBox: Difference between revisions

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|This is a message box.}}}</td>
<td>{{{text|}}}</td>
</table>
</table>