Template:Msgbox: Difference between revisions

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

Revision as of 09:04, 17 June 2024