Keine Bearbeitungszusammenfassung Markierungen: Manuelle Zurücksetzung 2017-Quelltext-Bearbeitung |
Keine Bearbeitungszusammenfassung Markierung: 2017-Quelltext-Bearbeitung |
||
(3 dazwischenliegende Versionen desselben Benutzers 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}}}"|}}><span class="boxlabel">{{#switch: {{{boxtype}}} | note | Note | Hinweis = Hinweis: | tip | Tip | Tipp = Tipp: | warning | Warning | Warnung = Achtung! | example | Example | Beispiel = Beispiel: | important | Important | Wichtig = Wichtig! | neutral | Neutral = }}</span>{{{Note text}}}</div></includeonly> | <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": "unknown", | "type": "unknown", | ||
Zeile 25: | Zeile 24: | ||
"en": "Type of box" | "en": "Type of box" | ||
}, | }, | ||
" | "suggestedvalues": [ | ||
" | "Beispiel", | ||
" | "Hinweis", | ||
"Neutral", | |||
"Tipp", | |||
"Warnung", | |||
"Wichtig" | |||
] | |||
}, | }, | ||
"bgcolor": { | "bgcolor": { |
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 |