Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Inline box/doc: Difference between revisions

Template page
m (1 revision imported)
(move TemplateData to a subpage)
Tag: Reverted
Line 9: Line 9:


=== TemplateData ===
=== 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>

Revision as of 04:02, 25 September 2022

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

Template:Inline box/doc/TemplateData