You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Template:Box Note"
(Tag: 2017 source edit) |
(Tag: 2017 source edit) |
||
Line 1: | Line 1: | ||
− | + | <div class="infobox notification-{{{boxtype}}}" | |
− | + | {{#if:{{{bgcolor|}}}|style="background:{{{bgcolor}}}"|}}> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <div class="infobox notification-{{{boxtype}}}" | ||
− | {{#if:{{{bgcolor}}}|style="background:{{{bgcolor}}}"|}}> | ||
<span class="boxlabel"> | <span class="boxlabel"> | ||
{{#switch: {{{boxtype}}} | {{#switch: {{{boxtype}}} | ||
− | + | | note = Hinweis: | |
− | + | | tip = Tipp: | |
− | + | | warning = Achtung: | |
− | + | | example = Beispiel: | |
− | + | | important = Wichtig! | |
− | + | | backgroundbox = | |
− | + | | #default = Hinweis: | |
− | + | }} | |
</span>{{{Note text}}} | </span>{{{Note text}}} | ||
− | + | </div> | |
− | + | <noinclude> | |
− | + | Kopiervorlage: | |
− | + | <pre> | |
{{Box_Note|Note text =|bgcolor =}} | {{Box_Note|Note text =|bgcolor =}} | ||
</pre> | </pre> | ||
<templatedata> | <templatedata> | ||
− | + | { | |
− | + | "params": { | |
− | + | "Note text": {}, | |
− | + | "boxtype": { | |
− | + | "description": "Mögliche Werte: note, tip, warning, important, example, backgroundbox", | |
− | + | "example": "note", | |
− | + | "type": "string", | |
− | + | "default": "note", | |
− | + | "required": true | |
− | + | }, | |
− | + | "bgcolor": { | |
− | + | "label": "bgcolor", | |
− | + | "description": "Hintergrundfarbe der Box im Hex-format (z.B. #ececec)", | |
− | + | "type": "string" | |
− | + | } | |
}, | }, | ||
"description": "Erstellt eine Infobox für Hinweise, Warnungen, Tipps, etc.", | "description": "Erstellt eine Infobox für Hinweise, Warnungen, Tipps, etc.", | ||
"paramOrder": [ | "paramOrder": [ | ||
− | + | "boxtype", | |
− | + | "Note text", | |
− | + | "bgcolor" | |
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 13:00, 9 September 2020
Hinweis: {{{Note text}}}
Kopiervorlage:
{{Box_Note|Note text =|bgcolor =}}
<templatedata> { "params": { "Note text": {}, "boxtype": { "description": "Mögliche Werte: note, tip, warning, important, example, backgroundbox", "example": "note", "type": "string", "default": "note", "required": true }, "bgcolor": { "label": "bgcolor", "description": "Hintergrundfarbe der Box im Hex-format (z.B. #ececec)", "type": "string" } }, "description": "Erstellt eine Infobox für Hinweise, Warnungen, Tipps, etc.", "paramOrder": [ "boxtype", "Note text", "bgcolor" ] } </templatedata>