Difference between revisions of "Template:Mbox/doc"
From LFS Manual
Jump to navigationJump to searchm |
m (small) |
||
| Line 37: | Line 37: | ||
</nowiki>|{{mbox | </nowiki>|{{mbox | ||
| text = The message body text. | | text = The message body text. | ||
| + | }}}}<!-- Template:Mra --> | ||
| + | |||
| + | {{markup| | ||
| + | <nowiki>{{mbox | ||
| + | | text = The message body text. | ||
| + | | small = yes | ||
| + | }}</nowiki>|{{mbox | ||
| + | | text = The message body text. | ||
| + | | small = yes | ||
}}}}<!-- Template:Mra --> | }}}}<!-- Template:Mra --> | ||
Revision as of 22:34, 5 December 2023
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
}}
|
| ||