Editing Template:Message box/docGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
== Usage == | == Usage == | ||
This template is used to create message boxes for articles. It should be used as a meta template to build other message box templates, but it can be used standalone. For a list of | This template is used to create message boxes for articles. It should be used as a meta template to build other message box templates, but it can be used standalone. For a list of other message boxes, see [[:Category:Message box templates]]. | ||
== Example == | == Example == | ||
<pre style="width:50%"> | <pre style="width:50%"> | ||
{{Message box | {{Message box | ||
| image = Bebop MM.png | | image = Bebop MM.png | ||
| notice = Primary notice text. | | notice = Primary notice text. | ||
| notice2 = Secondary notice text. | | notice2 = Secondary notice text. | ||
| notes = Additional notes. | | notes = Additional notes. | ||
}} | }} | ||
</pre> | </pre> | ||
{{Message box | {{Message box | ||
| image = Bebop MM.png | | image = Bebop MM.png | ||
| notice = Primary notice text. | | notice = Primary notice text. | ||
| notice2 = Secondary notice text. | | notice2 = Secondary notice text. | ||
| notes = Additional notes. | | notes = Additional notes. | ||
}} | }} | ||
| Line 25: | Line 25: | ||
"type": "string", | "type": "string", | ||
"default": "#e1d2b3", | "default": "#e1d2b3", | ||
"description": "Hex color for the left border." | "description": "Hex color for the left border." | ||
}, | }, | ||
"image": { | "image": { | ||
| Line 50: | Line 47: | ||
"type": "content", | "type": "content", | ||
"description": "Additional notes." | "description": "Additional notes." | ||
} | } | ||
}, | }, | ||