Difference between revisions of "Template:Mbox"
From LFS Manual
Jump to navigationJump to searchm (remove icon link) |
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|}}}" | + | <includeonly>{| 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="padding-left: .9em"| {{{image|[[Image:{{#switch: {{{type}}} | warning = Caution | notice = Information icon4 | tip = Bulbgraph | Information icon4 }}.png|40x40px|link=]]}}} | |style="padding-left: .9em"| {{{image|[[Image:{{#switch: {{{type}}} | warning = Caution | notice = Information icon4 | tip = Bulbgraph | Information icon4 }}.png|40x40px|link=]]}}} | ||
|style="width: 100%; padding:.25em .9em; color: #000000;"| {{{text|{{{1}}}}}} | |style="width: 100%; padding:.25em .9em; color: #000000;"| {{{text|{{{1}}}}}} | ||
| − | |}<noinclude>{{documentation}}</noinclude> | + | |}</includeonly><noinclude>{{documentation}}</noinclude> |
Revision as of 22:23, 5 December 2023
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
}}
|
| ||