Last edited 2 years ago
by Anna Lionetti

Messagebox


Kopiervorlage:

{{Messagebox|boxtype = |Note text =| bgcolor =}}

<templatedata> { "params": { "Note text": { "required": true, "label": { "de": "Text" } }, "boxtype": { "example": { "en": "note, tip, warning, important, example, neutral", "de": "Hinweis, Tipp, Wichtig, Warnung, Beispiel, Neutral" }, "type": "string", "default": {}, "required": true, "label": { "de": "Art von Box", "en": "Type of box" }, "description": { "en": "note, tip, warning, important, example, neutral", "de": "Hinweis, Tipp, Wichtig, Warnung, Beispiel, Neutral" } }, "bgcolor": { "label": { "de": "Hintergrundfarbe", "en": "Background color" }, "description": { "en": "Background color for neutral box in hex-format (#ececec)", "de": "Hintergrundfarbe für neutrale Box in Hex-format (#ececec)" }, "type": "string", "example": "#ececec", "suggested": true }, "icon": { "label": { "en": "Show icon", "de": "Symbol anzeigen" }, "description": { "en": "Shows icon before the label", "de": "Zeigt ein passendes Symbol " }, "example": { "en": "yes, no", "de": "ja, nein" }, "suggested": true } }, "description": { "de": "Infobox für Hinweise, Warnungen, Tipps, etc.", "en": "Infobox for notes, warnings, tips, etc." }, "paramOrder": [ "boxtype", "icon", "Note text", "bgcolor" ] } </templatedata>