Template:Mbox/doc
From Cooperpedia, the Sly Cooper wiki
Jump to navigationJump to search
Documentation page
This page contains usage information for Template:Mbox.
|
Meta-template for building message boxes (used for article management templates, for example).
Usage[edit source]
{{Mbox |color =gray |image =Mbox_default.png |header =Example header |content =Example text }}
Parameters[edit source]

Text content of the box.

Bold text to be displayed as the box header.
Color of left border. Accepts standard HTML color names or RGB hex triplets. For the wiki's color conventions see "Colors" below.
Image to be displayed in the box.

Small text to be displayed below
content
.
Additional CSS to be applied to the box. To ensure a standardized and professional look across all {{mbox}}-based templates, this should only be used very sparingly.
Examples[edit source]
Example 1[edit source]
{{Mbox |color =black |header =Example notice |content =Example notices serve example purposes. }}
results in:
Example notice
Example notices serve example purposes.
|
Example 2[edit source]
{{Mbox |color =#F1B82F |header =Example notice |content =Example notices serve example purposes. |note =Example notices are not really useful. }}
results in:
Example notice
Example notices serve example purposes.
|