Template:Messagebox: Difference between revisions

From Simplicitypvp
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
{{#if:{{{icon|}}}|<span style="margin: 1em; margin-left: 0.5em; font-size: xx-large;">{{{icon}}}</span>}}
{{#if:{{{icon|}}}|<span style="margin: 1em; margin-left: 0.5em; font-size: xx-large;">{{{icon}}}</span>}}
<div style="flex-grow: 1;">
<div style="flex-grow: 1;">
{{#if:{{{title|}}}|<div style="font-size: larger; font-weight: bold;">{{{title}}}</div>}}
{{#if:{{{title|}}}|<div style="font-size: x-large; font-weight: bold;">{{{title}}}</div>}}
<div style="font-weight: bold;">{{{body}}}</div>
<div style="font-weight: bold; font-size: medium;">{{{body}}}</div>
</div>
</div>
</div><noinclude>
</div><noinclude>

Revision as of 05:07, 25 December 2023

{{{body}}}