Template:Message box/doc: Difference between revisions
Jump to navigation
Jump to search
add info |
m added templatedata |
||
Line 2: | Line 2: | ||
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]]. | 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 == | ||
<pre style="width:50%"> | <pre style="width:50%"> | ||
{{Message box | {{Message box | ||
| image = Bebop MM.png | |||
| notice = Primary notice text. | |||
| image = Bebop MM.png | | notice2 = Secondary notice text. | ||
| | | notes = Additional notes. | ||
| notice2 = | |||
| notes = | |||
}} | }} | ||
</pre> | </pre> | ||
{{Message box | {{Message box | ||
| image = Bebop MM.png | |||
| notice = Primary notice text. | |||
| image = Bebop MM.png | | notice2 = Secondary notice text. | ||
| | | notes = Additional notes. | ||
| notice2 = | |||
| notes = | |||
}} | }} | ||
< | <templatedata> | ||
{ | { | ||
"params": { | |||
"border": { | |||
"type": "string", | |||
}} | "default": "#e1d2b3", | ||
"description": "Hex color for the left border." | |||
}, | |||
{{ | "image": { | ||
"type": "wiki-file-name", | |||
"description": "Image to be displayed." | |||
}, | |||
}} | "quote": { | ||
<includeonly>[[Category:Message box templates| ]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | "type": "content", | ||
"description": "Character quote." | |||
}, | |||
"notice": { | |||
"type": "content", | |||
"description": "Primary notice text.", | |||
"required": true | |||
}, | |||
"notice2": { | |||
"type": "content", | |||
"description": "Secondary notice text." | |||
}, | |||
"notes": { | |||
"type": "content", | |||
"description": "Additional notes." | |||
} | |||
}, | |||
"format": "block", | |||
"description": " " | |||
} | |||
</templatedata><includeonly>[[Category:Message box templates| ]]</includeonly> | |||
<noinclude>[[Category:Template documentation]]</noinclude> |
Revision as of 03:33, 4 December 2024
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 other message boxes, see Category:Message box templates.
Example
{{Message box | image = Bebop MM.png | notice = Primary notice text. | notice2 = Secondary notice text. | notes = Additional notes. }}
Primary notice text.
Secondary notice text.
Notes: Additional notes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
border | border | Hex color for the left border.
| String | optional |
image | image | Image to be displayed. | File | optional |
quote | quote | Character quote. | Content | optional |
notice | notice | Primary notice text. | Content | required |
notice2 | notice2 | Secondary notice text. | Content | optional |
notes | notes | Additional notes. | Content | optional |