Vorlage:BBS Info Allgemein: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung Markierung: Quelltext-Bearbeitung 2017 |
Keine Bearbeitungszusammenfassung Markierung: Quelltext-Bearbeitung 2017 |
||
Zeile 15: | Zeile 15: | ||
|- | |- | ||
! Organisation | ! Organisation | ||
| {{#arraymap:{{{Organisation|}}}| | | {{#arraymap:{{{Organisation|}}}|,|x|[[BBS/Organisation::x]]}} | ||
|- | |- | ||
! Information | ! Information | ||
| {{#arraymap:{{{Information|}}}| | | {{#arraymap:{{{Information|}}}|,|x|[[BBS/Information::x]]}} | ||
|- | |- | ||
Zeile 26: | Zeile 26: | ||
|- | |- | ||
! Schlagworte | ! Schlagworte | ||
| {{#arraymap:{{{Schlagworte|}}}|,| | | {{#arraymap:{{{Schlagworte|}}}|,|x|[[BBS/Schlagworte::x]]}} | ||
|} | |} | ||
</includeonly> | </includeonly> |
Version vom 16. November 2021, 15:22 Uhr
Dies ist die Vorlage „BBS Info Allgemein“. Sie sollte im folgenden Format genutzt werden:
{{BBS Info Allgemein |Organisation= |Information= |Verantwortlich= |Schlagworte= }}
Klicken Sie auf „Bearbeiten“, um den Quelltext der Vorlage anzusehen.
<templatedata>
{
"params": {
"1": {
"label": "Organisationseinheit",
"description": "Bezeichnung der OE, z.B. Abteilung 1 oder Hausmeister",
"type": "wiki-page-name",
"required": true
},
"2": {
"label": "Information",
"example": "Lernfeld",
"type": "wiki-page-name",
"required": true
},
"3": {
"label": "Verantwortlich",
"description": "Die für diese Seite verantwortliche Person",
"example": "Kohne",
"type": "wiki-user-name",
"required": true
},
"4": {
"label": "Schlagwort",
"description": "HIer kann ein Schlagwort angegeben werden, z.B. Bildungsgangskürzel ",
"type": "content",
"required": true
}
},
"description": "Standardvorlage für Informationsknoten an der BBS Bersenbrück"
}
</templatedata>