Vorlage:Raum: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
TV (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
TV (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
{| class="wikitable" style="float:right; clear:right" | {| class="wikitable" style="float:right; clear:right; margin-left: 1em" | ||
|+ | |+ | ||
! colspan="2" | {{{name}}} | ! colspan="2" | {{{name}}} | ||
|- {{#if: {{{location|}}} | | style="display: none;" }} | |- {{#if: {{{location|}}} | | style="display: none;" }} | ||
!style="text-align: left;" |''' | !style="text-align: left;" |'''Standort''' | ||
| {{{location}}} | | {{{location}}} | ||
|- {{#if: {{{communication|}}} | | style="display: none;" }} | |||
!style="text-align: left;" |'''Kommunikation''' | |||
| {{{communication}}} | |||
|- {{#if: {{{contact_person|}}} | | style="display: none;" }} | |||
!style="text-align: left;" |'''Ansprechpartner''' | |||
| {{{contact_person}}} | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
{{Raum|name=Testraum|location=2. OG}} | {{Raum|name=Testraum|location=2. OG|communication=Matrix (#test)|contact_person=Max Mustermann}} | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| Zeile 22: | Zeile 28: | ||
"location": { | "location": { | ||
"label": "Ort" | "label": "Ort" | ||
}, | |||
"communication": { | |||
"label": "Kommunikation", | |||
"description": "Kommunikationskanal", | |||
"example": "Matrix (#holzwerkstatt)" | |||
}, | |||
"contact_person": { | |||
"label": "Ansprechpartner", | |||
"description": "Ansprechpartner für den Raum", | |||
"example": "Max Mustermann" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
"location" | "location", | ||
"communication", | |||
"contact_person" | |||
], | ], | ||
"description": "Infos über einen Raum", | "description": "Infos über einen Raum", | ||
Aktuelle Version vom 11. Mai 2026, 09:14 Uhr
| {{{name}}} |
|---|
| Testraum | |
|---|---|
| Standort | 2. OG |
| Kommunikation | Matrix (#test) |
| Ansprechpartner | Max Mustermann |
Infos über einen Raum
| Parameter | Beschreibung | Typ | Status | |
|---|---|---|---|---|
| Name | name | keine Beschreibung
| Einzeiliger Text | erforderlich |
| Ort | location | keine Beschreibung | Unbekannt | optional |
| Kommunikation | communication | Kommunikationskanal
| Unbekannt | optional |
| Ansprechpartner | contact_person | Ansprechpartner für den Raum
| Unbekannt | optional |