Vorlage:BBS Info Allgemein: Unterschied zwischen den Versionen
Kohne (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung Markierung: Quelltext-Bearbeitung 2017 |
Kohne (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung Markierung: Quelltext-Bearbeitung 2017 |
||
(7 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 3: | Zeile 3: | ||
Sie sollte im folgenden Format genutzt werden: | Sie sollte im folgenden Format genutzt werden: | ||
<pre> | <pre> | ||
{{BBS | {{BBS Info Allgemein | ||
|Organisation= | |Organisation= | ||
|OE Verantwortung= | |||
|Information= | |Information= | ||
|Verantwortlich= | |Verantwortlich= | ||
Zeile 15: | Zeile 16: | ||
|- | |- | ||
! Organisation | ! Organisation | ||
| {{#arraymap:{{{Organisation|}}}| | | {{#arraymap:{{{Organisation|}}}|,|x|[[BBS/Organisation::x]]}} | ||
|- | |||
! OE Verantwortung | |||
| [[BBS/OE Verantwortung::{{{OE Verantwortung|}}}]] | |||
|- | |- | ||
! Information | ! Information | ||
| {{#arraymap:{{{Information|}}}| | | {{#arraymap:{{{Information|}}}|,|x|[[BBS/Information::x]]}} | ||
|- | |- | ||
! Verantwortlich | ! Verantwortlich | ||
Zeile 26: | Zeile 28: | ||
|- | |- | ||
! Schlagworte | ! Schlagworte | ||
| | | {{#arraymap:{{{Schlagworte|}}}|,|x|[[BBS/Schlagworte::x]]}} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
Zeile 40: | Zeile 42: | ||
}, | }, | ||
"2": { | "2": { | ||
"label": "OE Verantwortung", | |||
"description": "Organisationsverantwortliche oder befähigte Person", | |||
"example": "Hansen", | |||
"type": "wiki-user-name", | |||
"required": true | |||
}, | |||
"3": { | |||
"label": "Information", | "label": "Information", | ||
"example": "Lernfeld", | "example": "Lernfeld", | ||
Zeile 45: | Zeile 55: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "4": { | ||
"label": "Verantwortlich", | "label": "Verantwortlich", | ||
"description": "Die für diese Seite verantwortliche Person", | "description": "Die für diese Seite verantwortliche Person", | ||
"example": " | "example": "Ruckedöschel", | ||
"type": "wiki-user-name", | "type": "wiki-user-name", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "5": { | ||
"label": "Schlagwort", | "label": "Schlagwort", | ||
"description": " | "description": "Hier kann ein Schlagwort angegeben werden, z.B. Bildungsgangskürzel ", | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true |
Aktuelle Version vom 17. Januar 2025, 11:53 Uhr
Dies ist die Vorlage „BBS Info Allgemein“. Sie sollte im folgenden Format genutzt werden:
{{BBS Info Allgemein |Organisation= |OE Verantwortung= |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": "OE Verantwortung",
"description": "Organisationsverantwortliche oder befähigte Person",
"example": "Hansen",
"type": "wiki-user-name",
"required": true
},
"3": { "label": "Information", "example": "Lernfeld", "type": "wiki-page-name", "required": true }, "4": { "label": "Verantwortlich", "description": "Die für diese Seite verantwortliche Person", "example": "Ruckedöschel", "type": "wiki-user-name", "required": true }, "5": { "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>