Vorlage:Room: Unterschied zwischen den Versionen

1.531 Bytes hinzugefügt ,  7. Dezember 2023
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Keine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
* Address: [[Address::{{{Address}}}]]
<includeonly>[[Category:Rooms]]
* RoomName: [[RoomName::{{{RoomName}}}]]
{|
{{#if:{{{image|}}}|* [[File:{{{image|}}}|280px|{{{imgdesc|}}}]]}}{{#set:Has image=File:{{{image|}}} }}
{{!tr|Name|{{{name|}}}}}
{{!tr|Alias|{{{alt_name|}}}}}
{{!tr|Address|{{{address|}}}}}
{{!tr|Capacity|{{{capacity|}}}}}
{{!tr|Accessibility|{{{accessibility|}}}}}
{{!tr|TISS-Code|{{#if:{{{tiss_code|}}}|[[has tiss code::{{{tiss_code}}}]]}}}}
{{!tr|URL|{{{url|}}}}}
{{!tr|LectureTube|{{{lecturetube|}}}}}
|}
 
[https://toss.fsinf.at/map/#{{PAGENAME}} View on TOSS map],
[https://tuw-maps.tuwien.ac.at/?q={{PAGENAME}} View on tuw maps]{{#set:
|has room code={{PAGENAME}}
|has name={{{name|}}}
|has alias={{{alt_name|}}}
|has address={{{address|}}}
|has capacity={{{capacity|}}}
|has url={{{url|}}}
|has latitude={{{lat|}}}
|has longitude={{{lng|}}}
|has accessibility={{{accessibility|}}}
|has lecturetube={{{lecturetube|no}}}
}}</includeonly><noinclude>
;name
:the official name
;alt_name
:alias
;address
:the official address
;capacity
:maximum number of people allowed
;tiss_code
:For rooms that can be [https://tiss.tuwien.ac.at/events/selectRoom.xhtml reserved through TISS], the <code>roomCode</code> value in the URL.
;url
:official URL
;accessibility
:notes on if (and how) the room is accessible (imported from the German websites because they tend to be more accurate than the English info; please do not translate this to English as it complicates further imports)
;lecturetube
:if [https://teachingsupport.tuwien.ac.at/lecturetube/ LectureTube] is available set to "yes", otherwise omit
 
== Example ==
 
<pre>
{{room
|name=GM 1 Audi. Max.
|alt_name=Audimax
|address=Getreidemarkt 9
|capacity=500
|tiss_code=AUDI
|accessiblity=Über den oberen Eingang möglich
|url=https://www.tuwien.at/index.php?id=1213
|lecturetube=yes
}}
</pre>
 
Sets [[:Category:Rooms]].
</noinclude>