Xeverything11 (talk | contribs)
m Xeverything11 moved page Template:Ambox to Template:Mbox without leaving a redirect: Standard title
Xeverything11 (talk | contribs)
m fix
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="mbox" style="margin: 0.5rem 0; padding: 0 1rem; border: 1px solid var(--color-primary1); border-radius: 4px; display: flex; align-items: center;">
<templatestyles src="Template:Mbox/styles.css" />
{{#if:{{{2|}}}|{{{2}}}}}
<div class="mbox" style="{{{style}}}">
<div style="flex: 1; margin: 0 1rem;">
<div class="mbox-image-left">{{#if:{{{2|}}}|{{{2}}}}}</div>
<div class="mbox-body">
{{{1}}}
{{{1}}}
</div>
</div>
{{#if:{{{3|}}}|{{{3}}}}}
<div class="mbox-image-right">{{#if:{{{3|}}}|{{{3}}}}}</div>
</div><noinclude>{{documentation}}</noinclude>
</div><noinclude>{{documentation}}</noinclude>

Latest revision as of 14:15, 13 April 2025

{{{1}}}

Template documentation
[viewedithistorypurge]

This is the {{mbox}} template. It is used as the basis for messages.

Usage

Text only

{{mbox|Lorem ipsum dolor sit amet.}}

Lorem ipsum dolor sit amet.

Text with image(s) on left

{{mbox
|'''Warning!'''

Lorem ipsum dolor sit amet.
|[[File:Nuvola apps important.svg|80px]]
}}

Warning!

Lorem ipsum dolor sit amet.

{{mbox
|Information icons in red, orange and yellow colors.
|[[File:Information red.svg|64px]][[File:Information orange.svg|64px]][[File:Information yellow.svg|64px]]
}}

Information icons in red, orange and yellow colors.