Vorlage:Hinweis: Unterschied zwischen den Versionen
Erscheinungsbild
Die Seite wurde neu angelegt: „<nowiki><div class="infobox notification-{{{boxtype}}}"></nowiki> <nowiki><span class="boxlabel"></nowiki> {{#switch: <nowiki>{{{boxtype}}}</nowiki> | note…“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
<div class="infobox notification-{{{boxtype}}}"> | |||
<span class="boxlabel"> | |||
{{#switch: {{{boxtype}}} | |||
| note = Note: | |||
| tip = Tip: | |||
| warning = Warning: | |||
| example = Example: | |||
| important = Important! | |||
| backgroundbox = | |||
| #default = Note: | |||
}} | |||
</span>{{{Note text}}} | |||
</div> | |||
< | <noinclude> | ||
<templatedata> | |||
{ | { | ||
"params": { | |||
"boxtype": { | |||
"description": "Possible values: note, tip, warning,example, important, backgroundbox", | |||
"example": "note", | |||
"type": "string", | |||
"default": "note", | |||
"required": true | |||
}, | |||
"Note text": {} | |||
}, | |||
"description": "To add standard info boxes such as notes or warnings to a page" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Version vom 7. Juni 2021, 14:30 Uhr
Note: {{{Note text}}}
To add standard info boxes such as notes or warnings to a page
| Parameter | Beschreibung | Typ | Status | |
|---|---|---|---|---|
| boxtype | boxtype | Possible values: note, tip, warning,example, important, backgroundbox
| Mehrzeiliger Text | erforderlich |
| Note text | Note text | keine Beschreibung | Unbekannt | optional |