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 = | + | {| 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=" | + | |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 22:13, 5 December 2023
| {{{1}}} |
Template documentation
Usage
| Markup | Renders as |
|---|---|
{{mbox
| type = warning
| text = The message body text.
}}
|
|
| Markup | Renders as |
|---|---|
{{mbox
| type = notice
| text = The message body text.
}}
|
|
| Markup | Renders as |
|---|---|
{{mbox
| type = tip
| text = The message body text.
}}
|
|
| Markup | Renders as |
|---|---|
{{mbox
| text = The message body text.
}}
|
|
| Markup | Renders as |
|---|---|
{{mbox
| text = The message body text.
| small = yes
}}
|
|