(move TemplateData to a subpage) Tag: Reverted |
Tag: Undo |
||
Line 9: | Line 9: | ||
=== TemplateData === | === TemplateData === | ||
{{ | <templatedata> | ||
{ | |||
"params": { | |||
"class": { | |||
"label": "CSS classes", | |||
"description": "Additional CSS classes to add", | |||
"type": "string" | |||
}, | |||
"type": { | |||
"label": "Type", | |||
"description": "Type of the message, affects the default image and color", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"info", | |||
"warning", | |||
"critical", | |||
"success" | |||
], | |||
"suggested": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Image to display as a file link (does not actually have to be a file, can be any object)", | |||
"example": "[[File:Example.png|20px]]", | |||
"type": "content" | |||
}, | |||
"imagewidth": { | |||
"label": "Image width", | |||
"description": "Width of the image, set in the CSS width property and image width in the file link", | |||
"example": "20px" | |||
}, | |||
"text": { | |||
"aliases": [ | |||
"1" | |||
], | |||
"label": "Text", | |||
"description": "Text to display", | |||
"type": "content", | |||
"required": true | |||
} | |||
}, | |||
"description": "Smaller message box (compared to Mbox) used for warnings or other information such as in the middle of a guide.", | |||
"paramOrder": [ | |||
"text", | |||
"type", | |||
"image", | |||
"imagewidth", | |||
"class" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> |
Latest revision as of 04:04, 25 September 2022
This template uses TemplateStyles: |
This is a small message box that can be used in the middle of contents like a guide.
You probably don't want to use this template directly, instead consider:
TemplateData
Smaller message box (compared to Mbox) used for warnings or other information such as in the middle of a guide.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | text 1 | Text to display | Content | required |
Type | type | Type of the message, affects the default image and color
| String | suggested |
Image | image | Image to display as a file link (does not actually have to be a file, can be any object)
| Content | optional |
Image width | imagewidth | Width of the image, set in the CSS width property and image width in the file link
| Unknown | optional |
CSS classes | class | Additional CSS classes to add | String | optional |