Vorlage:Raum: Unterschied zwischen den Versionen

Aus Mainframe Testwiki
Zur Navigation springen Zur Suche springen
TV (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
TV (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
 
(8 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;" |'''Ort'''  
!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": "Standarddaten über ein Gerät",
"description": "Infos über einen Raum",
"format": "block"
"format": "block"
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Aktuelle Version vom 11. Mai 2026, 09:14 Uhr

{{{name}}}
Standort {{{location}}}
Kommunikation {{{communication}}}
Ansprechpartner {{{contact_person}}}
Testraum
Standort 2. OG
Kommunikation Matrix (#test)
Ansprechpartner Max Mustermann

Infos über einen Raum

Vorlagenparameter[Vorlagendaten bearbeiten]

Diese Vorlage bevorzugt Blockformatierung von Parametern.

ParameterBeschreibungTypStatus
Namename

keine Beschreibung

Beispiel
Beispielwerkstatt
Einzeiliger Texterforderlich
Ortlocation

keine Beschreibung

Unbekanntoptional
Kommunikationcommunication

Kommunikationskanal

Beispiel
Matrix (#holzwerkstatt)
Unbekanntoptional
Ansprechpartnercontact_person

Ansprechpartner für den Raum

Beispiel
Max Mustermann
Unbekanntoptional