Keine Bearbeitungszusammenfassung Markierung: 2017-Quelltext-Bearbeitung |
Keine Bearbeitungszusammenfassung Markierung: 2017-Quelltext-Bearbeitung |
||
(12 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<includeonly><templatestyles src="Hinweisbox/styles.css" /><div class="hw-messagebox notification-{{{boxtype}}} {{#switch: {{{icon}}}|yes=icon|ja=icon}}" {{#if:{{{bgcolor|}}}|style="background:{{{bgcolor}}}"|}}> | <includeonly><templatestyles src="Hinweisbox/styles.css" /><div class="hw-messagebox notification-{{{boxtype}}} {{#switch: {{{icon}}}|yes=icon|ja=icon}}" {{#if:{{{bgcolor|}}}|style="background:{{{bgcolor}}}"|}}><span class="boxlabel">{{#switch: {{{boxtype |Hinweis}}} | note | Note | Hinweis = Hinweis: | tip | Tip | Tipp = Tipp: | warning | Warning | Warnung = Achtung! | example | Example | Beispiel = Beispiel: | important | Important | Wichtig = Wichtig! | neutral | Neutral = |Hinweis}}</span>{{{Note text}}}</div></includeonly> | ||
<noinclude> | <noinclude> | ||
Kopiervorlage: | Kopiervorlage: | ||
Zeile 16: | Zeile 16: | ||
"boxtype": { | "boxtype": { | ||
"example": { | "example": { | ||
" | "de": "Beispiel, Hinweis, Neutral, Tipp, Warnung, Wichtig" | ||
}, | }, | ||
"type": " | "type": "unknown", | ||
"required": true, | "required": true, | ||
"label": { | "label": { | ||
Zeile 26: | Zeile 24: | ||
"en": "Type of box" | "en": "Type of box" | ||
}, | }, | ||
" | "suggestedvalues": [ | ||
" | "Beispiel", | ||
" | "Hinweis", | ||
"Neutral", | |||
"Tipp", | |||
"Warnung", | |||
"Wichtig" | |||
] | |||
}, | }, | ||
"bgcolor": { | "bgcolor": { | ||
Zeile 40: | Zeile 42: | ||
"de": "Hintergrundfarbe für neutrale Box in Hex-format (#ececec)" | "de": "Hintergrundfarbe für neutrale Box in Hex-format (#ececec)" | ||
}, | }, | ||
"type": " | "type": "unknown", | ||
"example": "#ececec", | "example": "#ececec", | ||
"suggested": true | "suggested": true |
Aktuelle Version vom 18. Juli 2023, 14:51 Uhr
Kopiervorlage:
{{Hinweisbox|boxtype = |Note text =| bgcolor =}}
Infobox für Hinweise, Warnungen, Tipps, etc.
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
Art von Box | boxtype | keine Beschreibung
| Unbekannt | erforderlich |
Symbol anzeigen | icon | Zeigt ein passendes Symbol
| Unbekannt | vorgeschlagen |
Text | Note text | keine Beschreibung | Unbekannt | erforderlich |
Hintergrundfarbe | bgcolor | Hintergrundfarbe für neutrale Box in Hex-format (#ececec)
| Unbekannt | vorgeschlagen |