Template:Msgbox: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m use free link instead of module
add separate title-align argument, and start text on separate line
Line 14:
--><div class="msgbox-body" style="text-align: {{{text-align|center}}}; {{{bodycss|}}}">
{{#if: {{{title|}}}
| <div class="msgbox-title" {{#if: {{{title-align|}}} | style="text-align: {{{title-align}}};"}}>'''{{{title}}}'''{{
#if: {{{action|}}}
| <sup>{{{action}}}</sup>
Line 22:
}}</div>
}}<!--
-->{{#if: {{{text|}}} | <div class="msgbox-text"><p>{{{text}}}</p></div>}}
{{{text}}}</p></div>}}
</div>
</div>

Revision as of 09:04, 17 June 2024