Vorlage:Status: Unterschied zwischen den Versionen
Aus Cryptshare Documentation
Keine Bearbeitungszusammenfassung Markierung: Manuelle Zurücksetzung |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
Zeile 1: | Zeile 1: | ||
<span class="badge badge-{{{type}}}">{{{text}}}</span> | <span class="badge badge-{{{type}}}">{{{text}}}</span> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"type": { | |||
"description": "You can use the following types: primary, secondary, success, danger, warning, info, light, dark", | |||
"default": "primary" | |||
}, | |||
"text": { | |||
"description": "The text which will be shown" | |||
} | |||
}, | |||
"description": "A colored box with an informational text." | |||
} | |||
</templatedata> | |||
</noinclude> |
Version vom 7. März 2022, 08:15 Uhr
{{{text}}}
A colored box with an informational text.
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
type | type | You can use the following types: primary, secondary, success, danger, warning, info, light, dark
| Unbekannt | optional |
text | text | The text which will be shown | Unbekannt | optional |