Difference between revisions of "Template:Mbox/doc"

From LFS Manual
Jump to navigationJump to search
(Created page with "=== Usage === {{subst:mra|{{mbox | type = warning | style = CSS values | textstyle = CSS values | text = The message body text. }} }} {{subst:mra|{{mbox | type = notice...")
 
m
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
<noinclude>{{Documentation subpage}}</noinclude>
 +
 
=== Usage ===
 
=== Usage ===
  
Line 4: Line 6:
 
<nowiki>{{mbox
 
<nowiki>{{mbox
 
| type  = warning
 
| type  = warning
| style = CSS values
 
| textstyle  = CSS values
 
 
| text  = The message body text.
 
| text  = The message body text.
 
}}
 
}}
 
</nowiki>|{{mbox
 
</nowiki>|{{mbox
 
| type  = warning
 
| type  = warning
| style = CSS values
 
| textstyle  = CSS values
 
 
| text  = The message body text.
 
| text  = The message body text.
 
}}}}<!-- Template:Mra -->
 
}}}}<!-- Template:Mra -->
Line 18: Line 16:
 
<nowiki>{{mbox
 
<nowiki>{{mbox
 
| type  = notice
 
| type  = notice
| style = CSS values
 
| textstyle  = CSS values
 
 
| text  = The message body text.
 
| text  = The message body text.
 
}}
 
}}
 
</nowiki>|{{mbox
 
</nowiki>|{{mbox
 
| type  = notice
 
| type  = notice
| style = CSS values
 
| textstyle  = CSS values
 
 
| text  = The message body text.
 
| text  = The message body text.
 
}}}}<!-- Template:Mra -->
 
}}}}<!-- Template:Mra -->
Line 32: Line 26:
 
<nowiki>{{mbox
 
<nowiki>{{mbox
 
| type  = tip
 
| type  = tip
| style = CSS values
 
| textstyle  = CSS values
 
 
| text  = The message body text.
 
| text  = The message body text.
 
}}
 
}}
 
</nowiki>|{{mbox
 
</nowiki>|{{mbox
 
| type  = tip
 
| type  = tip
| style = CSS values
 
| textstyle  = CSS values
 
 
| text  = The message body text.
 
| text  = The message body text.
 
}}}}<!-- Template:Mra -->
 
}}}}<!-- Template:Mra -->
Line 45: Line 35:
 
{{markup|
 
{{markup|
 
<nowiki>{{mbox
 
<nowiki>{{mbox
| style = CSS values
 
| textstyle  = CSS values
 
 
| text  = The message body text.
 
| text  = The message body text.
 
}}
 
}}
 
</nowiki>|{{mbox
 
</nowiki>|{{mbox
| style = CSS values
 
| textstyle  = CSS values
 
 
| 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 -->
  

Latest revision as of 10:52, 24 January 2024

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.