Vorlage:Raum: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
TV (Diskussion | Beiträge) Die Seite wurde neu angelegt: „{| class="wikitable" style="float:right; clear:right" |+ ! colspan="2" | {{{deviceName}}} |- {{#if: {{{image|}}} | | style="display: none;" }} | colspan="2" | {{{image}}} |- {{#if: {{{owner|}}} | | style="display: none;" }} !style="text-align: left;" |'''Owner''' | {{{owner}}} |- {{#if: {{{policy|}}} | | style="display: none;" }} !style="text-align: left;" |'''Policy''' | {{{policy}}} |} <noinclude> {{Raum|name=}} <templatedata> { "pa…“ |
TV (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (10 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" | {{{ | ! colspan="2" | {{{name}}} | ||
|- {{#if: {{{ | |- {{#if: {{{location|}}} | | style="display: none;" }} | ||
!style="text-align: left;" |'''Standort''' | |||
|- {{#if: {{{ | | {{{location}}} | ||
!style="text-align: left;" |''' | |- {{#if: {{{communication|}}} | | style="display: none;" }} | ||
| {{{ | !style="text-align: left;" |'''Kommunikation''' | ||
|- {{#if: {{{ | | {{{communication}}} | ||
!style="text-align: left;" |''' | |- {{#if: {{{contact_person|}}} | | style="display: none;" }} | ||
| {{{ | !style="text-align: left;" |'''Ansprechpartner''' | ||
| {{{contact_person}}} | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
{{Raum|name=}} | {{Raum|name=Testraum|location=2. OG|communication=Matrix (#test)|contact_person=Max Mustermann}} | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| Zeile 27: | 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": " | "description": "Infos über einen Raum", | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
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 |