Template:Callout
Template:Docs <templatedata> { "params": { "1": { "label": "Type", "description": "Type of the callout. Select from the suggested values. Any casing is supported.", "type": "line", "suggestedvalues": [ "Info", "Warning", "Danger", "Example", "Tip" ], "required": true }, "2": { "label": "Content", "description": "Content of the callout.", "type": "string", "required": true }, "header": { "label": "Header label", "description": "Header text of the callout. By default, depends on the type.", "type": "line", "suggested": true, "aliases": [ "h" ] }, "align": { "label": "Align", "description": "Alignment of the callout. When \"Center\" is used, the callout will span almost across the full width of a page. If \"Stacked?\" is enabled, this option is ignored.", "type": "line", "suggestedvalues": [ "Left", "Center", "Right" ], "default": "Left", "suggested": true, "aliases": [ "a" ] }, "image": { "aliases": [ "image1", "i" ], "label": "Image", "description": "An image to add inside the callout at the start.", "type": "wiki-file-name", "suggested": true }, "image2": { "aliases": [ "i2" ], "label": "Second image", "description": "A second image to add inside the callout to the left, after the first one.", "type": "wiki-file-name", "suggested": true }, "wrapper class": { "label": "Wrapper class", "description": "Extra class names to assign to the callout wrapper element. Use space to separate multiple classes.", "type": "line" }, "stacked": { "label": "Stacked?", "description": "If set, the callout will have a predefined constant width, which would be the same for all callouts with this option set. Useful for making notice callouts that \"stack\" on top of each other.", "type": "boolean", "autovalue": "0" } }, "description": "A template for producing various notices.", "paramOrder": [ "1", "2", "header", "align", "image", "image2", "stacked", "wrapper class" ] } </templatedata>