Jump to content

Template:MessageBox: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(3 intermediate revisions by 2 users not shown)
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 style="font-family: {{{fontFamily|}}}; font-size: {{{fontSize|14px}}}">{{{text|}}}</td>
</table>
</table>