Difference between revisions of "Template:Mbox/doc"

From LFS Manual
Jump to navigationJump to search
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<noinclude>{{Documentation subpage}}</noinclude>
 +
 
=== Usage ===
 
=== Usage ===
  
Line 37: Line 39:
 
</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 -->
  
 
<includeonly>
 
<includeonly>
[[Category:Message box templates]]
+
[[Category:Message box templates| ]]
 
</includeonly>
 
</includeonly>

Latest revision as of 18:30, 26 February 2026

Information icon4.png This is a documentation subpage for Template:Mbox.

It may contain usage information, categories and other content that is not part of the original page.

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.