Vorlage:Hinweis: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (Templatedata hinzugefügt) |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 12: | Zeile 12: | ||
<!-- https://www.mediawiki.org/wiki/Extension:TemplateData --> | <!-- https://www.mediawiki.org/wiki/Extension:TemplateData --> | ||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Zeile 29: | Zeile 30: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | |||
Version vom 4. Januar 2024, 16:41 Uhr
Hinweis: - Kein Text -
Einbindung der Vorlage:
{{Hinweis|Dies ist der Hinweistext}}{{Hinweis|Dies ist ein wichtiger Text|Wichtig}}
<templatedata>
{
"description": "Blaue Hinweisbox",
"params": {
"1": {
"label": "Text",
"type": "string",
"required": true
},
"2": {
"label": "Präfix",
"type": "string",
"default": "Hinweis"
}
}
} </templatedata>