2 {%- macro weblink(value) -%}
3 {% if value.text %}[{{ value.url }} {{ value.text }}]{% else %}{{ value.url }}{% endif %}
5 {%- macro wr_page(value) -%}
6 [[{{ value.title }}{% if value.text %}|{{ value.text }}{% endif %}]]
8 {% if sledrun_json.entry_under_construction %}{% raw %}{{In Arbeit|Rodelbahn}}{% endraw %}
13 {{ description | default("''Hier wird die Rodelbahn allgemein beschrieben.''") | trim }}
14 {%- if sledrun_json.tiroler_naturrodelbahn_gütesiegel %}
15 {% set gs = sledrun_json.tiroler_naturrodelbahn_gütesiegel %}
16 {{ h.key_value_template('Tiroler Naturrodelbahn Gütesiegel', {
17 'Erstverleihung': gs.get('first_issued'),
18 'Verlängerung': gs.get('valid_from'),
19 'Forum': gs.get('forum_id'),
20 'Thread': gs.get('thread_id'),
21 'Anlagename': gs.get('name'),
22 'Organisation': gs.get('organization'),
28 * {{Höhenunterschied}}
30 * {{Gehzeit}}{% endraw %}
31 {%- if walkup_time_note %} ({{ walkup_time_note }})
33 {%- if walkup_possible is false %} (ein Aufstieg zu Fuß ist nicht möglich){% endif %}
35 * '''Beleuchtung''': {% if nightlight_description -%}
36 {{ nightlight_description }}
38 {%- if nightlight_possible -%}
39 {{ nightlight_possible }}
40 {%- if nightlight_weekdays %} (
41 {%- if nightlight_weekdays|length == 7 -%}
44 {{ ', '.join(nightlight_weekdays) }}
51 * '''Rodelverleih''': {% if sled_rental_description -%}
52 {{ sled_rental_description | trim }}
55 {% if sled_rental|length == 0 %}Nein{% endif %}
57 {{ sled_rental_direct | german_bool | default("''Unbekannt''") }}
60 {% for rental in sled_rental %}
61 ** {% set space = joiner(" ") %}
62 {%- if rental.name %}{{ space() }}
63 {%- if rental.weblink and not rental.weblink.text %}{{ weblink({"url": rental.weblink.url, "text": rental.name}) }}
64 {%- else %}{{ rental.name }}
67 {%- if rental.wr_page %}{{ space() }}{{ wr_page(rental.wr_page) }}{% endif %}
68 {%- if rental.weblink and not (rental.name and not rental.weblink.text) %}
69 {{- space() }}{{ weblink(rental.weblink) }}{% endif %}
70 {%- if rental.note %}{{ space() }}({{ rental.note }}){% endif %}
72 * '''Schneelage - Auskunft''':
73 {%- for info in info_phone %}
74 ** {{ info.phone }} ({{ info.name }}{% if info.note %}; {{ info.note }}{% endif %})
76 {%- for info in info_web %}
77 ** {{ weblink(info) }}
80 {%- if has_operator is defined %} {% if has_operator %}{{ operator }}{% else %}''Nein''{% endif %}{% endif %}
81 * '''Hütten''': {{ gastronomy_description }}
82 {%- for info in gastronomy %}
83 ** {% set space = joiner(" ") %}
84 {%- if info.name %}{{ space() }}
85 {%- if info.weblink and not info.weblink.text %}{{ weblink({"url": info.weblink.url, "text": info.name}) }}
86 {%- else %}{{ info.name }}
89 {%- if info.wr_page %}{{ space() }}{{ wr_page(info.wr_page) }}{% endif %}
90 {%- if info.weblink and not (info.name and not info.weblink.text) %}
91 {{- space() }}{{ weblink(info.weblink) }}{% endif %}
92 {%- if info.note %}{{ space() }}({{ info.note }}){% endif %}
94 * '''Andere Rodelbahnen''':
95 {%- for info in sledrun_list %}
96 ** {{ wr_page(info) }}
99 {%- for info in see_also %}
100 ** {{ weblink(info) }}
103 {{ h.key_value_template('Buttonleiste', {
104 'Bericht': allow_reports|german_bool,
106 'Gütesiegel': tiroler_naturrodelbahn_gütesiegel.thread_id if tiroler_naturrodelbahn_gütesiegel else '',
107 'Impressionen': impressions_title,
108 'Wetter': 'Ja' if position else '',
109 'webcam': webcams[0].url if webcams and webcams|length > 0 else '',
110 'video': videos[0].url if videos and videos|length > 0 else '',
111 'Korrektur': 'Seite',
112 'Korrektur_To': correction_email,
113 'Korrektur_To_Name': correction_name,
114 'Freizeitticket': 'Ja' if freizeitticket_tyrol else '',
115 'Regiocard': 'Ja' if regio_card_tyrol else '',
117 {% raw %}{{Clear}}{% endraw %}
121 {% if map_json is none -%}
122 ''leider ist derzeit keine [[Winterrodeln:Landkarte|Landkarte]] zu dieser Rodelbahn vorhanden''
124 {{ h.create_wrmap(map_json) }}
125 {% raw %}{{Landkarte Legende}}<br/>{{GoogleMaps Hinweis}}{% endraw %}
129 == Anreise mit öffentlichen Verkehrsmitteln ==
130 {% if public_transport_description -%}
131 {{ public_transport_description | trim }}
133 {% if public_transport == "Nein" -%}
134 Leider ist keine Anreise mit öffentlichen Verkehrsmitteln möglich.
136 ''Hier wird die Anreise mit öffentlichen Verkehrsmitteln beschrieben.''
140 {% for pt_stop in public_transport_stops -%}
141 * {{ h.list_template('Haltestelle', [pt_stop.get('municipality', pt_stop.get('name', '')), pt_stop.get('name_local', ''),
142 h.json_pos_ele_position(pt_stop.get('position', {})), h.json_pos_ele_elevation(pt_stop.get('position', {}))]) }}
143 {%- if pt_stop.note %} ({{ pt_stop.note }}){% endif %}
144 {% for template_name in ['monitor_template', 'route_arrival_template', 'route_departure_template'] -%}
145 {% if template_name in pt_stop -%}
146 ** {{ h.json_template(pt_stop[template_name]) }}
150 {% if public_transport_lines|length + public_transport_links|length > 0 -%}
152 {% for pt_line in public_transport_lines -%}
153 ** {% set space = joiner(" ") %}
154 {%- if pt_line.name %}{{ space() }}{{ pt_line.name }}
156 {%- if pt_line.label %}{{ space() }}{{ pt_line.label }}{% endif %}
158 {%- if pt_line.timetable_template %}{{ space() }}{{ h.json_template(pt_line.timetable_template) }}{% endif %}
159 {%- if pt_line.route %}{{ space() }}{{ pt_line.route }}{% endif %}
160 {%- if pt_line.note %}{{ space() }}{{ pt_line.note }}{% endif %}
161 {%- for tl in pt_line.timetable_links %}{{ space() }}{{ weblink(tl) }}{% endfor %}
163 {% for link in public_transport_links -%}
164 ** {{ weblink(link) }}
167 == Anreise mit dem Auto ==
168 {% if car_description -%}
169 {{ car_description | trim }}
171 ''Hier wird die Anreise mit dem Auto beschrieben.''
174 {% for parking in sledrun_json.car_parking -%}
175 * '''Parkplatz''': {{ h.list_template('Parkplatz', [h.json_pos_ele_position(parking.position), h.json_pos_ele_elevation(parking.position)]) }}
176 {%- if parking.note %} ({{ parking.note }}){% endif %}
178 {% for distance_info in sledrun_json.car_distances -%}
182 ** {{ distance_info.route }}: {{ distance_info.km }} km
185 {{ h.key_value_template('Rodelbahnzustand', {'Forumlink': sledrun_json.forum_id}) }}
187 [[Kategorie:Rodelbahn]]
188 {% if sledrun_json.entry_under_construction %}[[Kategorie:In Arbeit]]{% endif -%}