Vorlage:Hinweis: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 3: | Zeile 3: | ||
<span class="boxlabel"> | <span class="boxlabel"> | ||
{{#switch: {{{boxtype}}} | {{#switch: {{{boxtype}}} | ||
| note = | | note = Hinweis: | ||
| tip = | | tip = Tipp: | ||
| warning = | | warning = Warnung: | ||
| example = | | example = Beispiel: | ||
| important = | | important = Wichtig! | ||
| backgroundbox = | | backgroundbox = | ||
| | | default = Hinweis: | ||
}} | }} | ||
</span>{{{ | </span>{{{text}}} | ||
</div> | </div> | ||
| Zeile 25: | Zeile 25: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "text": {} | ||
}, | }, | ||
"description": "To add standard info boxes such as notes or warnings to a page" | "description": "To add standard info boxes such as notes or warnings to a page" | ||
Version vom 7. Juni 2021, 14:34 Uhr
{{{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 |
| text | text | keine Beschreibung | Unbekannt | optional |