Vorlage:Room: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Daju (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
<includeonly> | <includeonly>[[Category:Rooms]] | ||
{| | |||
{{!tr|Name|{{{name|}}}}} | |||
{{!tr|Alternative name|{{{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 alternative name={{{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 | |||
:alternative names | |||
;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> | <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> | </pre> | ||
[[ | Sets [[:Category:Rooms]]. | ||
</noinclude> |
Version vom 29. September 2021, 17:13 Uhr
- name
- the official name
- alt_name
- alternative names
- 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
{{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.