Vorlage:BBS Info Allgemein: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung Markierung: Quelltext-Bearbeitung 2017 |
Kohne (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung Markierung: Quelltext-Bearbeitung 2017 |
||
Zeile 3: | Zeile 3: | ||
Sie sollte im folgenden Format genutzt werden: | Sie sollte im folgenden Format genutzt werden: | ||
<pre> | <pre> | ||
{{BBS | {{BBS Infobox Klein | ||
| | |Organisation= | ||
| | |Information= | ||
| | |Verantwortlich= | ||
| | |Schlagworte= | ||
}} | }} | ||
</pre> | </pre> | ||
Zeile 15: | Zeile 15: | ||
|- | |- | ||
! Organisation | ! Organisation | ||
| {{#arraymap:{{{ | | {{#arraymap:{{{Organisation|}}}|Abteilung 1, Abteilung 2, Abteilung 3, Abteilung 4, Abteilung 5, Verwaltung, Hausmeister, Beratungsteam, Region des Lernens, Schul-IT, Landkreis, Schulleitung|x|[[BBS/Organisation::x]]}} | ||
|- | |- | ||
! Information | ! Information | ||
| {{#arraymap:{{{ | | {{#arraymap:{{{Information|}}}|Bildungsgang, Fachgruppe, Projekt, Prozess, Konzept, Information, Lernfeld, Lernsituation, Modul, Lerngebiet, Stelle,|x|[[BBS/Information::x]]}} | ||
|- | |- | ||
! Verantwortlich | ! Verantwortlich | ||
| [[ | | [[BBS/Verantwortlich::{{{Verantwortlich|}}}]] | ||
|- | |- | ||
! | ! Schlagworte | ||
| [[ | | [[BBS/Schlagworte::{{{Schlagworte|}}}]] | ||
|} | |} | ||
</includeonly> | </includeonly> |
Version vom 29. Dezember 2020, 14:23 Uhr
Dies ist die Vorlage „BBS Info Allgemein“. Sie sollte im folgenden Format genutzt werden:
{{BBS Infobox Klein |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>