Difference between revisions of "Template:Mbox"

From LFS Manual
Jump to navigationJump to search
(WIP)
 
m
Line 1: Line 1:
{| style="border:1px solid #{{#switch: type | warning = fc3 | notice = a2a9b1 | tip = e8c76d | a2a9b1 }}; color: #FFFFFF; background: #{{#switch: type | warning = fef6e7 | notice = #d8e8ff | tip = fffbe0 | f8f9fa }}; margin: 4px 10%; padding:.2em; text-align:justify;{{{extra|}}}"
+
{| style="border:1px solid #{{#switch: {{{type}}} | warning = fc3 | notice = a2a9b1 | tip = e8c76d | a2a9b1 }}; color: #FFFFFF; background: #{{#switch: {{{type}}} | warning = fef6e7 | notice = d8e8ff | tip = fffbe0 | f8f9fa }}; margin: 4px 10%; padding:.2em; text-align:justify;{{{extra|}}}"
|style="width:50px"| {{{image|[[Image:Caution.png|40px]]}}}
+
|style="padding-left: .9em"| {{{image|[[Image:{{#switch: {{{type}}} | warning = Caution | notice = Information icon4 | tip = Bulbgraph | Information icon4 }}.png|40x40px]]}}}
 
|style="width: 100%; padding:.25em .9em; color: #000000;"| {{{text|{{{1}}}}}}
 
|style="width: 100%; padding:.25em .9em; color: #000000;"| {{{text|{{{1}}}}}}
 
|}<noinclude>{{documentation}}</noinclude>
 
|}<noinclude>{{documentation}}</noinclude>

Revision as of 23:13, 5 December 2023

Information icon4.png {{{1}}}
Template Info-Icon.png

Template documentation

View - Edit

Usage

Markup Renders as
{{mbox
| type  = warning
| text  = The message body text.
}}
Caution.png The message body text.
Markup Renders as
{{mbox
| type  = notice
| text  = The message body text.
}}
Information icon4.png The message body text.
Markup Renders as
{{mbox
| type  = tip
| text  = The message body text.
}}
Bulbgraph.png The message body text.
Markup Renders as
{{mbox
| text  = The message body text.
}}
Information icon4.png The message body text.
Markup Renders as
{{mbox
| text  = The message body text.
| small = yes
}}
Information icon4.png The message body text.