Vorlage:Room: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<includeonly>[[Category:Rooms]] | |||
{| | |||
{{!tr|Name|{{{name|}}}}} | |||
{{#if: {{{ | {{!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> |
Aktuelle Version vom 7. Dezember 2023, 09:20 Uhr
- name
- the official name
- alt_name
- alias
- address
- the official address
- capacity
- maximum number of people allowed
- tiss_code
- For rooms that can be reserved through TISS, the
roomCode
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 LectureTube is available set to "yes", otherwise omit
Example[Quelltext bearbeiten]
{{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 }}
Sets Category:Rooms.