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