Chore: regen docs

This commit is contained in:
Pieter Vander Vennet 2025-05-19 23:05:37 +02:00
parent 9e17550a95
commit 3407f68d3f
267 changed files with 7757 additions and 2435 deletions

View file

@ -685,6 +685,11 @@
- souvenir_coin
- souvenir_note
### reservation
- food
- shops
### sugar_free
- food

View file

@ -77,6 +77,7 @@ This is a special layer - data is not sourced from OpenStreetMap
- [maxstay](#maxstay)
- [name](#name)
- [has_toilets](#has_toilets)
- [reservation](#reservation)
## Supported attributes
@ -120,6 +121,7 @@ This is a special layer - data is not sourced from OpenStreetMap
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/maxstay#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/maxstay/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [maxstay](https://wiki.openstreetmap.org/wiki/Key:maxstay) | [pfloat](../SpecialInputElements.md#pfloat) | [unlimited](https://wiki.openstreetmap.org/wiki/Tag:maxstay%3Dunlimited) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/toilets#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/toilets/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [toilets](https://wiki.openstreetmap.org/wiki/Key:toilets) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno) [separate](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dseparate) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reservation#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reservation/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
## Featureview elements and TagRenderings
@ -179,41 +181,49 @@ This is a special layer - data is not sourced from OpenStreetMap
| [maxstay](#maxstay) <br/> _(Original in [questions](./BuiltinQuestions.md#maxstay))_ | What is the maximum amount of time one is allowed to stay here?<br/>_One can stay at most <b>{canonical(maxstay)}</b>_<br/>1 options | | *[maxstay](https://wiki.osm.org/wiki/Key:maxstay)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [name](#name) <br/> _(Original in [questions](./BuiltinQuestions.md#name))_ | What is the name of this place?<br/>_<b>{name}</b>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
| [has_toilets](#has_toilets) <br/> _(Original in [questions](./BuiltinQuestions.md#has_toilets))_ | Has toilets?<br/>3 options | | _Multiple choice only_ |
| [reservation](#reservation) <br/> _(Original in [questions](./BuiltinQuestions.md#reservation))_ | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
*{questions()}*
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### images_no_blur
Same as `images`, but uploaded request to disable blurring to the panoramax server
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload(,,,true)}*
### mapillary
Shows a button to open Mapillary on this location
_This tagrendering has no question and is thus read-only_
*{mapillary_link()}*
### export_as_gpx
Shows a button to export this feature as GPX. Especially useful for route relations
_This tagrendering has no question and is thus read-only_
*{export_as_gpx()}*
### export_as_geojson
Shows a button to export this feature as geojson. Especially useful for debugging or using this in other programs
_This tagrendering has no question and is thus read-only_
*{export_as_geojson()}*
### wikipedia
Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
The question is `What is the corresponding Wikidata entity?`
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set.
- *{wikipedia():max-height:25rem}* is shown if with wikipedia~.+. _This option cannot be chosen as answer_
- *No Wikipedia page has been linked yet* is shown if with wikidata=. _This option cannot be chosen as answer_
@ -221,12 +231,14 @@ The question is `What is the corresponding Wikidata entity?`
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -236,16 +248,19 @@ This tagrendering has labels
### mastodon
Shows and asks for the mastodon handle
The question is `What is the Mastodon-handle of {title()}?`
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set.
### facebook
Shows and asks for the facebook handle
The question is `What is the facebook page of of {title()}?`
*{link(Facebook page,&LBRACEcontact:facebook&RBRACE,,,,)}<div class='subtle text-sm'>Facebook is known to harm mental health, manipulate public opinion and cause hate. Try to use healthier alternatives</div>* is shown if `contact:facebook` is set
*{link(Facebook page,&LBRACEcontact:facebook&RBRACE,,,,)}<div class='subtle text-sm'>Facebook is known to harm mental health, manipulate public opinion and cause hate. Try to use healthier alternatives</div>* is shown if `contact:facebook` is set.
### osmlink
_This tagrendering has no question and is thus read-only_
*<a href='https://openstreetmap.org/{id}' target='_blank' rel='noopener'F><img src='./assets/svg/osm-logo-us.svg'/></a>*
- *<span class='alert'>Uploading...</alert>* is shown if with id~^(=-)$
@ -253,7 +268,8 @@ _This tagrendering has no question and is thus read-only_
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -264,7 +280,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -293,19 +310,22 @@ The question is `Are dogs allowed in this business?`
### description
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
*{description}* is shown if `description` is set
*{description}* is shown if `description` is set.
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### opening_hours_24_7
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -313,7 +333,8 @@ The question is `What are the opening hours of {title()}?`
### opening_hours_24_7_default
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -321,7 +342,8 @@ The question is `What are the opening hours of {title()}?`
### opening_hours_by_appointment
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Only by appointment* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D"by appointment"' target='_blank'>"by appointment"</a>
- *Only by appointment* is shown if with opening_hours~^("by appointment"|by appointment)$. _This option cannot be chosen as answer_
@ -411,12 +433,14 @@ This tagrendering is only visible in the popup if the following condition is met
### all_tags
Shows a table with all the tags of the feature
_This tagrendering has no question and is thus read-only_
*{all_tags()}*
### multilevels
The question is `What levels does this elevator go to?`
*This elevator goes to floors {level}* is shown if `level` is set
*This elevator goes to floors {level}* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -427,6 +451,7 @@ The question is `What levels does this elevator go to?`
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -436,7 +461,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -491,7 +517,8 @@ This tagrendering has labels
### internet-ssid
The question is `What is the network name for the wireless internet access?`
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
@ -511,14 +538,16 @@ The question is `Is this object lit or does it emit light?`
### survey_date
The question is `When was this object last surveyed?`
*This object was last surveyed on <b>{survey:date}</b>* is shown if `survey:date` is set
*This object was last surveyed on <b>{survey:date}</b>* is shown if `survey:date` is set.
- *This object was last surveyed today* is shown if with survey:date=
### check_date
The question is `When was this object last checked?`
*This object was last checked on <b>{check_date}</b>* is shown if `check_date` is set
*This object was last checked on <b>{check_date}</b>* is shown if `check_date` is set.
- *This object was last checked today* is shown if with check_date=
@ -573,6 +602,7 @@ This tagrendering has labels
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels
@ -581,6 +611,7 @@ This tagrendering has labels
### split_button
_This tagrendering has no question and is thus read-only_
*{split_button()}*
### seasonal
@ -603,12 +634,14 @@ The question is `Does this facility offer showers?`
### preset_description
_This tagrendering has no question and is thus read-only_
*{preset_description()}*
### brand
The question is `Is {title()} part of a bigger brand?`
*Part of {brand}* is shown if `brand` is set
*Part of {brand}* is shown if `brand` is set.
- *Not part of a bigger brand* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:nobrand' target='_blank'>nobrand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nobrand%3Dyes' target='_blank'>yes</a>
@ -629,14 +662,16 @@ The question is `What kind of seating does {title()} have?`
### maxstay
The question is `What is the maximum amount of time one is allowed to stay here?`
*One can stay at most <b>{canonical(maxstay)}</b>* is shown if `maxstay` is set
*One can stay at most <b>{canonical(maxstay)}</b>* is shown if `maxstay` is set.
- *There is no limit to the amount of time one can stay here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:maxstay' target='_blank'>maxstay</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxstay%3Dunlimited' target='_blank'>unlimited</a>
### name
The question is `What is the name of this place?`
*<b>{name}</b>* is shown if `name` is set
*<b>{name}</b>* is shown if `name` is set.
### has_toilets
@ -646,6 +681,15 @@ The question is `Has {title()} toilets?`
- *Has no toilets* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno' target='_blank'>no</a>
- *The toilets are marked separately on the map* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dseparate' target='_blank'>separate</a>
### reservation
The question is `Is a reservation required for this place?`
- *A reservation is required at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired' target='_blank'>required</a>
- *A reservation is not required, but still recommended to make sure you get a table* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended' target='_blank'>recommended</a>
- *Reservation is possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes' target='_blank'>yes</a>
- *Reservation is not possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno' target='_blank'>no</a>
This document is autogenerated from [assets/layers/questions/questions.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/questions/questions.json)

View file

@ -65,6 +65,7 @@ Elements must match **any** of the following expressions:
### address_joined
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
This tagrendering has labels
@ -73,6 +74,7 @@ This tagrendering has labels
### header
_This tagrendering has no question and is thus read-only_
*{addr:street} <b>{addr:housenumber}</b> {addr:unit}*
- *No address is known* is shown if with addr:street= & addr:unit= & addr:housenumber=
@ -84,7 +86,8 @@ This tagrendering has labels
### housenumber
The question is `What is the number of this house?`
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set.
- *This building has no house number* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:nohousenumber' target='_blank'>nohousenumber</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nohousenumber%3Dyes' target='_blank'>yes</a>
@ -95,7 +98,8 @@ This tagrendering has labels
### street
The question is `What street is this address located in?`
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set.
This tagrendering has labels
`address`
@ -104,7 +108,8 @@ This tagrendering has labels
### unit
The question is `What is the unit number or letter?`
*The unit number is <b>{addr:unit}</b>* is shown if `addr:unit` is set
*The unit number is <b>{addr:unit}</b>* is shown if `addr:unit` is set.
- *No unit number* is shown if with addr:unit=
@ -115,13 +120,15 @@ This tagrendering has labels
### fixme
The question is `What should be fixed here? Please explain`
*<b>Fixme description</b>{fixme}* is shown if `fixme` is set
*<b>Fixme description</b>{fixme}* is shown if `fixme` is set.
- *No fixme - write something here to explain complicated cases* is shown if with fixme=
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -131,11 +138,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -70,7 +70,10 @@ Elements must match **any** of the following expressions:
### height
The question is `What is the height of the adult changing table?`
*The changing table is {canonical(height)} high* is shown if `height` is set
*The changing table is {canonical(height)} high* is shown if `height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
- *The changing table is <b>adjustable in height</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:height' target='_blank'>height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:height%3Dadjustable' target='_blank'>adjustable</a>
@ -80,7 +83,10 @@ This tagrendering has labels
### adult-changing-table-min_height
The question is `What is the lowest height the adult changing table can be moved to?`
*The lowest height of the adult changing table is {canonical(min_height)}* is shown if `min_height` is set
*The lowest height of the adult changing table is {canonical(min_height)}* is shown if `min_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:height' target='_blank'>height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:height%3Dadjustable' target='_blank'>adjustable</a>
This tagrendering has labels
@ -89,7 +95,10 @@ This tagrendering has labels
### adult-changing-table-max_height
The question is `What is the highest height the adult changing table can be moved to?`
*The highest height of the adult changing table is {canonical(max_height)}* is shown if `max_height` is set
*The highest height of the adult changing table is {canonical(max_height)}* is shown if `max_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:height' target='_blank'>height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:height%3Dadjustable' target='_blank'>adjustable</a>
This tagrendering has labels
@ -123,6 +132,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -132,16 +142,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -104,12 +104,14 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### type
The question is `Which type of advertising feature is this?`
*This is a {advertising}* is shown if `advertising` is set
*This is a {advertising}* is shown if `advertising` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/advertising/billboard.svg'> *This is a billboard* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dbillboard' target='_blank'>billboard</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/advertising/board.svg'> *This is a board* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dboard' target='_blank'>board</a>
@ -148,7 +150,8 @@ The question is `Is this object lit or does it emit light?`
### operator
The question is `Who operates this feature?`
*Operated by {operator}* is shown if `operator` is set
*Operated by {operator}* is shown if `operator` is set.
### message_type
@ -177,7 +180,8 @@ This tagrendering is only visible in the popup if the following condition is met
### ref
The question is `Wich is the reference number?`
*Reference number is {ref}* is shown if `ref` is set
*Reference number is {ref}* is shown if `ref` is set.
### historic
@ -189,6 +193,7 @@ The question is `Is this sign for a business that no longer exists or no longer
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -198,16 +203,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -75,12 +75,14 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### type
The question is `Which type of advertising feature is this?`
*This is a {advertising}* is shown if `advertising` is set
*This is a {advertising}* is shown if `advertising` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/advertising/billboard.svg'> *This is a billboard* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dbillboard' target='_blank'>billboard</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/advertising/board.svg'> *This is a board* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dboard' target='_blank'>board</a>
@ -119,7 +121,8 @@ The question is `Is this object lit or does it emit light?`
### operator
The question is `Who operates this feature?`
*Operated by {operator}* is shown if `operator` is set
*Operated by {operator}* is shown if `operator` is set.
### message_type
@ -148,7 +151,8 @@ This tagrendering is only visible in the popup if the following condition is met
### ref
The question is `Wich is the reference number?`
*Reference number is {ref}* is shown if `ref` is set
*Reference number is {ref}* is shown if `ref` is set.
### historic
@ -160,6 +164,7 @@ The question is `Is this sign for a business that no longer exists or no longer
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -169,16 +174,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -69,6 +69,7 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### type
@ -90,17 +91,20 @@ The question is `What type of aerialway is this?`
### duration
The question is `How long takes a single journey with this elevator?`
*A single journey takes {duration} minutes* is shown if `duration` is set
*A single journey takes {duration} minutes* is shown if `duration` is set.
### occupancy
The question is `How many people fit a single carriage?`
*{aerialway:occupancy} people fit a single carriage* is shown if `aerialway:occupancy` is set
*{aerialway:occupancy} people fit a single carriage* is shown if `aerialway:occupancy` is set.
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -114,11 +118,13 @@ The question is `In what direction can this aerialway be taken?`
### length
_This tagrendering has no question and is thus read-only_
*This aerialway is {_length:km} kilometer long*
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -128,6 +134,7 @@ This tagrendering has labels
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -48,11 +48,13 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -62,11 +64,13 @@ This tagrendering has labels
### split_button
_This tagrendering has no question and is thus read-only_
*{split_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -103,11 +103,13 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -117,7 +119,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -131,7 +134,8 @@ This tagrendering has labels
### vending
The question is `What does this vending machine sell?`
*This vending machine sells {vending}* is shown if `vending` is set
*This vending machine sells {vending}* is shown if `vending` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/id_presets/temaki-bottles.svg'> *Drinks are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Ddrinks' target='_blank'>drinks</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/id_presets/maki-confectionery.svg'> *Sweets are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dsweets' target='_blank'>sweets</a>
@ -166,7 +170,8 @@ The question is `What does this vending machine sell?`
### bicycle_tube_vending_machine-brand
The question is `Which brand of tubes are sold here?`
*{brand} tubes are sold here* is shown if `brand` is set
*{brand} tubes are sold here* is shown if `brand` is set.
- *Continental tubes are sold here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:brand' target='_blank'>brand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:brand%3DContinental' target='_blank'>Continental</a>
- *Schwalbe tubes are sold here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:brand' target='_blank'>brand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:brand%3DSchwalbe' target='_blank'>Schwalbe</a>
@ -176,7 +181,8 @@ This tagrendering is only visible in the popup if the following condition is met
### opening_hours_24_7
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -238,7 +244,8 @@ This tagrendering is only visible in the popup if the following condition is met
### operator
The question is `Who operates this vending machine?`
*This vending machine is operated by {operator}* is shown if `operator` is set
*This vending machine is operated by {operator}* is shown if `operator` is set.
### indoor
@ -251,7 +258,8 @@ The question is `Is this vending machine indoors?`
### phone
The question is `What is the phone number of the operator of this vending machine?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -261,7 +269,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -271,21 +280,24 @@ This tagrendering has labels
### charge_bicycle_tube
The question is `How much does a a bicycle tube cost?`
*a bicycle tube costs {charge}* is shown if `charge` is set
*a bicycle tube costs {charge}* is shown if `charge` is set.
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_tube.*)$
### charge_bicycle_light
The question is `How much does a bicycle light cost?`
*bicycle light costs {charge}* is shown if `charge` is set
*bicycle light costs {charge}* is shown if `charge` is set.
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_light.*)$
### charge_condom
The question is `How much does a a condom cost?`
*a condom costs {charge}* is shown if `charge` is set
*a condom costs {charge}* is shown if `charge` is set.
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*condom.*)$
@ -301,6 +313,7 @@ The question is `Is this vending machine still operational?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -310,16 +323,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -70,27 +70,32 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### ambulance-name
The question is `What is the name of this ambulance station?`
*This station is called {name}.* is shown if `name` is set
*This station is called {name}.* is shown if `name` is set.
### ambulance-street
The question is `What is the street name where the station located?`
*This station is along a highway called {addr:street}.* is shown if `addr:street` is set
*This station is along a highway called {addr:street}.* is shown if `addr:street` is set.
### ambulance-place
The question is `Where is the station located? (e.g. name of neighborhood, villlage, or town)`
*This station is found within {addr:place}.* is shown if `addr:place` is set
*This station is found within {addr:place}.* is shown if `addr:place` is set.
### ambulance-agency
The question is `What agency operates this station?`
*This station is operated by {operator}.* is shown if `operator` is set
*This station is operated by {operator}.* is shown if `operator` is set.
### ambulance-operator-type
The question is `How is the station operator classified?`
*The operator is a(n) {operator:type} entity.* is shown if `operator:type` is set
*The operator is a(n) {operator:type} entity.* is shown if `operator:type` is set.
- *The station is operated by the government.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dgovernment' target='_blank'>government</a>
- *The station is operated by a community-based, or informal organization.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dcommunity' target='_blank'>community</a>
@ -100,11 +105,13 @@ The question is `How is the station operator classified?`
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -114,11 +121,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -82,22 +82,26 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### 2
The question is `What is the name of this animal shelter?`
*This animal shelter is named <b>{name}</b>* is shown if `name` is set
*This animal shelter is named <b>{name}</b>* is shown if `name` is set.
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -107,7 +111,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -117,7 +122,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -136,7 +142,8 @@ The question is `What is the purpose of the animal shelter?`
### opening_hours_by_appointment
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Only by appointment* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D"by appointment"' target='_blank'>"by appointment"</a>
- *Only by appointment* is shown if with opening_hours~^("by appointment"|by appointment)$. _This option cannot be chosen as answer_
@ -145,7 +152,8 @@ The question is `What are the opening hours of {title()}?`
### boarded_animals
The question is `Which animals are accepted here?`
*{animal_shelter} is kept here* is shown if `animal_shelter` is set
*{animal_shelter} is kept here* is shown if `animal_shelter` is set.
- *Dogs are kept here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animal_shelter' target='_blank'>animal_shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animal_shelter%3Ddog' target='_blank'>dog</a>
- *Cats are kept here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animal_shelter' target='_blank'>animal_shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animal_shelter%3Dcat' target='_blank'>cat</a>
@ -156,6 +164,7 @@ The question is `Which animals are accepted here?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -165,16 +174,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -149,12 +149,14 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images_no_blur
Same as `images`, but uploaded request to disable blurring to the panoramax server
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload(,,,true)}*
### artwork-artwork_type
The question is `What is the type of this artwork?`
*This is a {artwork_type}* is shown if `artwork_type` is set
*This is a {artwork_type}* is shown if `artwork_type` is set.
- *Architecture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture' target='_blank'>architecture</a>
- *Mural* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural' target='_blank'>mural</a>
@ -177,7 +179,8 @@ This tagrendering has labels
### artwork-artist-wikidata
The question is `Who made this artwork?`
*This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}* is shown if `artist:wikidata` is set
*This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}* is shown if `artist:wikidata` is set.
This tagrendering has labels
`artwork-question`
@ -185,7 +188,8 @@ This tagrendering has labels
### artwork-artist_name
The question is `Which artist created this?`
*Created by {artist_name}* is shown if `artist_name` is set
*Created by {artist_name}* is shown if `artist_name` is set.
This tagrendering has labels
`artwork-question`
@ -193,7 +197,8 @@ This tagrendering has labels
### artwork-website
The question is `Is there a website with more information about this artwork?`
*{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}* is shown if `website` is set
*{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}* is shown if `website` is set.
This tagrendering has labels
`artwork-question`
@ -201,7 +206,8 @@ This tagrendering has labels
### wikipedia
Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
The question is `What is the corresponding Wikidata entity?`
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set.
- *{wikipedia():max-height:25rem}* is shown if with wikipedia~.+. _This option cannot be chosen as answer_
- *No Wikipedia page has been linked yet* is shown if with wikidata=. _This option cannot be chosen as answer_
@ -209,7 +215,8 @@ The question is `What is the corresponding Wikidata entity?`
### artwork_subject
The question is `What does this artwork depict?`
*This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set
*This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set.
This tagrendering has labels
`artwork-question`
@ -224,7 +231,8 @@ The question is `Does this artwork serve as a memorial?`
### memorial-type
The question is `What type of memorial is this?`
*This is a {memorial}* is shown if `memorial` is set
*This is a {memorial}* is shown if `memorial` is set.
- *This is a statue* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstatue' target='_blank'>statue</a>
- *This is a plaque* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dplaque' target='_blank'>plaque</a>
@ -249,7 +257,8 @@ This tagrendering has labels
### inscription
The question is `What is the inscription on this memorial?`
*The inscription on this memorial reads: <p><i>{inscription}<i></p>* is shown if `inscription` is set
*The inscription on this memorial reads: <p><i>{inscription}<i></p>* is shown if `inscription` is set.
- *This memorial does not have an inscription* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:not:inscription' target='_blank'>not:inscription</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:inscription%3Dyes' target='_blank'>yes</a>
@ -260,7 +269,8 @@ This tagrendering has labels
### memorial-wikidata
The question is `What is the Wikipedia page about this memorial?`
*<h3>Wikipedia page about the memorial</h3>{wikipedia(wikidata)}* is shown if `wikidata` is set
*<h3>Wikipedia page about the memorial</h3>{wikipedia(wikidata)}* is shown if `wikidata` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
This tagrendering has labels
@ -270,7 +280,8 @@ This tagrendering has labels
### subject-wikidata
The question is `What is the Wikipedia page about the person or event that is remembered here?`
*<h3>Wikipedia page about the remembered event or person</h3>{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set
*<h3>Wikipedia page about the remembered event or person</h3>{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
This tagrendering has labels
@ -311,7 +322,8 @@ This tagrendering has labels
### bench-seats
The question is `How many seats does this bench have?`
*This bench has {seats} seats* is shown if `seats` is set
*This bench has {seats} seats* is shown if `seats` is set.
- *This bench does not have separated seats* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:seats:separated' target='_blank'>seats:separated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:seats:separated%3Dno' target='_blank'>no</a>
@ -322,7 +334,8 @@ This tagrendering has labels
### bench-material
The question is `What is the bench (seating) made from?`
*Material: {material}* is shown if `material` is set
*Material: {material}* is shown if `material` is set.
- *The seating is made from wood* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood' target='_blank'>wood</a>
- *The seating is made from metal* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal' target='_blank'>metal</a>
@ -338,7 +351,8 @@ This tagrendering has labels
### bench-direction
The question is `In which direction are you looking when sitting on the bench?`
*When sitting on the bench, one looks towards {direction}°.* is shown if `direction` is set
*When sitting on the bench, one looks towards {direction}°.* is shown if `direction` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbench' target='_blank'>bench</a> & two_sided!=yes
This tagrendering has labels
@ -347,7 +361,8 @@ This tagrendering has labels
### bench-colour
The question is `Which colour does this bench have?`
*Colour: {colour}* is shown if `colour` is set
*Colour: {colour}* is shown if `colour` is set.
- *Colour: brown* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown' target='_blank'>brown</a>
- *Colour: green* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen' target='_blank'>green</a>
@ -365,7 +380,8 @@ This tagrendering has labels
### bench-survey:date
The question is `When was this bench last surveyed?`
*This bench was last surveyed on {survey:date}* is shown if `survey:date` is set
*This bench was last surveyed on {survey:date}* is shown if `survey:date` is set.
- *Surveyed today!* is shown if with survey:date=
@ -376,7 +392,8 @@ This tagrendering has labels
### bench-inscription
The question is `Does this bench have an inscription?`
*This bench has the following inscription:<br/><p><i>{inscription}</i></p>* is shown if `inscription` is set
*This bench has the following inscription:<br/><p><i>{inscription}</i></p>* is shown if `inscription` is set.
- *This bench does not have an inscription* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:not:inscription' target='_blank'>not:inscription</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:inscription%3Dyes' target='_blank'>yes</a>
- *This bench <span class='subtle'>probably</span> does not not have an inscription* is shown if with inscription=. _This option cannot be chosen as answer_
@ -406,7 +423,8 @@ The question is `Does this artwork also double as wayside shrine?`
### shrine_name
The question is `What's the name of this {title()}?`
*The name of this {title()} is <b>{name}</b>* is shown if `name` is set
*The name of this {title()} is <b>{name}</b>* is shown if `name` is set.
- *This shrine does not have a name* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>
@ -417,7 +435,8 @@ This tagrendering has labels
### religion
The question is `To which religion is this shrine dedicated?`
*This shrine is {religion}* is shown if `religion` is set
*This shrine is {religion}* is shown if `religion` is set.
- *This is a Christian shrine* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:religion' target='_blank'>religion</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:religion%3Dchristian' target='_blank'>christian</a>
- *This is a Buddhist shrine* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:religion' target='_blank'>religion</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:religion%3Dbuddhist' target='_blank'>buddhist</a>
@ -438,7 +457,8 @@ This tagrendering has labels
### denomination_christian
The question is `What's the Christian denomination of this {title()}?`
*The religious denomination is <b>{denomination}</b>* is shown if `denomination` is set
*The religious denomination is <b>{denomination}</b>* is shown if `denomination` is set.
- *The religious subdenomination is Catholic* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denomination' target='_blank'>denomination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dcatholic' target='_blank'>catholic</a>
- *The religious subdenomination is Roman Catholic* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denomination' target='_blank'>denomination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denomination%3Droman_catholic' target='_blank'>roman_catholic</a>
@ -458,7 +478,8 @@ This tagrendering has labels
### denomination_muslim
The question is `What's the Muslim denomination of this shrine?`
*The religious subdenomination is {denomination}* is shown if `denomination` is set
*The religious subdenomination is {denomination}* is shown if `denomination` is set.
- *The religious subdenomination is Shia* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denomination' target='_blank'>denomination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dshia' target='_blank'>shia</a>
- *The religious subdenomination is Sunni* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denomination' target='_blank'>denomination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dsunni' target='_blank'>sunni</a>
@ -471,7 +492,8 @@ This tagrendering has labels
### denomination_jewish
The question is `What's the Jewish denomination of this shrine?`
*The religious subdenomination is {denomination}* is shown if `denomination` is set
*The religious subdenomination is {denomination}* is shown if `denomination` is set.
- *The religious subdenomination is Conservative* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denomination' target='_blank'>denomination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dconservative' target='_blank'>conservative</a>
- *The religious subdenomination is Orthodox* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denomination' target='_blank'>denomination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dorthodox' target='_blank'>orthodox</a>
@ -485,7 +507,8 @@ This tagrendering has labels
### denomination_other
The question is `What's the denomination of this shrine?`
*The denomination of this shrine is {denomination}* is shown if `denomination` is set
*The denomination of this shrine is {denomination}* is shown if `denomination` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dwayside_shrine' target='_blank'>wayside_shrine</a> & religion!=christian & religion!=muslim & religion!=jewish & religion~.+
This tagrendering has labels
@ -494,6 +517,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -503,16 +527,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -152,12 +152,14 @@ The question is `Is this artwork a historic advertisement?`
### images_no_blur
Same as `images`, but uploaded request to disable blurring to the panoramax server
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload(,,,true)}*
### artwork-artwork_type
The question is `What is the type of this artwork?`
*This is a {artwork_type}* is shown if `artwork_type` is set
*This is a {artwork_type}* is shown if `artwork_type` is set.
- *Architecture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture' target='_blank'>architecture</a>
- *Mural* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural' target='_blank'>mural</a>
@ -180,7 +182,8 @@ This tagrendering has labels
### artwork-artist-wikidata
The question is `Who made this artwork?`
*This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}* is shown if `artist:wikidata` is set
*This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}* is shown if `artist:wikidata` is set.
This tagrendering has labels
`artwork-question`
@ -188,7 +191,8 @@ This tagrendering has labels
### artwork-artist_name
The question is `Which artist created this?`
*Created by {artist_name}* is shown if `artist_name` is set
*Created by {artist_name}* is shown if `artist_name` is set.
This tagrendering has labels
`artwork-question`
@ -196,7 +200,8 @@ This tagrendering has labels
### artwork-website
The question is `Is there a website with more information about this artwork?`
*{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}* is shown if `website` is set
*{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}* is shown if `website` is set.
This tagrendering has labels
`artwork-question`
@ -204,7 +209,8 @@ This tagrendering has labels
### wikipedia
Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
The question is `What is the corresponding Wikidata entity?`
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set.
- *{wikipedia():max-height:25rem}* is shown if with wikipedia~.+. _This option cannot be chosen as answer_
- *No Wikipedia page has been linked yet* is shown if with wikidata=. _This option cannot be chosen as answer_
@ -212,7 +218,8 @@ The question is `What is the corresponding Wikidata entity?`
### artwork_subject
The question is `What does this artwork depict?`
*This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set
*This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set.
This tagrendering has labels
`artwork-question`
@ -227,7 +234,8 @@ The question is `Does this artwork serve as a memorial?`
### memorial-type
The question is `What type of memorial is this?`
*This is a {memorial}* is shown if `memorial` is set
*This is a {memorial}* is shown if `memorial` is set.
- *This is a statue* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstatue' target='_blank'>statue</a>
- *This is a plaque* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dplaque' target='_blank'>plaque</a>
@ -252,7 +260,8 @@ This tagrendering has labels
### inscription
The question is `What is the inscription on this memorial?`
*The inscription on this memorial reads: <p><i>{inscription}<i></p>* is shown if `inscription` is set
*The inscription on this memorial reads: <p><i>{inscription}<i></p>* is shown if `inscription` is set.
- *This memorial does not have an inscription* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:not:inscription' target='_blank'>not:inscription</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:inscription%3Dyes' target='_blank'>yes</a>
@ -263,7 +272,8 @@ This tagrendering has labels
### memorial-wikidata
The question is `What is the Wikipedia page about this memorial?`
*<h3>Wikipedia page about the memorial</h3>{wikipedia(wikidata)}* is shown if `wikidata` is set
*<h3>Wikipedia page about the memorial</h3>{wikipedia(wikidata)}* is shown if `wikidata` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
This tagrendering has labels
@ -273,7 +283,8 @@ This tagrendering has labels
### subject-wikidata
The question is `What is the Wikipedia page about the person or event that is remembered here?`
*<h3>Wikipedia page about the remembered event or person</h3>{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set
*<h3>Wikipedia page about the remembered event or person</h3>{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
This tagrendering has labels
@ -314,7 +325,8 @@ This tagrendering has labels
### bench-seats
The question is `How many seats does this bench have?`
*This bench has {seats} seats* is shown if `seats` is set
*This bench has {seats} seats* is shown if `seats` is set.
- *This bench does not have separated seats* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:seats:separated' target='_blank'>seats:separated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:seats:separated%3Dno' target='_blank'>no</a>
@ -325,7 +337,8 @@ This tagrendering has labels
### bench-material
The question is `What is the bench (seating) made from?`
*Material: {material}* is shown if `material` is set
*Material: {material}* is shown if `material` is set.
- *The seating is made from wood* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood' target='_blank'>wood</a>
- *The seating is made from metal* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal' target='_blank'>metal</a>
@ -341,7 +354,8 @@ This tagrendering has labels
### bench-direction
The question is `In which direction are you looking when sitting on the bench?`
*When sitting on the bench, one looks towards {direction}°.* is shown if `direction` is set
*When sitting on the bench, one looks towards {direction}°.* is shown if `direction` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbench' target='_blank'>bench</a> & two_sided!=yes
This tagrendering has labels
@ -350,7 +364,8 @@ This tagrendering has labels
### bench-colour
The question is `Which colour does this bench have?`
*Colour: {colour}* is shown if `colour` is set
*Colour: {colour}* is shown if `colour` is set.
- *Colour: brown* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown' target='_blank'>brown</a>
- *Colour: green* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen' target='_blank'>green</a>
@ -368,7 +383,8 @@ This tagrendering has labels
### bench-survey:date
The question is `When was this bench last surveyed?`
*This bench was last surveyed on {survey:date}* is shown if `survey:date` is set
*This bench was last surveyed on {survey:date}* is shown if `survey:date` is set.
- *Surveyed today!* is shown if with survey:date=
@ -379,7 +395,8 @@ This tagrendering has labels
### bench-inscription
The question is `Does this bench have an inscription?`
*This bench has the following inscription:<br/><p><i>{inscription}</i></p>* is shown if `inscription` is set
*This bench has the following inscription:<br/><p><i>{inscription}</i></p>* is shown if `inscription` is set.
- *This bench does not have an inscription* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:not:inscription' target='_blank'>not:inscription</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:inscription%3Dyes' target='_blank'>yes</a>
- *This bench <span class='subtle'>probably</span> does not not have an inscription* is shown if with inscription=. _This option cannot be chosen as answer_
@ -409,7 +426,8 @@ The question is `Does this artwork also double as wayside shrine?`
### shrine_name
The question is `What's the name of this {title()}?`
*The name of this {title()} is <b>{name}</b>* is shown if `name` is set
*The name of this {title()} is <b>{name}</b>* is shown if `name` is set.
- *This shrine does not have a name* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>
@ -420,7 +438,8 @@ This tagrendering has labels
### religion
The question is `To which religion is this shrine dedicated?`
*This shrine is {religion}* is shown if `religion` is set
*This shrine is {religion}* is shown if `religion` is set.
- *This is a Christian shrine* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:religion' target='_blank'>religion</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:religion%3Dchristian' target='_blank'>christian</a>
- *This is a Buddhist shrine* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:religion' target='_blank'>religion</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:religion%3Dbuddhist' target='_blank'>buddhist</a>
@ -441,7 +460,8 @@ This tagrendering has labels
### denomination_christian
The question is `What's the Christian denomination of this {title()}?`
*The religious denomination is <b>{denomination}</b>* is shown if `denomination` is set
*The religious denomination is <b>{denomination}</b>* is shown if `denomination` is set.
- *The religious subdenomination is Catholic* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denomination' target='_blank'>denomination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dcatholic' target='_blank'>catholic</a>
- *The religious subdenomination is Roman Catholic* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denomination' target='_blank'>denomination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denomination%3Droman_catholic' target='_blank'>roman_catholic</a>
@ -461,7 +481,8 @@ This tagrendering has labels
### denomination_muslim
The question is `What's the Muslim denomination of this shrine?`
*The religious subdenomination is {denomination}* is shown if `denomination` is set
*The religious subdenomination is {denomination}* is shown if `denomination` is set.
- *The religious subdenomination is Shia* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denomination' target='_blank'>denomination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dshia' target='_blank'>shia</a>
- *The religious subdenomination is Sunni* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denomination' target='_blank'>denomination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dsunni' target='_blank'>sunni</a>
@ -474,7 +495,8 @@ This tagrendering has labels
### denomination_jewish
The question is `What's the Jewish denomination of this shrine?`
*The religious subdenomination is {denomination}* is shown if `denomination` is set
*The religious subdenomination is {denomination}* is shown if `denomination` is set.
- *The religious subdenomination is Conservative* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denomination' target='_blank'>denomination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dconservative' target='_blank'>conservative</a>
- *The religious subdenomination is Orthodox* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:denomination' target='_blank'>denomination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dorthodox' target='_blank'>orthodox</a>
@ -488,7 +510,8 @@ This tagrendering has labels
### denomination_other
The question is `What's the denomination of this shrine?`
*The denomination of this shrine is {denomination}* is shown if `denomination` is set
*The denomination of this shrine is {denomination}* is shown if `denomination` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dwayside_shrine' target='_blank'>wayside_shrine</a> & religion!=christian & religion!=muslim & religion!=jewish & religion~.+
This tagrendering has labels
@ -497,6 +520,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -506,16 +530,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -62,17 +62,20 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### assembly_point_name
The question is `What is the name of this assembly point?`
*This assembly point is named <b>{name}</b>* is shown if `name` is set
*This assembly point is named <b>{name}</b>* is shown if `name` is set.
### assembly_point_operator
The question is `What organization operates this assembly point?`
*This assembly point is operated by <b>{operator}</b>* is shown if `operator` is set
*This assembly point is operated by <b>{operator}</b>* is shown if `operator` is set.
### disaster_type
@ -86,6 +89,7 @@ The question is `For which disaster type is this assembly point meant?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -95,11 +99,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -84,22 +84,26 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### preset_description
_This tagrendering has no question and is thus read-only_
*{preset_description()}*
### name
The question is `What is the name of this repair workshop?`
*This workshop is called <b>{name}</b>* is shown if `name` is set
*This workshop is called <b>{name}</b>* is shown if `name` is set.
### opening_hours_by_appointment
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Only by appointment* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D"by appointment"' target='_blank'>"by appointment"</a>
- *Only by appointment* is shown if with opening_hours~^("by appointment"|by appointment)$. _This option cannot be chosen as answer_
@ -108,7 +112,8 @@ The question is `What are the opening hours of {title()}?`
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -118,7 +123,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -129,7 +135,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -139,12 +146,14 @@ This tagrendering has labels
### mastodon
Shows and asks for the mastodon handle
The question is `What is the Mastodon-handle of {title()}?`
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set.
### facebook
Shows and asks for the facebook handle
The question is `What is the facebook page of of {title()}?`
*{link(Facebook page,&LBRACEcontact:facebook&RBRACE,,,,)}<div class='subtle text-sm'>Facebook is known to harm mental health, manipulate public opinion and cause hate. Try to use healthier alternatives</div>* is shown if `contact:facebook` is set
*{link(Facebook page,&LBRACEcontact:facebook&RBRACE,,,,)}<div class='subtle text-sm'>Facebook is known to harm mental health, manipulate public opinion and cause hate. Try to use healthier alternatives</div>* is shown if `contact:facebook` is set.
### item:repair
@ -160,6 +169,7 @@ The question is `What type of items are repaired here?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -169,16 +179,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -88,11 +88,13 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### name
_This tagrendering has no question and is thus read-only_
*The name of this ATM is {name}*
This tagrendering is only visible in the popup if the following condition is met: name~.+
@ -100,17 +102,20 @@ This tagrendering is only visible in the popup if the following condition is met
### brand
The question is `What brand is this ATM?`
*The brand of this ATM is {brand}* is shown if `brand` is set
*The brand of this ATM is {brand}* is shown if `brand` is set.
### operator
The question is `What company operates this ATM?`
*The ATM is operated by {operator}* is shown if `operator` is set
*The ATM is operated by {operator}* is shown if `operator` is set.
### opening_hours_24_7
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -160,6 +165,7 @@ The question is `Does this ATM have speech output for visually impaired users?`
### speech_output_language
_This tagrendering has no question and is thus read-only_
*{language_chooser(speech_output,In which languages does this ATM have speech output?,This ATM has speech output in &LBRACElanguage&LPARENS&RPARENS&RBRACE,This ATM has speech output in &LBRACElanguage&LPARENS&RPARENS&RBRACE,,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:speech_output' target='_blank'>speech_output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes' target='_blank'>yes</a>
@ -167,6 +173,7 @@ This tagrendering is only visible in the popup if the following condition is met
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -176,16 +183,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -53,6 +53,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### has_atm
@ -66,6 +67,7 @@ The question is `Does this bank have an ATM?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -75,16 +77,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -57,6 +57,7 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### has_atm
@ -70,6 +71,7 @@ The question is `Does this bank have an ATM?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -79,16 +81,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -86,6 +86,7 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### bicycle=yes/no
@ -130,34 +131,39 @@ This tagrendering is only visible in the popup if the following condition is met
### MaxWidth
The question is `How wide is the gap left over besides the barrier?`
*Maximum width: {maxwidth:physical} m* is shown if `maxwidth:physical` is set
*Maximum width: {maxwidth:physical} m* is shown if `maxwidth:physical` is set.
This tagrendering is only visible in the popup if the following condition is met: _referencing_ways~.+ & cycle_barrier!=double & cycle_barrier!=triple
### Space between barrier (cyclebarrier)
The question is `How much space is there between the barriers (along the length of the road)?`
*Space between barriers (along the length of the road): {width:separation} m* is shown if `width:separation` is set
*Space between barriers (along the length of the road): {width:separation} m* is shown if `width:separation` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Ddouble' target='_blank'>double</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dtriple' target='_blank'>triple</a>
### Width of opening (cyclebarrier)
The question is `How wide is the smallest opening next to the barriers?`
*Width of opening: {width:opening} m* is shown if `width:opening` is set
*Width of opening: {width:opening} m* is shown if `width:opening` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Ddouble' target='_blank'>double</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dtriple' target='_blank'>triple</a>
### Overlap (cyclebarrier)
The question is `How much overlap do the barriers have?`
*Overlap: {overlap} m* is shown if `overlap` is set
*Overlap: {overlap} m* is shown if `overlap` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Ddouble' target='_blank'>double</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dtriple' target='_blank'>triple</a>
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -167,16 +173,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -67,6 +67,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### access
@ -99,6 +100,7 @@ The question is `How is this barbecue fuelled?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -108,16 +110,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -59,18 +59,21 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### capacity
The question is `How many beehives are there?`
*There are {capacity} beehives* is shown if `capacity` is set
*There are {capacity} beehives* is shown if `capacity` is set.
- *There is 1 beehive* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:capacity' target='_blank'>capacity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:capacity%3D1' target='_blank'>1</a>
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -80,16 +83,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -117,6 +117,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### bench-backrest
@ -143,7 +144,8 @@ This tagrendering has labels
### bench-seats
The question is `How many seats does this bench have?`
*This bench has {seats} seats* is shown if `seats` is set
*This bench has {seats} seats* is shown if `seats` is set.
- *This bench does not have separated seats* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:seats:separated' target='_blank'>seats:separated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:seats:separated%3Dno' target='_blank'>no</a>
@ -153,7 +155,8 @@ This tagrendering has labels
### bench-material
The question is `What is the bench (seating) made from?`
*Material: {material}* is shown if `material` is set
*Material: {material}* is shown if `material` is set.
- *The seating is made from wood* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood' target='_blank'>wood</a>
- *The seating is made from metal* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal' target='_blank'>metal</a>
@ -168,7 +171,8 @@ This tagrendering has labels
### bench-direction
The question is `In which direction are you looking when sitting on the bench?`
*When sitting on the bench, one looks towards {direction}°.* is shown if `direction` is set
*When sitting on the bench, one looks towards {direction}°.* is shown if `direction` is set.
This tagrendering has labels
`bench-questions`
@ -176,7 +180,8 @@ This tagrendering has labels
### bench-colour
The question is `Which colour does this bench have?`
*Colour: {colour}* is shown if `colour` is set
*Colour: {colour}* is shown if `colour` is set.
- *Colour: brown* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown' target='_blank'>brown</a>
- *Colour: green* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen' target='_blank'>green</a>
@ -193,7 +198,8 @@ This tagrendering has labels
### bench-survey:date
The question is `When was this bench last surveyed?`
*This bench was last surveyed on {survey:date}* is shown if `survey:date` is set
*This bench was last surveyed on {survey:date}* is shown if `survey:date` is set.
- *Surveyed today!* is shown if with survey:date=
@ -203,7 +209,8 @@ This tagrendering has labels
### bench-inscription
The question is `Does this bench have an inscription?`
*This bench has the following inscription:<br/><p><i>{inscription}</i></p>* is shown if `inscription` is set
*This bench has the following inscription:<br/><p><i>{inscription}</i></p>* is shown if `inscription` is set.
- *This bench does not have an inscription* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:not:inscription' target='_blank'>not:inscription</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:inscription%3Dyes' target='_blank'>yes</a>
- *This bench <span class='subtle'>probably</span> does not not have an inscription* is shown if with inscription=. _This option cannot be chosen as answer_
@ -233,7 +240,8 @@ This tagrendering has labels
### artwork-artwork_type
The question is `What is the type of this artwork?`
*This is a {artwork_type}* is shown if `artwork_type` is set
*This is a {artwork_type}* is shown if `artwork_type` is set.
- *Architecture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture' target='_blank'>architecture</a>
- *Mural* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural' target='_blank'>mural</a>
@ -257,7 +265,8 @@ This tagrendering has labels
### artwork-artist-wikidata
The question is `Who made this artwork?`
*This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}* is shown if `artist:wikidata` is set
*This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}* is shown if `artist:wikidata` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork' target='_blank'>artwork</a>
This tagrendering has labels
@ -266,7 +275,8 @@ This tagrendering has labels
### artwork-artist_name
The question is `Which artist created this?`
*Created by {artist_name}* is shown if `artist_name` is set
*Created by {artist_name}* is shown if `artist_name` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork' target='_blank'>artwork</a>
This tagrendering has labels
@ -275,7 +285,8 @@ This tagrendering has labels
### artwork-website
The question is `Is there a website with more information about this artwork?`
*{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}* is shown if `website` is set
*{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}* is shown if `website` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork' target='_blank'>artwork</a>
This tagrendering has labels
@ -284,7 +295,8 @@ This tagrendering has labels
### artwork_subject
The question is `What does this artwork depict?`
*This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set
*This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork' target='_blank'>artwork</a>
This tagrendering has labels
@ -293,7 +305,8 @@ This tagrendering has labels
### memorial-wikidata
The question is `What is the Wikipedia page about this memorial?`
*<h3>Wikipedia page about the memorial</h3>{wikipedia(wikidata)}* is shown if `wikidata` is set
*<h3>Wikipedia page about the memorial</h3>{wikipedia(wikidata)}* is shown if `wikidata` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
This tagrendering has labels
@ -303,7 +316,8 @@ This tagrendering has labels
### subject-wikidata
The question is `What is the Wikipedia page about the person or event that is remembered here?`
*<h3>Wikipedia page about the remembered event or person</h3>{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set
*<h3>Wikipedia page about the remembered event or person</h3>{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
This tagrendering has labels
@ -313,6 +327,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -322,16 +337,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -56,12 +56,14 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### bench_at_pt-name
_This tagrendering has no question and is thus read-only_
*{name}* is shown if `name` is set
*{name}* is shown if `name` is set.
### bench_at_pt-bench_type
@ -74,6 +76,7 @@ The question is `What kind of bench is this?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -83,11 +86,13 @@ This tagrendering has labels
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -81,22 +81,26 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### preset_description
_This tagrendering has no question and is thus read-only_
*{preset_description()}*
### name
The question is `What is the name of this repair workshop?`
*This workshop is called <b>{name}</b>* is shown if `name` is set
*This workshop is called <b>{name}</b>* is shown if `name` is set.
### opening_hours_by_appointment
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Only by appointment* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D"by appointment"' target='_blank'>"by appointment"</a>
- *Only by appointment* is shown if with opening_hours~^("by appointment"|by appointment)$. _This option cannot be chosen as answer_
@ -105,7 +109,8 @@ The question is `What are the opening hours of {title()}?`
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -115,7 +120,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -126,7 +132,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -136,12 +143,14 @@ This tagrendering has labels
### mastodon
Shows and asks for the mastodon handle
The question is `What is the Mastodon-handle of {title()}?`
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set.
### facebook
Shows and asks for the facebook handle
The question is `What is the facebook page of of {title()}?`
*{link(Facebook page,&LBRACEcontact:facebook&RBRACE,,,,)}<div class='subtle text-sm'>Facebook is known to harm mental health, manipulate public opinion and cause hate. Try to use healthier alternatives</div>* is shown if `contact:facebook` is set
*{link(Facebook page,&LBRACEcontact:facebook&RBRACE,,,,)}<div class='subtle text-sm'>Facebook is known to harm mental health, manipulate public opinion and cause hate. Try to use healthier alternatives</div>* is shown if `contact:facebook` is set.
### item:repair
@ -157,6 +166,7 @@ The question is `What type of items are repaired here?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -166,16 +176,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -78,6 +78,7 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### display
@ -91,12 +92,14 @@ The question is `Does this bicycle counter have a display showing the number of
### name
The question is `What is the name of the counted location?`
*Name of the counted location: {name}* is shown if `name` is set
*Name of the counted location: {name}* is shown if `name` is set.
### start_date
The question is `When did this counter start counting?`
*This counter started counting on {start_date}* is shown if `start_date` is set
*This counter started counting on {start_date}* is shown if `start_date` is set.
### clock
@ -108,18 +111,21 @@ The question is `Does this bicycle counter have a clock?`
### ref
The question is `What is the reference number of this counter?`
*Reference number of the counter: {ref}* is shown if `ref` is set
*Reference number of the counter: {ref}* is shown if `ref` is set.
- *This counter has no reference number* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noref' target='_blank'>noref</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noref%3Dyes' target='_blank'>yes</a>
### website
The question is `Is there a website for this bicycle counter?`
*Website of the counter: <a href='{website}'>{website}</a>* is shown if `website` is set
*Website of the counter: <a href='{website}'>{website}</a>* is shown if `website` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -129,16 +135,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -85,17 +85,20 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### bicycle_library-name
The question is `What is the name of this bicycle library?`
*This bicycle library is called {name}* is shown if `name` is set
*This bicycle library is called {name}* is shown if `name` is set.
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -105,7 +108,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -115,7 +119,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -126,14 +131,16 @@ This tagrendering has labels
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### bicycle_library-charge
The question is `How much does lending a bicycle cost?`
*Lending a bicycle costs {charge}* is shown if `charge` is set
*Lending a bicycle costs {charge}* is shown if `charge` is set.
- *Lending a bicycle is free* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a> & charge=
- *Lending a bicycle costs €20/year and €20 warranty* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:charge' target='_blank'>charge</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:charge%3D€20warranty + €20/year' target='_blank'>€20warranty + €20/year</a>
@ -149,11 +156,13 @@ The question is `Who can loan bicycles here?`
### description
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
*{description}* is shown if `description` is set
*{description}* is shown if `description` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -163,16 +172,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -111,6 +111,7 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### bicycle_rental_type
@ -129,7 +130,8 @@ This tagrendering is only visible in the popup if the following condition is met
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -139,7 +141,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -150,7 +153,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -160,7 +164,8 @@ This tagrendering has labels
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -189,7 +194,8 @@ The question is `Which methods of payment are accepted here?`
### bicycle-types
The question is `What kind of bicycles and accessories are rented here?`
*{rental} is rented here* is shown if `rental` is set
*{rental} is rented here* is shown if `rental` is set.
- *Normal city bikes can be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcity_bike' target='_blank'>city_bike</a>
- *Electrical bikes can be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Debike' target='_blank'>ebike</a>
@ -207,7 +213,8 @@ This tagrendering has labels
### rental-capacity-city_bike
The question is `How many city bikes can be rented here?`
*{capacity:city_bike} city bikes can be rented here* is shown if `capacity:city_bike` is set
*{capacity:city_bike} city bikes can be rented here* is shown if `capacity:city_bike` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*city_bike.*)$
This tagrendering has labels
@ -216,7 +223,8 @@ This tagrendering has labels
### rental-capacity-ebike
The question is `How many electrical bikes can be rented here?`
*{capacity:ebike} electrical bikes can be rented here* is shown if `capacity:ebike` is set
*{capacity:ebike} electrical bikes can be rented here* is shown if `capacity:ebike` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*ebike.*)$
This tagrendering has labels
@ -225,7 +233,8 @@ This tagrendering has labels
### rental-capacity-kid_bike
The question is `How many bikes for children can be rented here?`
*{capacity:kid_bike} bikes for children can be rented here* is shown if `capacity:kid_bike` is set
*{capacity:kid_bike} bikes for children can be rented here* is shown if `capacity:kid_bike` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*kid_bike.*)$
This tagrendering has labels
@ -234,7 +243,8 @@ This tagrendering has labels
### rental-capacity-bmx
The question is `How many BMX bikes can be rented here?`
*{capacity:bmx} BMX bikes can be rented here* is shown if `capacity:bmx` is set
*{capacity:bmx} BMX bikes can be rented here* is shown if `capacity:bmx` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*bmx.*)$
This tagrendering has labels
@ -243,7 +253,8 @@ This tagrendering has labels
### rental-capacity-mtb
The question is `How many mountainbikes can be rented here?`
*{capacity:mtb} mountainbikes can be rented here* is shown if `capacity:mtb` is set
*{capacity:mtb} mountainbikes can be rented here* is shown if `capacity:mtb` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*mtb.*)$
This tagrendering has labels
@ -252,7 +263,8 @@ This tagrendering has labels
### rental-capacity-bicycle_pannier
The question is `How many bicycle panniers can be rented here?`
*{capacity:bicycle_pannier} bicycle panniers can be rented here* is shown if `capacity:bicycle_pannier` is set
*{capacity:bicycle_pannier} bicycle panniers can be rented here* is shown if `capacity:bicycle_pannier` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*bicycle_pannier.*)$
This tagrendering has labels
@ -261,7 +273,8 @@ This tagrendering has labels
### rental-capacity-tandem_bicycle
The question is `How many tandem can be rented here?`
*{capacity:tandem_bicycle} tandem can be rented here* is shown if `capacity:tandem_bicycle` is set
*{capacity:tandem_bicycle} tandem can be rented here* is shown if `capacity:tandem_bicycle` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*tandem_bicycle.*)$
This tagrendering has labels
@ -270,6 +283,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -279,16 +293,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -99,6 +99,7 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### bicycle_rental_type
@ -117,7 +118,8 @@ This tagrendering is only visible in the popup if the following condition is met
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -127,7 +129,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -138,7 +141,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -148,7 +152,8 @@ This tagrendering has labels
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -177,7 +182,8 @@ The question is `Which methods of payment are accepted here?`
### bicycle-types
The question is `What kind of bicycles and accessories are rented here?`
*{rental} is rented here* is shown if `rental` is set
*{rental} is rented here* is shown if `rental` is set.
- *Normal city bikes can be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcity_bike' target='_blank'>city_bike</a>
- *Electrical bikes can be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Debike' target='_blank'>ebike</a>
@ -195,7 +201,8 @@ This tagrendering has labels
### rental-capacity-city_bike
The question is `How many city bikes can be rented here?`
*{capacity:city_bike} city bikes can be rented here* is shown if `capacity:city_bike` is set
*{capacity:city_bike} city bikes can be rented here* is shown if `capacity:city_bike` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*city_bike.*)$
This tagrendering has labels
@ -204,7 +211,8 @@ This tagrendering has labels
### rental-capacity-ebike
The question is `How many electrical bikes can be rented here?`
*{capacity:ebike} electrical bikes can be rented here* is shown if `capacity:ebike` is set
*{capacity:ebike} electrical bikes can be rented here* is shown if `capacity:ebike` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*ebike.*)$
This tagrendering has labels
@ -213,7 +221,8 @@ This tagrendering has labels
### rental-capacity-kid_bike
The question is `How many bikes for children can be rented here?`
*{capacity:kid_bike} bikes for children can be rented here* is shown if `capacity:kid_bike` is set
*{capacity:kid_bike} bikes for children can be rented here* is shown if `capacity:kid_bike` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*kid_bike.*)$
This tagrendering has labels
@ -222,7 +231,8 @@ This tagrendering has labels
### rental-capacity-bmx
The question is `How many BMX bikes can be rented here?`
*{capacity:bmx} BMX bikes can be rented here* is shown if `capacity:bmx` is set
*{capacity:bmx} BMX bikes can be rented here* is shown if `capacity:bmx` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*bmx.*)$
This tagrendering has labels
@ -231,7 +241,8 @@ This tagrendering has labels
### rental-capacity-mtb
The question is `How many mountainbikes can be rented here?`
*{capacity:mtb} mountainbikes can be rented here* is shown if `capacity:mtb` is set
*{capacity:mtb} mountainbikes can be rented here* is shown if `capacity:mtb` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*mtb.*)$
This tagrendering has labels
@ -240,7 +251,8 @@ This tagrendering has labels
### rental-capacity-bicycle_pannier
The question is `How many bicycle panniers can be rented here?`
*{capacity:bicycle_pannier} bicycle panniers can be rented here* is shown if `capacity:bicycle_pannier` is set
*{capacity:bicycle_pannier} bicycle panniers can be rented here* is shown if `capacity:bicycle_pannier` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*bicycle_pannier.*)$
This tagrendering has labels
@ -249,7 +261,8 @@ This tagrendering has labels
### rental-capacity-tandem_bicycle
The question is `How many tandem can be rented here?`
*{capacity:tandem_bicycle} tandem can be rented here* is shown if `capacity:tandem_bicycle` is set
*{capacity:tandem_bicycle} tandem can be rented here* is shown if `capacity:tandem_bicycle` is set.
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*tandem_bicycle.*)$
This tagrendering has labels
@ -258,6 +271,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -267,16 +281,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -86,12 +86,14 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### bike_cafe-name
The question is `What is the name of this bike cafe?`
*This bike cafe is called {name}* is shown if `name` is set
*This bike cafe is called {name}* is shown if `name` is set.
### bike_cafe-bike-pump
@ -117,7 +119,8 @@ The question is `Does this bike cafe repair bikes?`
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -127,7 +130,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -137,7 +141,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -148,13 +153,15 @@ This tagrendering has labels
### opening_hours
The question is `When it this bike café opened?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -164,16 +171,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -86,12 +86,14 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### opening_hours_24_7
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -99,7 +101,8 @@ The question is `What are the opening hours of {title()}?`
### bike_cleaning-service_bicycle_cleaning_charge
The question is `How much does it cost to use the cleaning service?`
*Using the cleaning service costs {service:bicycle:cleaning:charge}* is shown if `service:bicycle:cleaning:charge` is set
*Using the cleaning service costs {service:bicycle:cleaning:charge}* is shown if `service:bicycle:cleaning:charge` is set.
- *The cleaning service is free to use* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dno' target='_blank'>no</a>
- *Free to use* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dyes' target='_blank'>yes</a> & service:bicycle:cleaning:charge=. _This option cannot be chosen as answer_
@ -109,7 +112,8 @@ This tagrendering is only visible in the popup if the following condition is met
### bike_cleaning-charge
The question is `How much does it cost to use the cleaning service?`
*Using the cleaning service costs {charge}* is shown if `charge` is set
*Using the cleaning service costs {charge}* is shown if `charge` is set.
- *This cleaning service is free to use* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>
- *There is a fee to use this cleaning service* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>
@ -193,6 +197,7 @@ This tagrendering is only visible in the popup if the following condition is met
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -202,16 +207,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -107,12 +107,14 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### Bicycle parking type
The question is `What is the type of this bicycle parking?`
*This is a bicycle parking of the type: {bicycle_parking}* is shown if `bicycle_parking` is set
*This is a bicycle parking of the type: {bicycle_parking}* is shown if `bicycle_parking` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/bike_parking/staple.svg'> *Stands* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dstands' target='_blank'>stands</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/bike_parking/safe_loops.svg'> *Rack with side loops* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dsafe_loops' target='_blank'>safe_loops</a>
@ -150,12 +152,14 @@ The question is `Is this parking covered?`
### Capacity
The question is `How many bicycles fit in this bicycle parking?`
*Place for {capacity} bikes* is shown if `capacity` is set
*Place for {capacity} bikes* is shown if `capacity` is set.
### Access
The question is `Who can use this bicycle parking?`
*{access}* is shown if `access` is set
*{access}* is shown if `access` is set.
- *Publicly accessible* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>
- *Access is primarily for visitors to a business* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers' target='_blank'>customers</a>
@ -172,14 +176,16 @@ The question is `Are these bicycle parkings free to use?`
### charge
The question is `How much does it cost to park your bike here?`
*Parking your bike costs {charge}* is shown if `charge` is set
*Parking your bike costs {charge}* is shown if `charge` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>
### opening_hours_24_7_default
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -187,12 +193,14 @@ The question is `What are the opening hours of {title()}?`
### operator
The question is `Who maintains this bicycle parking?`
*This bicycle parking is maintained by {operator}* is shown if `operator` is set
*This bicycle parking is maintained by {operator}* is shown if `operator` is set.
### operator_phone
The question is `What is the phone number of the operator of this bicycle parking?`
*<a href='tel:{operator:phone}'>{operator:phone}</a>* is shown if `operator:phone` is set
*<a href='tel:{operator:phone}'>{operator:phone}</a>* is shown if `operator:phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *<a href='tel:{phone}'>{phone}</a>* is shown if with phone~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *<a href='tel:{contact:phone}'>{contact:phone}</a>* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -200,7 +208,8 @@ The question is `What is the phone number of the operator of this bicycle parkin
### operator_website
The question is `What is the website number of the operator of this bicycle parking?`
*<a href='{operator:website}'>{operator:website}</a>* is shown if `operator:website` is set
*<a href='{operator:website}'>{operator:website}</a>* is shown if `operator:website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{website}'>{website}</a>* is shown if with website~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -208,7 +217,8 @@ The question is `What is the website number of the operator of this bicycle park
### operator_email
The question is `What is the email address of the operator of this bicycle parking?`
*<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if `operator:email` is set
*<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if `operator:email` is set.
### Cargo bike spaces?
@ -221,7 +231,8 @@ The question is `Does this bicycle parking have spots for cargo bikes?`
### Cargo bike capacity?
The question is `How many cargo bicycles fit in this bicycle parking?`
*This parking fits {capacity:cargo_bike} cargo bikes* is shown if `capacity:cargo_bike` is set
*This parking fits {capacity:cargo_bike} cargo bikes* is shown if `capacity:cargo_bike` is set.
- *There are no dedicated spaces for cargo bikes here or parking cargo bikes here is not allowed* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cargo_bike' target='_blank'>cargo_bike</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cargo_bike%3Dno' target='_blank'>no</a>
@ -230,11 +241,13 @@ This tagrendering is only visible in the popup if the following condition is met
### maxstay
The question is `What is the maximum allowed parking duration?`
*A bike can be parked here for at most {canonical(maxstay)}* is shown if `maxstay` is set
*A bike can be parked here for at most {canonical(maxstay)}* is shown if `maxstay` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -244,16 +257,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -111,6 +111,7 @@ With this email&COMMA I'd like to inform you that the bicycle pump located at ht
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### bike_repair_station-available-services
@ -133,7 +134,8 @@ This tagrendering is only visible in the popup if the following condition is met
### opening_hours_24_7
The question is `When is this bicycle repair point open?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -151,7 +153,8 @@ The question is `Who is allowed to use this repair station?`
### bike_repair_station-operator
The question is `Who maintains this cycle pump?`
*Maintained by {operator}* is shown if `operator` is set
*Maintained by {operator}* is shown if `operator` is set.
This tagrendering has labels
`operator-info`
@ -159,7 +162,8 @@ This tagrendering has labels
### bike_repair_station-email
The question is `What is the email address of the maintainer?`
*<a href='mailto:{email}'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}'>{email}</a>* is shown if `email` is set.
This tagrendering has labels
`operator-info`
@ -167,7 +171,8 @@ This tagrendering has labels
### bike_repair_station-phone
The question is `What is the phone number of the maintainer?`
*<a href='tel:{phone}'>{phone}</a>* is shown if `phone` is set
*<a href='tel:{phone}'>{phone}</a>* is shown if `phone` is set.
This tagrendering has labels
`operator-info`
@ -193,6 +198,7 @@ This tagrendering is only visible in the popup if the following condition is met
### send_email_about_broken_pump
_This tagrendering has no question and is thus read-only_
*{send_email(&LBRACEemail&RBRACE,Broken bicycle pump,Hello&COMMA
With this email&COMMA I'd like to inform you that the bicycle pump located at https://mapcomplete.org/cyclofix?lat=&LBRACE_lat&RBRACE&lon=&LBRACE_lon&RBRACE&z=18#&LBRACEid&RBRACE is broken.
@ -204,7 +210,8 @@ This tagrendering is only visible in the popup if the following condition is met
### bike_repair_station-valves
The question is `What valves are supported?`
*This pump supports the following valves: {valves}* is shown if `valves` is set
*This pump supports the following valves: {valves}* is shown if `valves` is set.
- *Sclaverand/Presta (narrow-width bike tires)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:valves' target='_blank'>valves</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:valves%3Dsclaverand' target='_blank'>sclaverand</a>
- *Dunlop* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:valves' target='_blank'>valves</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:valves%3Ddunlop' target='_blank'>dunlop</a>
@ -232,6 +239,7 @@ This tagrendering is only visible in the popup if the following condition is met
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -241,7 +249,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -255,6 +264,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -264,16 +274,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -33,6 +33,8 @@ A shop specifically selling bicycles or related items
- [copyshop-binding](#copyshop-binding)
- [optometrist_service](#optometrist_service)
- [key_cutter](#key_cutter)
- [hairdresser-targetgroup](#hairdresser-targetgroup)
- [reservation](#reservation)
- [sells_new_bikes](#sells_new_bikes)
- [bike_second_hand](#bike_second_hand)
- [repairs_bikes](#repairs_bikes)
@ -56,7 +58,7 @@ A shop specifically selling bicycles or related items
- [sugar_free](#sugar_free)
- [gluten_free](#gluten_free)
- [lactose_free](#lactose_free)
- [dog-access](#dog-access)
- [shop-dog-access](#shop-dog-access)
- [description](#description)
- [toilets-group](#toilets-group)
- [grouptitle](#grouptitle)
@ -139,6 +141,7 @@ Elements must match **any** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [level](https://wiki.openstreetmap.org/wiki/Key:level) | [float](../SpecialInputElements.md#float) | [0](https://wiki.openstreetmap.org/wiki/Tag:level%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:level%3D1) [-1](https://wiki.openstreetmap.org/wiki/Tag:level%3D-1) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:binding#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Abinding/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:binding](https://wiki.openstreetmap.org/wiki/Key:service:binding) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/healthcare#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/healthcare/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [healthcare](https://wiki.openstreetmap.org/wiki/Key:healthcare) | Multiple choice | [optometrist](https://wiki.openstreetmap.org/wiki/Tag:healthcare%3Doptometrist) [audiologist](https://wiki.openstreetmap.org/wiki/Tag:healthcare%3Daudiologist) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reservation#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reservation/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:bicycle:retail#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Abicycle%3Aretail/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:bicycle:retail](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:bicycle:second_hand#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Abicycle%3Asecond_hand/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:bicycle:second_hand](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Donly) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:bicycle:repair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Abicycle%3Arepair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:bicycle:repair](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Donly_sold) [brand](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dbrand) |
@ -212,6 +215,8 @@ Elements must match **any** of the following expressions:
| [copyshop-binding](#copyshop-binding) <br/> _(Original in [shops](./shops.md#copyshop-binding))_ | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
| [optometrist_service](#optometrist_service) <br/> _(Original in [shops](./shops.md#optometrist_service))_ | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
| [key_cutter](#key_cutter) <br/> _(Original in [shops](./shops.md#key_cutter))_ | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
| [hairdresser-targetgroup](#hairdresser-targetgroup) <br/> _(Original in [shops](./shops.md#hairdresser-targetgroup))_ | In what target groups does this hairdresser specialize?<br/>3 options | | _Multiple choice only_ |
| [reservation](#reservation) <br/> _(Original in [shops](./shops.md#reservation))_ | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
| [sells_new_bikes](#sells_new_bikes) <br/> _(Original in [shops](./shops.md#sells_new_bikes))_ | Does this shop sell bikes?<br/>2 options | | _Multiple choice only_ |
| [bike_second_hand](#bike_second_hand) <br/> _(Original in [shops](./shops.md#bike_second_hand))_ | Does this shop sell second-hand bikes?<br/>3 options | | _Multiple choice only_ |
| [repairs_bikes](#repairs_bikes) <br/> _(Original in [shops](./shops.md#repairs_bikes))_ | Does this shop repair bikes?<br/>4 options | | _Multiple choice only_ |
@ -235,7 +240,7 @@ Elements must match **any** of the following expressions:
| [sugar_free](#sugar_free) <br/> _(Original in [shops](./shops.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [shops](./shops.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [shops](./shops.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [dog-access](#dog-access) <br/> _(Original in [shops](./shops.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
| [shop-dog-access](#shop-dog-access) <br/> _(Original in [shops](./shops.md#shop-dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
| [description](#description) <br/> _(Original in [shops](./shops.md#description))_ | Is there still some relevant info that the previous questions did not cover? Feel free to add it here.<br/>_{description}_ | | *[description](https://wiki.osm.org/wiki/Key:description)* ([text](../SpecialInputElements.md#text)) |
| [toilets-group](#toilets-group) <br/> _(Original in [shops](./shops.md#toilets-group))_ | _{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}_ | all | _Multiple choice only_ |
| [grouptitle](#grouptitle) <br/> _(Original in [shops](./shops.md#grouptitle))_ | _Toilet information_<br/>1 options | all, hidden | _Multiple choice only_ |
@ -282,22 +287,26 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### shops-name
The question is `What is the name of this shop?`
*This shop is called <i>{name}</i>* is shown if `name` is set
*This shop is called <i>{name}</i>* is shown if `name` is set.
### shop_types
The question is `What kind of shop is this?`
*This is a {shop}* is shown if `shop` is set
*This is a {shop}* is shown if `shop` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/id_presets/bicycle_rental.svg'> *Bicycle rental shop* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle_rental' target='_blank'>bicycle_rental</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/id_presets/fas-tractor.svg'> *Farm Supply Shop* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dagrarian' target='_blank'>agrarian</a>
@ -471,7 +480,8 @@ This tagrendering has labels
### brand
The question is `What is the brand of this shop?`
*Part of <b>{brand}</b>* is shown if `brand` is set
*Part of <b>{brand}</b>* is shown if `brand` is set.
- *This shop does not have a specific brand, it is not part of a bigger chain* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:not:brand' target='_blank'>not:brand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:brand%3Dyes' target='_blank'>yes</a>
@ -488,14 +498,16 @@ This tagrendering is only visible in the popup if the following condition is met
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -505,7 +517,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -516,7 +529,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -534,6 +548,7 @@ The question is `Which methods of payment are accepted here?`
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -543,7 +558,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -594,6 +610,27 @@ The question is `Does this shop offer key cutting?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:craft' target='_blank'>craft</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:craft%3Dkey_cutting' target='_blank'>key_cutting</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dshoe_repair' target='_blank'>shoe_repair</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddiy' target='_blank'>diy</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddoityourself' target='_blank'>doityourself</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhome_improvement' target='_blank'>home_improvement</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhardware' target='_blank'>hardware</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlocksmith' target='_blank'>locksmith</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Drepair' target='_blank'>repair</a> | service:key_cutting~.+
### hairdresser-targetgroup
The question is `In what target groups does this hairdresser specialize?`
- *Specializes in cutting men's hair.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:male' target='_blank'>male</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:male%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:male' target='_blank'>male</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:male%3Dno' target='_blank'>no</a>
- *Specializes in cutting women's hair.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:female' target='_blank'>female</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:female%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:female' target='_blank'>female</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:female%3Dno' target='_blank'>no</a>
- *Specializes in cutting kids hair.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:children' target='_blank'>children</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:children%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:children' target='_blank'>children</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:children%3Dno' target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhairdresser' target='_blank'>hairdresser</a>
### reservation
The question is `Is a reservation required for this place?`
- *A reservation is required at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired' target='_blank'>required</a>
- *A reservation is not required, but still recommended to make sure you get a table* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended' target='_blank'>recommended</a>
- *Reservation is possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes' target='_blank'>yes</a>
- *Reservation is not possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno' target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhairdresser' target='_blank'>hairdresser</a>
### sells_new_bikes
The question is `Does this shop sell bikes?`
@ -636,7 +673,8 @@ This tagrendering is only visible in the popup if the following condition is met
### bicycle-types
The question is `What kind of bicycles and accessories are rented here?`
*{rental} is rented here* is shown if `rental` is set
*{rental} is rented here* is shown if `rental` is set.
- *Normal city bikes can be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcity_bike' target='_blank'>city_bike</a>
- *Electrical bikes can be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Debike' target='_blank'>ebike</a>
@ -655,7 +693,8 @@ This tagrendering has labels
### rental-capacity-city_bike
The question is `How many city bikes can be rented here?`
*{capacity:city_bike} city bikes can be rented here* is shown if `capacity:city_bike` is set
*{capacity:city_bike} city bikes can be rented here* is shown if `capacity:city_bike` is set.
This tagrendering is only visible in the popup if the following condition is met: (<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a> | bicycle_rental~.+) & rental~^(.*city_bike.*)$
This tagrendering has labels
@ -664,7 +703,8 @@ This tagrendering has labels
### rental-capacity-ebike
The question is `How many electrical bikes can be rented here?`
*{capacity:ebike} electrical bikes can be rented here* is shown if `capacity:ebike` is set
*{capacity:ebike} electrical bikes can be rented here* is shown if `capacity:ebike` is set.
This tagrendering is only visible in the popup if the following condition is met: (<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a> | bicycle_rental~.+) & rental~^(.*ebike.*)$
This tagrendering has labels
@ -673,7 +713,8 @@ This tagrendering has labels
### rental-capacity-kid_bike
The question is `How many bikes for children can be rented here?`
*{capacity:kid_bike} bikes for children can be rented here* is shown if `capacity:kid_bike` is set
*{capacity:kid_bike} bikes for children can be rented here* is shown if `capacity:kid_bike` is set.
This tagrendering is only visible in the popup if the following condition is met: (<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a> | bicycle_rental~.+) & rental~^(.*kid_bike.*)$
This tagrendering has labels
@ -682,7 +723,8 @@ This tagrendering has labels
### rental-capacity-bmx
The question is `How many BMX bikes can be rented here?`
*{capacity:bmx} BMX bikes can be rented here* is shown if `capacity:bmx` is set
*{capacity:bmx} BMX bikes can be rented here* is shown if `capacity:bmx` is set.
This tagrendering is only visible in the popup if the following condition is met: (<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a> | bicycle_rental~.+) & rental~^(.*bmx.*)$
This tagrendering has labels
@ -691,7 +733,8 @@ This tagrendering has labels
### rental-capacity-mtb
The question is `How many mountainbikes can be rented here?`
*{capacity:mtb} mountainbikes can be rented here* is shown if `capacity:mtb` is set
*{capacity:mtb} mountainbikes can be rented here* is shown if `capacity:mtb` is set.
This tagrendering is only visible in the popup if the following condition is met: (<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a> | bicycle_rental~.+) & rental~^(.*mtb.*)$
This tagrendering has labels
@ -700,7 +743,8 @@ This tagrendering has labels
### rental-capacity-bicycle_pannier
The question is `How many bicycle panniers can be rented here?`
*{capacity:bicycle_pannier} bicycle panniers can be rented here* is shown if `capacity:bicycle_pannier` is set
*{capacity:bicycle_pannier} bicycle panniers can be rented here* is shown if `capacity:bicycle_pannier` is set.
This tagrendering is only visible in the popup if the following condition is met: (<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a> | bicycle_rental~.+) & rental~^(.*bicycle_pannier.*)$
This tagrendering has labels
@ -709,7 +753,8 @@ This tagrendering has labels
### rental-capacity-tandem_bicycle
The question is `How many tandem can be rented here?`
*{capacity:tandem_bicycle} tandem can be rented here* is shown if `capacity:tandem_bicycle` is set
*{capacity:tandem_bicycle} tandem can be rented here* is shown if `capacity:tandem_bicycle` is set.
This tagrendering is only visible in the popup if the following condition is met: (<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a> | bicycle_rental~.+) & rental~^(.*tandem_bicycle.*)$
This tagrendering has labels
@ -748,7 +793,8 @@ This tagrendering is only visible in the popup if the following condition is met
### bike_cleaning-service_bicycle_cleaning_charge
The question is `How much does it cost to use the cleaning service?`
*Using the cleaning service costs {service:bicycle:cleaning:charge}* is shown if `service:bicycle:cleaning:charge` is set
*Using the cleaning service costs {service:bicycle:cleaning:charge}* is shown if `service:bicycle:cleaning:charge` is set.
- *The cleaning service is free to use* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dno' target='_blank'>no</a>
- *Free to use* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dyes' target='_blank'>yes</a> & service:bicycle:cleaning:charge=. _This option cannot be chosen as answer_
@ -784,7 +830,8 @@ This tagrendering has labels
### internet-ssid
The question is `What is the network name for the wireless internet access?`
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
@ -841,7 +888,7 @@ This tagrendering is only visible in the popup if the following condition is met
This tagrendering has labels
`diets`
### dog-access
### shop-dog-access
The question is `Are dogs allowed in this business?`
@ -854,11 +901,13 @@ The question is `Are dogs allowed in this business?`
### description
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
*{description}* is shown if `description` is set
*{description}* is shown if `description` is set.
### toilets-group
_This tagrendering has no question and is thus read-only_
*{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}*
This tagrendering has labels
@ -867,6 +916,7 @@ This tagrendering has labels
### grouptitle
_This tagrendering has no question and is thus read-only_
*Toilet information*
- *Does not have toilets* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno' target='_blank'>no</a>
@ -891,6 +941,7 @@ This tagrendering has labels
### toilets_repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {toilets:repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & toilets:repeat_on~.+
@ -905,7 +956,8 @@ This tagrendering has labels
### toilets_single_level
The question is `On what level is this feature located?`
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:location' target='_blank'>toilets:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:level' target='_blank'>toilets:level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:level%3D0' target='_blank'>0</a>
@ -925,7 +977,8 @@ This tagrendering has labels
### toilets_toilet-access
The question is `Are these toilets publicly accessible?`
*Access is {toilets:access}* is shown if `toilets:access` is set
*Access is {toilets:access}* is shown if `toilets:access` is set.
- *Public access* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/key'> *Only access to customers* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dcustomers' target='_blank'>customers</a>
@ -960,7 +1013,8 @@ This tagrendering has labels
### toilets_toilet-charge
The question is `How much does one have to pay for these toilets?`
*The fee is {toilets:charge}* is shown if `toilets:charge` is set
*The fee is {toilets:charge}* is shown if `toilets:charge` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:fee' target='_blank'>toilets:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:fee%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1030,7 +1084,8 @@ This tagrendering has labels
### toilets_description
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
*{toilets:description}* is shown if `toilets:description` is set
*{toilets:description}* is shown if `toilets:description` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1120,7 +1175,8 @@ This tagrendering has labels
### menstrual_products_location
The question is `Where are the free menstrual products located?`
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set.
- *The free, menstrual products are located in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *The free, menstrual products are located in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -1156,7 +1212,8 @@ This tagrendering has labels
### toilet-changing_table:location
The question is `Where is the changing table located?`
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set.
- *A changing table is in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *A changing table is in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -1229,6 +1286,7 @@ This tagrendering has labels
### wheelchair-group
_This tagrendering has no question and is thus read-only_
*{group(wheelchair-title,wheelchair;adult-changing-table,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1244,6 +1302,7 @@ This tagrendering has labels
### wheelchair-picture-carousel
_This tagrendering has no question and is thus read-only_
*{image_carousel(toilets:wheelchair:panoramax;toilets:wheelchair:image;toilets:wheelchair:mapillary)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -1261,6 +1320,7 @@ This tagrendering has labels
### wheelchair-picture
_This tagrendering has no question and is thus read-only_
*{image_upload(toilets:wheelchair:panoramax,Add a picture of the wheelchair accessible toilet,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -1278,6 +1338,7 @@ This tagrendering has labels
### wheelchair-title
_This tagrendering has no question and is thus read-only_
*Wheelchair accessible toilet*
- *Wheelchair accessibility features* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated' target='_blank'>designated</a>
@ -1319,6 +1380,7 @@ This tagrendering has labels
### questions-wheelchair
_This tagrendering has no question and is thus read-only_
*{questions(wheelchair,,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1335,6 +1397,7 @@ This tagrendering has labels
### adult_changing_table_title
_This tagrendering has no question and is thus read-only_
*Adult changing table*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1370,7 +1433,10 @@ This tagrendering has labels
### changing_table_adult_height
The question is `What is the height of the adult changing table?`
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
- *The changing table is <b>adjustable in height</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a>
@ -1389,7 +1455,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-min_height
The question is `What is the lowest height the adult changing table can be moved to?`
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1406,7 +1475,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-max_height
The question is `What is the highest height the adult changing table can be moved to?`
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1465,6 +1537,7 @@ This tagrendering has labels
### questions-adult-changing-table
_This tagrendering has no question and is thus read-only_
*{questions(adult-changing-table,,yes)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1481,6 +1554,7 @@ This tagrendering has labels
### toilet-question-box
_This tagrendering has no question and is thus read-only_
*{questions(toilet-questions,,)}*
This tagrendering has labels
@ -1491,6 +1565,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,wheelchair;adult-changing-table;toilet-questions;hidden)}*
This tagrendering has labels
@ -1500,16 +1575,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -73,17 +73,20 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### description
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
*{description}* is shown if `description` is set
*{description}* is shown if `description` is set.
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -93,7 +96,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -104,7 +108,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -114,13 +119,15 @@ This tagrendering has labels
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -130,6 +137,7 @@ This tagrendering has labels
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -63,23 +63,27 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### binocular-charge
The question is `How much does one have to pay to use these binoculars?`
*Using these binoculars costs {charge}* is shown if `charge` is set
*Using these binoculars costs {charge}* is shown if `charge` is set.
- *Free to use* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a> & charge=
### binocular-direction
The question is `When looking through this binocular, in what direction does one look?`
*Looks towards {direction}°* is shown if `direction` is set
*Looks towards {direction}°* is shown if `direction` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -89,16 +93,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -67,6 +67,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### bird-hide-shelter-or-wall
@ -90,7 +91,8 @@ The question is `Is this bird hide accessible to wheelchair users?`
### birdhide-operator
The question is `Who operates this birdhide?`
*Operated by {operator}* is shown if `operator` is set
*Operated by {operator}* is shown if `operator` is set.
- *Operated by Natuurpunt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a>
- *Operated by the Agency for Nature and Forests* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DAgentschap Natuur en Bos' target='_blank'>Agentschap Natuur en Bos</a>
@ -98,6 +100,7 @@ The question is `Who operates this birdhide?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -107,16 +110,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -75,29 +75,34 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### name
The question is `What is the name of this brothel?`
*This brothel is named <b>{name}</b>* is shown if `name` is set
*This brothel is named <b>{name}</b>* is shown if `name` is set.
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -107,7 +112,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -118,7 +124,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -128,6 +135,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -137,16 +145,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -65,7 +65,8 @@ Elements must match the expression **building~.+**
### architecture
The question is `What is the architectural style of this building?`
*{building:architecture}* is shown if `building:architecture` is set
*{building:architecture}* is shown if `building:architecture` is set.
- *Islamic architecture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:building:architecture' target='_blank'>building:architecture</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building:architecture%3Dislamic' target='_blank'>islamic</a>
- *Mamluk architecture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:building:architecture' target='_blank'>building:architecture</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building:architecture%3Dmamluk' target='_blank'>mamluk</a>
@ -105,11 +106,13 @@ The question is `What is the architectural style of this building?`
### construction_date
The question is `When was this built?`
*Built in <b>{construction_date}</b>* is shown if `construction_date` is set
*Built in <b>{construction_date}</b>* is shown if `construction_date` is set.
### address_joined
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
This tagrendering has labels
@ -118,6 +121,7 @@ This tagrendering has labels
### header
_This tagrendering has no question and is thus read-only_
*{addr:street} <b>{addr:housenumber}</b> {addr:unit}*
- *No address is known* is shown if with addr:street= & addr:unit= & addr:housenumber=
@ -129,7 +133,8 @@ This tagrendering has labels
### housenumber
The question is `What is the number of this house?`
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set.
- *This building has no house number* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:nohousenumber' target='_blank'>nohousenumber</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nohousenumber%3Dyes' target='_blank'>yes</a>
@ -140,7 +145,8 @@ This tagrendering has labels
### street
The question is `What street is this address located in?`
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set.
This tagrendering has labels
`address`
@ -149,7 +155,8 @@ This tagrendering has labels
### unit
The question is `What is the unit number or letter?`
*The unit number is <b>{addr:unit}</b>* is shown if `addr:unit` is set
*The unit number is <b>{addr:unit}</b>* is shown if `addr:unit` is set.
- *No unit number* is shown if with addr:unit=
@ -160,6 +167,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -169,11 +177,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -69,7 +69,8 @@ Elements must match **all** of the following expressions:
### architecture
The question is `What is the architectural style of this building?`
*{building:architecture}* is shown if `building:architecture` is set
*{building:architecture}* is shown if `building:architecture` is set.
- *Islamic architecture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:building:architecture' target='_blank'>building:architecture</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building:architecture%3Dislamic' target='_blank'>islamic</a>
- *Mamluk architecture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:building:architecture' target='_blank'>building:architecture</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building:architecture%3Dmamluk' target='_blank'>mamluk</a>
@ -109,11 +110,13 @@ The question is `What is the architectural style of this building?`
### construction_date
The question is `When was this built?`
*Built in <b>{construction_date}</b>* is shown if `construction_date` is set
*Built in <b>{construction_date}</b>* is shown if `construction_date` is set.
### address_joined
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
This tagrendering has labels
@ -122,6 +125,7 @@ This tagrendering has labels
### header
_This tagrendering has no question and is thus read-only_
*{addr:street} <b>{addr:housenumber}</b> {addr:unit}*
- *No address is known* is shown if with addr:street= & addr:unit= & addr:housenumber=
@ -133,7 +137,8 @@ This tagrendering has labels
### housenumber
The question is `What is the number of this house?`
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set.
- *This building has no house number* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:nohousenumber' target='_blank'>nohousenumber</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nohousenumber%3Dyes' target='_blank'>yes</a>
@ -144,7 +149,8 @@ This tagrendering has labels
### street
The question is `What street is this address located in?`
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set.
This tagrendering has labels
`address`
@ -153,7 +159,8 @@ This tagrendering has labels
### unit
The question is `What is the unit number or letter?`
*The unit number is <b>{addr:unit}</b>* is shown if `addr:unit` is set
*The unit number is <b>{addr:unit}</b>* is shown if `addr:unit` is set.
- *No unit number* is shown if with addr:unit=
@ -164,6 +171,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -173,11 +181,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -221,11 +221,13 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -235,7 +237,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -249,7 +252,8 @@ This tagrendering has labels
### Name
The question is `What is the name of this business?`
*This business is named {name}* is shown if `name` is set
*This business is named {name}* is shown if `name` is set.
### Classification
@ -265,14 +269,16 @@ The question is `What kind of cafe is this?`
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -282,7 +288,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -293,7 +300,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -380,7 +388,8 @@ This tagrendering has labels
### internet-ssid
The question is `What is the network name for the wireless internet access?`
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
@ -391,11 +400,13 @@ This tagrendering has labels
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### toilets-group
_This tagrendering has no question and is thus read-only_
*{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}*
This tagrendering has labels
@ -404,6 +415,7 @@ This tagrendering has labels
### grouptitle
_This tagrendering has no question and is thus read-only_
*Toilet information*
- *Does not have toilets* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno' target='_blank'>no</a>
@ -428,6 +440,7 @@ This tagrendering has labels
### toilets_repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {toilets:repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & toilets:repeat_on~.+
@ -442,7 +455,8 @@ This tagrendering has labels
### toilets_single_level
The question is `On what level is this feature located?`
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:location' target='_blank'>toilets:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:level' target='_blank'>toilets:level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:level%3D0' target='_blank'>0</a>
@ -462,7 +476,8 @@ This tagrendering has labels
### toilets_toilet-access
The question is `Are these toilets publicly accessible?`
*Access is {toilets:access}* is shown if `toilets:access` is set
*Access is {toilets:access}* is shown if `toilets:access` is set.
- *Public access* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/key'> *Only access to customers* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dcustomers' target='_blank'>customers</a>
@ -497,7 +512,8 @@ This tagrendering has labels
### toilets_toilet-charge
The question is `How much does one have to pay for these toilets?`
*The fee is {toilets:charge}* is shown if `toilets:charge` is set
*The fee is {toilets:charge}* is shown if `toilets:charge` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:fee' target='_blank'>toilets:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:fee%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -567,7 +583,8 @@ This tagrendering has labels
### toilets_description
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
*{toilets:description}* is shown if `toilets:description` is set
*{toilets:description}* is shown if `toilets:description` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -657,7 +674,8 @@ This tagrendering has labels
### menstrual_products_location
The question is `Where are the free menstrual products located?`
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set.
- *The free, menstrual products are located in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *The free, menstrual products are located in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -693,7 +711,8 @@ This tagrendering has labels
### toilet-changing_table:location
The question is `Where is the changing table located?`
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set.
- *A changing table is in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *A changing table is in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -766,6 +785,7 @@ This tagrendering has labels
### wheelchair-group
_This tagrendering has no question and is thus read-only_
*{group(wheelchair-title,wheelchair;adult-changing-table,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -781,6 +801,7 @@ This tagrendering has labels
### wheelchair-picture-carousel
_This tagrendering has no question and is thus read-only_
*{image_carousel(toilets:wheelchair:panoramax;toilets:wheelchair:image;toilets:wheelchair:mapillary)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -798,6 +819,7 @@ This tagrendering has labels
### wheelchair-picture
_This tagrendering has no question and is thus read-only_
*{image_upload(toilets:wheelchair:panoramax,Add a picture of the wheelchair accessible toilet,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -815,6 +837,7 @@ This tagrendering has labels
### wheelchair-title
_This tagrendering has no question and is thus read-only_
*Wheelchair accessible toilet*
- *Wheelchair accessibility features* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated' target='_blank'>designated</a>
@ -856,6 +879,7 @@ This tagrendering has labels
### questions-wheelchair
_This tagrendering has no question and is thus read-only_
*{questions(wheelchair,,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -872,6 +896,7 @@ This tagrendering has labels
### adult_changing_table_title
_This tagrendering has no question and is thus read-only_
*Adult changing table*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -907,7 +932,10 @@ This tagrendering has labels
### changing_table_adult_height
The question is `What is the height of the adult changing table?`
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
- *The changing table is <b>adjustable in height</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a>
@ -926,7 +954,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-min_height
The question is `What is the lowest height the adult changing table can be moved to?`
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -943,7 +974,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-max_height
The question is `What is the highest height the adult changing table can be moved to?`
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1002,6 +1036,7 @@ This tagrendering has labels
### questions-adult-changing-table
_This tagrendering has no question and is thus read-only_
*{questions(adult-changing-table,,yes)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1018,6 +1053,7 @@ This tagrendering has labels
### toilet-question-box
_This tagrendering has no question and is thus read-only_
*{questions(toilet-questions,,)}*
This tagrendering has labels
@ -1028,6 +1064,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,wheelchair;adult-changing-table;toilet-questions;hidden)}*
This tagrendering has labels
@ -1037,16 +1074,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -89,6 +89,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### group_only
@ -101,12 +102,14 @@ The question is `Is this campsite exclusively for groups?`
### name
The question is `What is the name of this campsite?`
*The name of this campsite is {name}* is shown if `name` is set
*The name of this campsite is {name}* is shown if `name` is set.
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -116,7 +119,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -127,7 +131,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -137,7 +142,8 @@ This tagrendering has labels
### capacity_persons
The question is `How many people can stay here?`
*{capacity:persons} people can stay here* is shown if `capacity:persons` is set
*{capacity:persons} people can stay here* is shown if `capacity:persons` is set.
### fee
@ -149,12 +155,14 @@ The question is `Is there a fee?`
### charge_person_day
The question is `What is the charge per person per day?`
*Charge per person per day: {charge}* is shown if `charge` is set
*Charge per person per day: {charge}* is shown if `charge` is set.
### charge_day
The question is `What is the charge per day?`
*Charge per day: {charge}* is shown if `charge` is set
*Charge per day: {charge}* is shown if `charge` is set.
### caravansites-toilets
@ -166,21 +174,25 @@ The question is `Does this place have toilets?`
### toiletatamenitytoiletswheelchair
_This tagrendering has no question and is thus read-only_
*toilet_at_amenity.toilets-wheelchair*
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
*{questions()}*
### mastodon
Shows and asks for the mastodon handle
The question is `What is the Mastodon-handle of {title()}?`
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set.
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -71,19 +71,22 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### name
The question is `What is the name of this car rental?`
*This car rental is called {name}* is shown if `name` is set
*This car rental is called {name}* is shown if `name` is set.
- *This car rental has no name* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -93,7 +96,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -104,7 +108,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -114,13 +119,15 @@ This tagrendering has labels
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -130,11 +137,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -92,12 +92,14 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### caravansites-name
The question is `What is this place called?`
*This place is called {name}* is shown if `name` is set
*This place is called {name}* is shown if `name` is set.
### caravansites-fee
@ -109,7 +111,8 @@ The question is `Does this place charge a fee?`
### caravansites-charge
The question is `How much does this place charge?`
*This place charges {charge}* is shown if `charge` is set
*This place charges {charge}* is shown if `charge` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>
@ -123,7 +126,8 @@ The question is `Does this place have a sanitary dump station?`
### caravansites-capacity
The question is `How many campers can stay here? (skip if there is no obvious number of spaces or allowed vehicles)`
*{capacity} campers can use this place at the same time* is shown if `capacity` is set
*{capacity} campers can use this place at the same time* is shown if `capacity` is set.
### caravansites-internet
@ -152,7 +156,8 @@ The question is `Does this place have toilets?`
### caravansites-website
The question is `Does this place have a website?`
*Official website: <a href='{website}'>{website}</a>* is shown if `website` is set
*Official website: <a href='{website}'>{website}</a>* is shown if `website` is set.
### caravansites-long-term
@ -165,26 +170,31 @@ The question is `Does this place offer spots for long term rental?`
### caravansites-description
The question is `Would you like to add a general description of this place? (Do not repeat information previously asked or shown above. Please keep it objective - opinions go into the reviews)`
*More details about this place: {description}* is shown if `description` is set
*More details about this place: {description}* is shown if `description` is set.
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
*{questions()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -318,17 +318,20 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### ref
The question is `What is the reference number of this charge point?`
*The reference of this charge point is {ref}* is shown if `ref` is set
*The reference of this charge point is {ref}* is shown if `ref` is set.
### capacity
The question is `How much vehicles can be charged here at the same time?`
*{capacity} vehicles can be charged here at the same time* is shown if `capacity` is set
*{capacity} vehicles can be charged here at the same time* is shown if `capacity` is set.
### Available_charging_stations (generated)
@ -380,7 +383,8 @@ The question is `Which charging connections are available here?`
### plugs-amount-socket:schuko
The question is `How much plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) are available here?`
*There are <b class='text-xl'>{socket:schuko}</b> plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) available here* is shown if `socket:schuko` is set
*There are <b class='text-xl'>{socket:schuko}</b> plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) available here* is shown if `socket:schuko` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:schuko~.+ & socket:schuko!=0
This tagrendering has labels
@ -389,7 +393,8 @@ This tagrendering has labels
### plugs-amount-socket:typee
The question is `How much plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) are available here?`
*There are <b class='text-xl'>{socket:typee}</b> plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) available here* is shown if `socket:typee` is set
*There are <b class='text-xl'>{socket:typee}</b> plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) available here* is shown if `socket:typee` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:typee~.+ & socket:typee!=0
This tagrendering has labels
@ -398,7 +403,8 @@ This tagrendering has labels
### plugs-amount-socket:chademo
The question is `How much plugs of type <b>Chademo</b> are available here?`
*There are <b class='text-xl'>{socket:chademo}</b> plugs of type <b>Chademo</b> available here* is shown if `socket:chademo` is set
*There are <b class='text-xl'>{socket:chademo}</b> plugs of type <b>Chademo</b> available here* is shown if `socket:chademo` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:chademo~.+ & socket:chademo!=0
This tagrendering has labels
@ -407,7 +413,8 @@ This tagrendering has labels
### plugs-amount-socket:type1_cable
The question is `How much plugs of type <b>Type 1 with cable</b> (J1772) are available here?`
*There are <b class='text-xl'>{socket:type1_cable}</b> plugs of type <b>Type 1 with cable</b> (J1772) available here* is shown if `socket:type1_cable` is set
*There are <b class='text-xl'>{socket:type1_cable}</b> plugs of type <b>Type 1 with cable</b> (J1772) available here* is shown if `socket:type1_cable` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type1_cable~.+ & socket:type1_cable!=0
This tagrendering has labels
@ -416,7 +423,8 @@ This tagrendering has labels
### plugs-amount-socket:type1
The question is `How much plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) are available here?`
*There are <b class='text-xl'>{socket:type1}</b> plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) available here* is shown if `socket:type1` is set
*There are <b class='text-xl'>{socket:type1}</b> plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) available here* is shown if `socket:type1` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type1~.+ & socket:type1!=0
This tagrendering has labels
@ -425,7 +433,8 @@ This tagrendering has labels
### plugs-amount-socket:type1_combo
The question is `How much plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) are available here?`
*There are <b class='text-xl'>{socket:type1_combo}</b> plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) available here* is shown if `socket:type1_combo` is set
*There are <b class='text-xl'>{socket:type1_combo}</b> plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) available here* is shown if `socket:type1_combo` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type1_combo~.+ & socket:type1_combo!=0
This tagrendering has labels
@ -434,7 +443,8 @@ This tagrendering has labels
### plugs-amount-socket:tesla_supercharger
The question is `How much plugs of type <b>Tesla Supercharger</b> are available here?`
*There are <b class='text-xl'>{socket:tesla_supercharger}</b> plugs of type <b>Tesla Supercharger</b> available here* is shown if `socket:tesla_supercharger` is set
*There are <b class='text-xl'>{socket:tesla_supercharger}</b> plugs of type <b>Tesla Supercharger</b> available here* is shown if `socket:tesla_supercharger` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:tesla_supercharger~.+ & socket:tesla_supercharger!=0
This tagrendering has labels
@ -443,7 +453,8 @@ This tagrendering has labels
### plugs-amount-socket:type2
The question is `How much plugs of type <b>Type 2</b> (mennekes) are available here?`
*There are <b class='text-xl'>{socket:type2}</b> plugs of type <b>Type 2</b> (mennekes) available here* is shown if `socket:type2` is set
*There are <b class='text-xl'>{socket:type2}</b> plugs of type <b>Type 2</b> (mennekes) available here* is shown if `socket:type2` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type2~.+ & socket:type2!=0
This tagrendering has labels
@ -452,7 +463,8 @@ This tagrendering has labels
### plugs-amount-socket:type2_combo
The question is `How much plugs of type <b>Type 2 CCS</b> (mennekes) are available here?`
*There are <b class='text-xl'>{socket:type2_combo}</b> plugs of type <b>Type 2 CCS</b> (mennekes) available here* is shown if `socket:type2_combo` is set
*There are <b class='text-xl'>{socket:type2_combo}</b> plugs of type <b>Type 2 CCS</b> (mennekes) available here* is shown if `socket:type2_combo` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type2_combo~.+ & socket:type2_combo!=0
This tagrendering has labels
@ -461,7 +473,8 @@ This tagrendering has labels
### plugs-amount-socket:type2_cable
The question is `How much plugs of type <b>Type 2 with cable</b> (mennekes) are available here?`
*There are <b class='text-xl'>{socket:type2_cable}</b> plugs of type <b>Type 2 with cable</b> (mennekes) available here* is shown if `socket:type2_cable` is set
*There are <b class='text-xl'>{socket:type2_cable}</b> plugs of type <b>Type 2 with cable</b> (mennekes) available here* is shown if `socket:type2_cable` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type2_cable~.+ & socket:type2_cable!=0
This tagrendering has labels
@ -470,7 +483,8 @@ This tagrendering has labels
### plugs-amount-socket:tesla_supercharger_ccs
The question is `How much plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) are available here?`
*There are <b class='text-xl'>{socket:tesla_supercharger_ccs}</b> plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) available here* is shown if `socket:tesla_supercharger_ccs` is set
*There are <b class='text-xl'>{socket:tesla_supercharger_ccs}</b> plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) available here* is shown if `socket:tesla_supercharger_ccs` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:tesla_supercharger_ccs~.+ & socket:tesla_supercharger_ccs!=0
This tagrendering has labels
@ -479,7 +493,8 @@ This tagrendering has labels
### plugs-amount-socket:tesla_destination_us
The question is `How much plugs of type <b>Tesla Supercharger (destination)</b> are available here?`
*There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla Supercharger (destination)</b> available here* is shown if `socket:tesla_destination` is set
*There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla Supercharger (destination)</b> available here* is shown if `socket:tesla_destination` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:tesla_destination~.+ & socket:tesla_destination!=0
This tagrendering has labels
@ -488,7 +503,8 @@ This tagrendering has labels
### plugs-amount-socket:tesla_destination
The question is `How much plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) are available here?`
*There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) available here* is shown if `socket:tesla_destination` is set
*There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) available here* is shown if `socket:tesla_destination` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:tesla_destination~.+ & socket:tesla_destination!=0
This tagrendering has labels
@ -497,7 +513,8 @@ This tagrendering has labels
### plugs-amount-socket:USB-A
The question is `How much plugs of type <b>USB</b> to charge phones and small electronics are available here?`
*There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>USB</b> to charge phones and small electronics available here* is shown if `socket:USB-A` is set
*There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>USB</b> to charge phones and small electronics available here* is shown if `socket:USB-A` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:USB-A~.+ & socket:USB-A!=0
This tagrendering has labels
@ -506,7 +523,8 @@ This tagrendering has labels
### plugs-amount-socket:bosch_3pin
The question is `How much plugs of type <b>Bosch Active Connect with 3 pins</b> and cable are available here?`
*There are <b class='text-xl'>{socket:bosch_3pin}</b> plugs of type <b>Bosch Active Connect with 3 pins</b> and cable available here* is shown if `socket:bosch_3pin` is set
*There are <b class='text-xl'>{socket:bosch_3pin}</b> plugs of type <b>Bosch Active Connect with 3 pins</b> and cable available here* is shown if `socket:bosch_3pin` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_3pin~.+ & socket:bosch_3pin!=0
This tagrendering has labels
@ -515,7 +533,8 @@ This tagrendering has labels
### plugs-amount-socket:bosch_5pin
The question is `How much plugs of type <b>Bosch Active Connect with 5 pins</b> and cable are available here?`
*There are <b class='text-xl'>{socket:bosch_5pin}</b> plugs of type <b>Bosch Active Connect with 5 pins</b> and cable available here* is shown if `socket:bosch_5pin` is set
*There are <b class='text-xl'>{socket:bosch_5pin}</b> plugs of type <b>Bosch Active Connect with 5 pins</b> and cable available here* is shown if `socket:bosch_5pin` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_5pin~.+ & socket:bosch_5pin!=0
This tagrendering has labels
@ -524,7 +543,8 @@ This tagrendering has labels
### plugs-amount-socket:bs1363
The question is `How much plugs of type <b>BS1363</b> (Type G) are available here?`
*There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>BS1363</b> (Type G) available here* is shown if `socket:bs1363` is set
*There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>BS1363</b> (Type G) available here* is shown if `socket:bs1363` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bs1363~.+ & socket:bs1363!=0
This tagrendering has labels
@ -533,7 +553,8 @@ This tagrendering has labels
### plugs-amount-socket:nema5_15
The question is `How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?`
*There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here* is shown if `socket:nema5_15` is set
*There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here* is shown if `socket:nema5_15` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nema5_15~.+ & socket:nema5_15!=0
This tagrendering has labels
@ -542,7 +563,8 @@ This tagrendering has labels
### plugs-amount-socket:sev1011_t23
The question is `How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?`
*There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here* is shown if `socket:sev1011_t23` is set
*There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here* is shown if `socket:sev1011_t23` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:sev1011_t23~.+ & socket:sev1011_t23!=0
This tagrendering has labels
@ -551,7 +573,8 @@ This tagrendering has labels
### plugs-amount-socket:as3112
The question is `How much plugs of type <b>AS3112</b> (Type I) are available here?`
*There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>AS3112</b> (Type I) available here* is shown if `socket:as3112` is set
*There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>AS3112</b> (Type I) available here* is shown if `socket:as3112` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:as3112~.+ & socket:as3112!=0
This tagrendering has labels
@ -560,7 +583,8 @@ This tagrendering has labels
### plugs-amount-socket:nema_5_20
The question is `How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?`
*There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here* is shown if `socket:nema_5_20` is set
*There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here* is shown if `socket:nema_5_20` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nema_5_20~.+ & socket:nema_5_20!=0
This tagrendering has labels
@ -569,17 +593,20 @@ This tagrendering has labels
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
*{questions()}*
### questions-technical
_This tagrendering has no question and is thus read-only_
*<h3>Technical questions</h3>The questions below are very technical. Feel free to ignore them<br/>{questions(technical)}*
### voltage-socket:schuko
The question is `What voltage do the plugs with <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?`
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs {canonical(socket:schuko:voltage)}* is shown if `socket:schuko:voltage` is set
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs {canonical(socket:schuko:voltage)}* is shown if `socket:schuko:voltage` is set.
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:schuko:voltage' target='_blank'>socket:schuko:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:schuko:voltage%3D230' target='_blank'>230</a>
@ -590,7 +617,8 @@ This tagrendering has labels
### current-socket:schuko
The question is `What current do the plugs with <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?`
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:current)}* is shown if `socket:schuko:current` is set
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:current)}* is shown if `socket:schuko:current` is set.
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:schuko:current' target='_blank'>socket:schuko:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:schuko:current%3D16' target='_blank'>16</a>
@ -601,7 +629,8 @@ This tagrendering has labels
### power-output-socket:schuko
The question is `What power output does a single plug of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?`
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:output)}* is shown if `socket:schuko:output` is set
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:output)}* is shown if `socket:schuko:output` is set.
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 3.6 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:schuko:output' target='_blank'>socket:schuko:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:schuko:output%3D3.6 kW' target='_blank'>3.6 kW</a>
@ -612,7 +641,8 @@ This tagrendering has labels
### voltage-socket:typee
The question is `What voltage do the plugs with <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?`
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs {canonical(socket:typee:voltage)}* is shown if `socket:typee:voltage` is set
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs {canonical(socket:typee:voltage)}* is shown if `socket:typee:voltage` is set.
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee:voltage' target='_blank'>socket:typee:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee:voltage%3D230' target='_blank'>230</a>
@ -623,7 +653,8 @@ This tagrendering has labels
### current-socket:typee
The question is `What current do the plugs with <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?`
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:current)}* is shown if `socket:typee:current` is set
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:current)}* is shown if `socket:typee:current` is set.
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee:current' target='_blank'>socket:typee:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee:current%3D16' target='_blank'>16</a>
@ -634,7 +665,8 @@ This tagrendering has labels
### power-output-socket:typee
The question is `What power output does a single plug of type <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?`
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:output)}* is shown if `socket:typee:output` is set
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:output)}* is shown if `socket:typee:output` is set.
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 3 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee:output' target='_blank'>socket:typee:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee:output%3D3 kW' target='_blank'>3 kW</a>
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 22 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee:output' target='_blank'>socket:typee:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee:output%3D22 kW' target='_blank'>22 kW</a>
@ -646,7 +678,8 @@ This tagrendering has labels
### voltage-socket:chademo
The question is `What voltage do the plugs with <b>Chademo</b> offer?`
*<b>Chademo</b> outputs {canonical(socket:chademo:voltage)}* is shown if `socket:chademo:voltage` is set
*<b>Chademo</b> outputs {canonical(socket:chademo:voltage)}* is shown if `socket:chademo:voltage` is set.
- *<b>Chademo</b> outputs 500 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:chademo:voltage' target='_blank'>socket:chademo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:chademo:voltage%3D500' target='_blank'>500</a>
@ -657,7 +690,8 @@ This tagrendering has labels
### current-socket:chademo
The question is `What current do the plugs with <b>Chademo</b> offer?`
*<b>Chademo</b> outputs at most {canonical(socket:chademo:current)}* is shown if `socket:chademo:current` is set
*<b>Chademo</b> outputs at most {canonical(socket:chademo:current)}* is shown if `socket:chademo:current` is set.
- *<b>Chademo</b> outputs at most 120 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:chademo:current' target='_blank'>socket:chademo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:chademo:current%3D120' target='_blank'>120</a>
@ -668,7 +702,8 @@ This tagrendering has labels
### power-output-socket:chademo
The question is `What power output does a single plug of type <b>Chademo</b> offer?`
*<b>Chademo</b> outputs at most {canonical(socket:chademo:output)}* is shown if `socket:chademo:output` is set
*<b>Chademo</b> outputs at most {canonical(socket:chademo:output)}* is shown if `socket:chademo:output` is set.
- *<b>Chademo</b> outputs at most 50 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:chademo:output' target='_blank'>socket:chademo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:chademo:output%3D50 kW' target='_blank'>50 kW</a>
@ -679,7 +714,8 @@ This tagrendering has labels
### voltage-socket:type1_cable
The question is `What voltage do the plugs with <b>Type 1 with cable</b> (J1772) offer?`
*<b>Type 1 with cable</b> (J1772) outputs {canonical(socket:type1_cable:voltage)}* is shown if `socket:type1_cable:voltage` is set
*<b>Type 1 with cable</b> (J1772) outputs {canonical(socket:type1_cable:voltage)}* is shown if `socket:type1_cable:voltage` is set.
- *<b>Type 1 with cable</b> (J1772) outputs 200 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:voltage' target='_blank'>socket:type1_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:voltage%3D200' target='_blank'>200</a>
- *<b>Type 1 with cable</b> (J1772) outputs 240 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:voltage' target='_blank'>socket:type1_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:voltage%3D240' target='_blank'>240</a>
@ -691,7 +727,8 @@ This tagrendering has labels
### current-socket:type1_cable
The question is `What current do the plugs with <b>Type 1 with cable</b> (J1772) offer?`
*<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:current)}* is shown if `socket:type1_cable:current` is set
*<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:current)}* is shown if `socket:type1_cable:current` is set.
- *<b>Type 1 with cable</b> (J1772) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:current' target='_blank'>socket:type1_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:current%3D32' target='_blank'>32</a>
@ -702,7 +739,8 @@ This tagrendering has labels
### power-output-socket:type1_cable
The question is `What power output does a single plug of type <b>Type 1 with cable</b> (J1772) offer?`
*<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:output)}* is shown if `socket:type1_cable:output` is set
*<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:output)}* is shown if `socket:type1_cable:output` is set.
- *<b>Type 1 with cable</b> (J1772) outputs at most 3.7 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:output' target='_blank'>socket:type1_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:output%3D3.7 kW' target='_blank'>3.7 kW</a>
- *<b>Type 1 with cable</b> (J1772) outputs at most 7 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:output' target='_blank'>socket:type1_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:output%3D7 kW' target='_blank'>7 kW</a>
@ -714,7 +752,8 @@ This tagrendering has labels
### voltage-socket:type1
The question is `What voltage do the plugs with <b>Type 1 <i>without</i> cable</b> (J1772) offer?`
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs {canonical(socket:type1:voltage)}* is shown if `socket:type1:voltage` is set
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs {canonical(socket:type1:voltage)}* is shown if `socket:type1:voltage` is set.
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs 200 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:voltage' target='_blank'>socket:type1:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:voltage%3D200' target='_blank'>200</a>
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs 240 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:voltage' target='_blank'>socket:type1:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:voltage%3D240' target='_blank'>240</a>
@ -726,7 +765,8 @@ This tagrendering has labels
### current-socket:type1
The question is `What current do the plugs with <b>Type 1 <i>without</i> cable</b> (J1772) offer?`
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:current)}* is shown if `socket:type1:current` is set
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:current)}* is shown if `socket:type1:current` is set.
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:current' target='_blank'>socket:type1:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:current%3D32' target='_blank'>32</a>
@ -737,7 +777,8 @@ This tagrendering has labels
### power-output-socket:type1
The question is `What power output does a single plug of type <b>Type 1 <i>without</i> cable</b> (J1772) offer?`
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:output)}* is shown if `socket:type1:output` is set
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:output)}* is shown if `socket:type1:output` is set.
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 3.7 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:output' target='_blank'>socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:output%3D3.7 kW' target='_blank'>3.7 kW</a>
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 6.6 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:output' target='_blank'>socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:output%3D6.6 kW' target='_blank'>6.6 kW</a>
@ -751,7 +792,8 @@ This tagrendering has labels
### voltage-socket:type1_combo
The question is `What voltage do the plugs with <b>Type 1 CCS</b> (aka Type 1 Combo) offer?`
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs {canonical(socket:type1_combo:voltage)}* is shown if `socket:type1_combo:voltage` is set
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs {canonical(socket:type1_combo:voltage)}* is shown if `socket:type1_combo:voltage` is set.
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs 400 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:voltage' target='_blank'>socket:type1_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:voltage%3D400' target='_blank'>400</a>
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs 1000 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:voltage' target='_blank'>socket:type1_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:voltage%3D1000' target='_blank'>1000</a>
@ -763,7 +805,8 @@ This tagrendering has labels
### current-socket:type1_combo
The question is `What current do the plugs with <b>Type 1 CCS</b> (aka Type 1 Combo) offer?`
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:current)}* is shown if `socket:type1_combo:current` is set
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:current)}* is shown if `socket:type1_combo:current` is set.
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:current' target='_blank'>socket:type1_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:current%3D50' target='_blank'>50</a>
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:current' target='_blank'>socket:type1_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:current%3D125' target='_blank'>125</a>
@ -775,7 +818,8 @@ This tagrendering has labels
### power-output-socket:type1_combo
The question is `What power output does a single plug of type <b>Type 1 CCS</b> (aka Type 1 Combo) offer?`
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:output)}* is shown if `socket:type1_combo:output` is set
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:output)}* is shown if `socket:type1_combo:output` is set.
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:output' target='_blank'>socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:output%3D50 kW' target='_blank'>50 kW</a>
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 62.5 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:output' target='_blank'>socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:output%3D62.5 kW' target='_blank'>62.5 kW</a>
@ -789,7 +833,8 @@ This tagrendering has labels
### voltage-socket:tesla_supercharger
The question is `What voltage do the plugs with <b>Tesla Supercharger</b> offer?`
*<b>Tesla Supercharger</b> outputs {canonical(socket:tesla_supercharger:voltage)}* is shown if `socket:tesla_supercharger:voltage` is set
*<b>Tesla Supercharger</b> outputs {canonical(socket:tesla_supercharger:voltage)}* is shown if `socket:tesla_supercharger:voltage` is set.
- *<b>Tesla Supercharger</b> outputs 480 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:voltage' target='_blank'>socket:tesla_supercharger:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:voltage%3D480' target='_blank'>480</a>
@ -800,7 +845,8 @@ This tagrendering has labels
### current-socket:tesla_supercharger
The question is `What current do the plugs with <b>Tesla Supercharger</b> offer?`
*<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:current)}* is shown if `socket:tesla_supercharger:current` is set
*<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:current)}* is shown if `socket:tesla_supercharger:current` is set.
- *<b>Tesla Supercharger</b> outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:current' target='_blank'>socket:tesla_supercharger:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:current%3D125' target='_blank'>125</a>
- *<b>Tesla Supercharger</b> outputs at most 350 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:current' target='_blank'>socket:tesla_supercharger:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:current%3D350' target='_blank'>350</a>
@ -812,7 +858,8 @@ This tagrendering has labels
### power-output-socket:tesla_supercharger
The question is `What power output does a single plug of type <b>Tesla Supercharger</b> offer?`
*<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:output)}* is shown if `socket:tesla_supercharger:output` is set
*<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:output)}* is shown if `socket:tesla_supercharger:output` is set.
- *<b>Tesla Supercharger</b> outputs at most 120 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:output' target='_blank'>socket:tesla_supercharger:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:output%3D120 kW' target='_blank'>120 kW</a>
- *<b>Tesla Supercharger</b> outputs at most 150 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:output' target='_blank'>socket:tesla_supercharger:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:output%3D150 kW' target='_blank'>150 kW</a>
@ -825,7 +872,8 @@ This tagrendering has labels
### voltage-socket:type2
The question is `What voltage do the plugs with <b>Type 2</b> (mennekes) offer?`
*<b>Type 2</b> (mennekes) outputs {canonical(socket:type2:voltage)}* is shown if `socket:type2:voltage` is set
*<b>Type 2</b> (mennekes) outputs {canonical(socket:type2:voltage)}* is shown if `socket:type2:voltage` is set.
- *<b>Type 2</b> (mennekes) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:voltage' target='_blank'>socket:type2:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:voltage%3D230' target='_blank'>230</a>
- *<b>Type 2</b> (mennekes) outputs 400 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:voltage' target='_blank'>socket:type2:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:voltage%3D400' target='_blank'>400</a>
@ -837,7 +885,8 @@ This tagrendering has labels
### current-socket:type2
The question is `What current do the plugs with <b>Type 2</b> (mennekes) offer?`
*<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:current)}* is shown if `socket:type2:current` is set
*<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:current)}* is shown if `socket:type2:current` is set.
- *<b>Type 2</b> (mennekes) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:current' target='_blank'>socket:type2:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:current%3D16' target='_blank'>16</a>
- *<b>Type 2</b> (mennekes) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:current' target='_blank'>socket:type2:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:current%3D32' target='_blank'>32</a>
@ -849,7 +898,8 @@ This tagrendering has labels
### power-output-socket:type2
The question is `What power output does a single plug of type <b>Type 2</b> (mennekes) offer?`
*<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:output)}* is shown if `socket:type2:output` is set
*<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:output)}* is shown if `socket:type2:output` is set.
- *<b>Type 2</b> (mennekes) outputs at most 11 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:output' target='_blank'>socket:type2:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:output%3D11 kW' target='_blank'>11 kW</a>
- *<b>Type 2</b> (mennekes) outputs at most 22 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:output' target='_blank'>socket:type2:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:output%3D22 kW' target='_blank'>22 kW</a>
@ -861,7 +911,8 @@ This tagrendering has labels
### voltage-socket:type2_combo
The question is `What voltage do the plugs with <b>Type 2 CCS</b> (mennekes) offer?`
*<b>Type 2 CCS</b> (mennekes) outputs {canonical(socket:type2_combo:voltage)}* is shown if `socket:type2_combo:voltage` is set
*<b>Type 2 CCS</b> (mennekes) outputs {canonical(socket:type2_combo:voltage)}* is shown if `socket:type2_combo:voltage` is set.
- *<b>Type 2 CCS</b> (mennekes) outputs 500 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:voltage' target='_blank'>socket:type2_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:voltage%3D500' target='_blank'>500</a>
- *<b>Type 2 CCS</b> (mennekes) outputs 920 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:voltage' target='_blank'>socket:type2_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:voltage%3D920' target='_blank'>920</a>
@ -873,7 +924,8 @@ This tagrendering has labels
### current-socket:type2_combo
The question is `What current do the plugs with <b>Type 2 CCS</b> (mennekes) offer?`
*<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:current)}* is shown if `socket:type2_combo:current` is set
*<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:current)}* is shown if `socket:type2_combo:current` is set.
- *<b>Type 2 CCS</b> (mennekes) outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:current' target='_blank'>socket:type2_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:current%3D125' target='_blank'>125</a>
- *<b>Type 2 CCS</b> (mennekes) outputs at most 350 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:current' target='_blank'>socket:type2_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:current%3D350' target='_blank'>350</a>
@ -885,7 +937,8 @@ This tagrendering has labels
### power-output-socket:type2_combo
The question is `What power output does a single plug of type <b>Type 2 CCS</b> (mennekes) offer?`
*<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:output)}* is shown if `socket:type2_combo:output` is set
*<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:output)}* is shown if `socket:type2_combo:output` is set.
- *<b>Type 2 CCS</b> (mennekes) outputs at most 50 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:output' target='_blank'>socket:type2_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:output%3D50 kW' target='_blank'>50 kW</a>
@ -896,7 +949,8 @@ This tagrendering has labels
### voltage-socket:type2_cable
The question is `What voltage do the plugs with <b>Type 2 with cable</b> (mennekes) offer?`
*<b>Type 2 with cable</b> (mennekes) outputs {canonical(socket:type2_cable:voltage)}* is shown if `socket:type2_cable:voltage` is set
*<b>Type 2 with cable</b> (mennekes) outputs {canonical(socket:type2_cable:voltage)}* is shown if `socket:type2_cable:voltage` is set.
- *<b>Type 2 with cable</b> (mennekes) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:voltage' target='_blank'>socket:type2_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:voltage%3D230' target='_blank'>230</a>
- *<b>Type 2 with cable</b> (mennekes) outputs 400 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:voltage' target='_blank'>socket:type2_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:voltage%3D400' target='_blank'>400</a>
@ -908,7 +962,8 @@ This tagrendering has labels
### current-socket:type2_cable
The question is `What current do the plugs with <b>Type 2 with cable</b> (mennekes) offer?`
*<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:current)}* is shown if `socket:type2_cable:current` is set
*<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:current)}* is shown if `socket:type2_cable:current` is set.
- *<b>Type 2 with cable</b> (mennekes) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:current' target='_blank'>socket:type2_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:current%3D16' target='_blank'>16</a>
- *<b>Type 2 with cable</b> (mennekes) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:current' target='_blank'>socket:type2_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:current%3D32' target='_blank'>32</a>
@ -920,7 +975,8 @@ This tagrendering has labels
### power-output-socket:type2_cable
The question is `What power output does a single plug of type <b>Type 2 with cable</b> (mennekes) offer?`
*<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:output)}* is shown if `socket:type2_cable:output` is set
*<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:output)}* is shown if `socket:type2_cable:output` is set.
- *<b>Type 2 with cable</b> (mennekes) outputs at most 11 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:output' target='_blank'>socket:type2_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:output%3D11 kW' target='_blank'>11 kW</a>
- *<b>Type 2 with cable</b> (mennekes) outputs at most 22 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:output' target='_blank'>socket:type2_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:output%3D22 kW' target='_blank'>22 kW</a>
@ -932,7 +988,8 @@ This tagrendering has labels
### voltage-socket:tesla_supercharger_ccs
The question is `What voltage do the plugs with <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?`
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs {canonical(socket:tesla_supercharger_ccs:voltage)}* is shown if `socket:tesla_supercharger_ccs:voltage` is set
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs {canonical(socket:tesla_supercharger_ccs:voltage)}* is shown if `socket:tesla_supercharger_ccs:voltage` is set.
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 500 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:voltage' target='_blank'>socket:tesla_supercharger_ccs:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:voltage%3D500' target='_blank'>500</a>
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 920 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:voltage' target='_blank'>socket:tesla_supercharger_ccs:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:voltage%3D920' target='_blank'>920</a>
@ -944,7 +1001,8 @@ This tagrendering has labels
### current-socket:tesla_supercharger_ccs
The question is `What current do the plugs with <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?`
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:current)}* is shown if `socket:tesla_supercharger_ccs:current` is set
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:current)}* is shown if `socket:tesla_supercharger_ccs:current` is set.
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:current' target='_blank'>socket:tesla_supercharger_ccs:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:current%3D125' target='_blank'>125</a>
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 350 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:current' target='_blank'>socket:tesla_supercharger_ccs:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:current%3D350' target='_blank'>350</a>
@ -956,7 +1014,8 @@ This tagrendering has labels
### power-output-socket:tesla_supercharger_ccs
The question is `What power output does a single plug of type <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?`
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:output)}* is shown if `socket:tesla_supercharger_ccs:output` is set
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:output)}* is shown if `socket:tesla_supercharger_ccs:output` is set.
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 50 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:output' target='_blank'>socket:tesla_supercharger_ccs:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:output%3D50 kW' target='_blank'>50 kW</a>
@ -967,7 +1026,8 @@ This tagrendering has labels
### voltage-socket:tesla_destination_us
The question is `What voltage do the plugs with <b>Tesla Supercharger (destination)</b> offer?`
*<b>Tesla Supercharger (destination)</b> outputs {canonical(socket:tesla_destination:voltage)}* is shown if `socket:tesla_destination:voltage` is set
*<b>Tesla Supercharger (destination)</b> outputs {canonical(socket:tesla_destination:voltage)}* is shown if `socket:tesla_destination:voltage` is set.
- *<b>Tesla Supercharger (destination)</b> outputs 480 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage' target='_blank'>socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D480' target='_blank'>480</a>
@ -978,7 +1038,8 @@ This tagrendering has labels
### current-socket:tesla_destination_us
The question is `What current do the plugs with <b>Tesla Supercharger (destination)</b> offer?`
*<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:current)}* is shown if `socket:tesla_destination:current` is set
*<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:current)}* is shown if `socket:tesla_destination:current` is set.
- *<b>Tesla Supercharger (destination)</b> outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current' target='_blank'>socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D125' target='_blank'>125</a>
- *<b>Tesla Supercharger (destination)</b> outputs at most 350 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current' target='_blank'>socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D350' target='_blank'>350</a>
@ -990,7 +1051,8 @@ This tagrendering has labels
### power-output-socket:tesla_destination_us
The question is `What power output does a single plug of type <b>Tesla Supercharger (destination)</b> offer?`
*<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:output)}* is shown if `socket:tesla_destination:output` is set
*<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:output)}* is shown if `socket:tesla_destination:output` is set.
- *<b>Tesla Supercharger (destination)</b> outputs at most 120 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output' target='_blank'>socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D120 kW' target='_blank'>120 kW</a>
- *<b>Tesla Supercharger (destination)</b> outputs at most 150 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output' target='_blank'>socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D150 kW' target='_blank'>150 kW</a>
@ -1003,7 +1065,8 @@ This tagrendering has labels
### voltage-socket:tesla_destination
The question is `What voltage do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?`
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}* is shown if `socket:tesla_destination:voltage` is set
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}* is shown if `socket:tesla_destination:voltage` is set.
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage' target='_blank'>socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D230' target='_blank'>230</a>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 400 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage' target='_blank'>socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D400' target='_blank'>400</a>
@ -1015,7 +1078,8 @@ This tagrendering has labels
### current-socket:tesla_destination
The question is `What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?`
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}* is shown if `socket:tesla_destination:current` is set
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}* is shown if `socket:tesla_destination:current` is set.
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current' target='_blank'>socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D16' target='_blank'>16</a>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current' target='_blank'>socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D32' target='_blank'>32</a>
@ -1027,7 +1091,8 @@ This tagrendering has labels
### power-output-socket:tesla_destination
The question is `What power output does a single plug of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?`
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}* is shown if `socket:tesla_destination:output` is set
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}* is shown if `socket:tesla_destination:output` is set.
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 11 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output' target='_blank'>socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D11 kW' target='_blank'>11 kW</a>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 22 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output' target='_blank'>socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D22 kW' target='_blank'>22 kW</a>
@ -1039,7 +1104,8 @@ This tagrendering has labels
### voltage-socket:USB-A
The question is `What voltage do the plugs with <b>USB</b> to charge phones and small electronics offer?`
*<b>USB</b> to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}* is shown if `socket:USB-A:voltage` is set
*<b>USB</b> to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}* is shown if `socket:USB-A:voltage` is set.
- *<b>USB</b> to charge phones and small electronics outputs 5 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:voltage' target='_blank'>socket:USB-A:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:voltage%3D5' target='_blank'>5</a>
@ -1050,7 +1116,8 @@ This tagrendering has labels
### current-socket:USB-A
The question is `What current do the plugs with <b>USB</b> to charge phones and small electronics offer?`
*<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}* is shown if `socket:USB-A:current` is set
*<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}* is shown if `socket:USB-A:current` is set.
- *<b>USB</b> to charge phones and small electronics outputs at most 1 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:current' target='_blank'>socket:USB-A:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:current%3D1' target='_blank'>1</a>
- *<b>USB</b> to charge phones and small electronics outputs at most 2 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:current' target='_blank'>socket:USB-A:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:current%3D2' target='_blank'>2</a>
@ -1062,7 +1129,8 @@ This tagrendering has labels
### power-output-socket:USB-A
The question is `What power output does a single plug of type <b>USB</b> to charge phones and small electronics offer?`
*<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}* is shown if `socket:USB-A:output` is set
*<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}* is shown if `socket:USB-A:output` is set.
- *<b>USB</b> to charge phones and small electronics outputs at most 5W* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:output' target='_blank'>socket:USB-A:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:output%3D5W' target='_blank'>5W</a>
- *<b>USB</b> to charge phones and small electronics outputs at most 10W* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:output' target='_blank'>socket:USB-A:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:output%3D10W' target='_blank'>10W</a>
@ -1074,7 +1142,8 @@ This tagrendering has labels
### voltage-socket:bosch_3pin
The question is `What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?`
*<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_3pin:voltage)}* is shown if `socket:bosch_3pin:voltage` is set
*<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_3pin:voltage)}* is shown if `socket:bosch_3pin:voltage` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_3pin~.+ & socket:bosch_3pin!=0
This tagrendering has labels
@ -1083,7 +1152,8 @@ This tagrendering has labels
### current-socket:bosch_3pin
The question is `What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?`
*<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:current)}* is shown if `socket:bosch_3pin:current` is set
*<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:current)}* is shown if `socket:bosch_3pin:current` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_3pin~.+ & socket:bosch_3pin!=0
This tagrendering has labels
@ -1092,7 +1162,8 @@ This tagrendering has labels
### power-output-socket:bosch_3pin
The question is `What power output does a single plug of type <b>Bosch Active Connect with 3 pins</b> and cable offer?`
*<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:output)}* is shown if `socket:bosch_3pin:output` is set
*<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:output)}* is shown if `socket:bosch_3pin:output` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_3pin~.+ & socket:bosch_3pin!=0
This tagrendering has labels
@ -1101,7 +1172,8 @@ This tagrendering has labels
### voltage-socket:bosch_5pin
The question is `What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}* is shown if `socket:bosch_5pin:voltage` is set
*<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}* is shown if `socket:bosch_5pin:voltage` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_5pin~.+ & socket:bosch_5pin!=0
This tagrendering has labels
@ -1110,7 +1182,8 @@ This tagrendering has labels
### current-socket:bosch_5pin
The question is `What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}* is shown if `socket:bosch_5pin:current` is set
*<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}* is shown if `socket:bosch_5pin:current` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_5pin~.+ & socket:bosch_5pin!=0
This tagrendering has labels
@ -1119,7 +1192,8 @@ This tagrendering has labels
### power-output-socket:bosch_5pin
The question is `What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}* is shown if `socket:bosch_5pin:output` is set
*<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}* is shown if `socket:bosch_5pin:output` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_5pin~.+ & socket:bosch_5pin!=0
This tagrendering has labels
@ -1128,7 +1202,8 @@ This tagrendering has labels
### voltage-socket:bs1363
The question is `What voltage do the plugs with <b>BS1363</b> (Type G) offer?`
*<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}* is shown if `socket:bs1363:voltage` is set
*<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}* is shown if `socket:bs1363:voltage` is set.
- *<b>BS1363</b> (Type G) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bs1363:voltage' target='_blank'>socket:bs1363:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bs1363:voltage%3D230' target='_blank'>230</a>
@ -1139,7 +1214,8 @@ This tagrendering has labels
### current-socket:bs1363
The question is `What current do the plugs with <b>BS1363</b> (Type G) offer?`
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}* is shown if `socket:bs1363:current` is set
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}* is shown if `socket:bs1363:current` is set.
- *<b>BS1363</b> (Type G) outputs at most 13 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bs1363:current' target='_blank'>socket:bs1363:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bs1363:current%3D13' target='_blank'>13</a>
@ -1150,7 +1226,8 @@ This tagrendering has labels
### power-output-socket:bs1363
The question is `What power output does a single plug of type <b>BS1363</b> (Type G) offer?`
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}* is shown if `socket:bs1363:output` is set
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}* is shown if `socket:bs1363:output` is set.
- *<b>BS1363</b> (Type G) outputs at most 3kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bs1363:output' target='_blank'>socket:bs1363:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bs1363:output%3D3kW' target='_blank'>3kW</a>
@ -1161,7 +1238,8 @@ This tagrendering has labels
### voltage-socket:nema5_15
The question is `What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
*<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}* is shown if `socket:nema5_15:voltage` is set
*<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}* is shown if `socket:nema5_15:voltage` is set.
- *<b>NEMA 5-15</b> (Type B) outputs 120 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema5_15:voltage' target='_blank'>socket:nema5_15:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema5_15:voltage%3D120' target='_blank'>120</a>
@ -1172,7 +1250,8 @@ This tagrendering has labels
### current-socket:nema5_15
The question is `What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
*<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:current)}* is shown if `socket:nema5_15:current` is set
*<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:current)}* is shown if `socket:nema5_15:current` is set.
- *<b>NEMA 5-15</b> (Type B) outputs at most 15 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema5_15:current' target='_blank'>socket:nema5_15:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema5_15:current%3D15' target='_blank'>15</a>
@ -1183,7 +1262,8 @@ This tagrendering has labels
### power-output-socket:nema5_15
The question is `What power output does a single plug of type <b>NEMA 5-15</b> (Type B) offer?`
*<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:output)}* is shown if `socket:nema5_15:output` is set
*<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:output)}* is shown if `socket:nema5_15:output` is set.
- *<b>NEMA 5-15</b> (Type B) outputs at most 1.8 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema5_15:output' target='_blank'>socket:nema5_15:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema5_15:output%3D1.8 kW' target='_blank'>1.8 kW</a>
@ -1194,7 +1274,8 @@ This tagrendering has labels
### voltage-socket:sev1011_t23
The question is `What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
*<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}* is shown if `socket:sev1011_t23:voltage` is set
*<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}* is shown if `socket:sev1011_t23:voltage` is set.
- *<b>SEV 1011 T23</b> (Type J) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:sev1011_t23:voltage' target='_blank'>socket:sev1011_t23:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:sev1011_t23:voltage%3D230' target='_blank'>230</a>
@ -1205,7 +1286,8 @@ This tagrendering has labels
### current-socket:sev1011_t23
The question is `What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
*<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:current)}* is shown if `socket:sev1011_t23:current` is set
*<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:current)}* is shown if `socket:sev1011_t23:current` is set.
- *<b>SEV 1011 T23</b> (Type J) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:sev1011_t23:current' target='_blank'>socket:sev1011_t23:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:sev1011_t23:current%3D16' target='_blank'>16</a>
@ -1216,7 +1298,8 @@ This tagrendering has labels
### power-output-socket:sev1011_t23
The question is `What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?`
*<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:output)}* is shown if `socket:sev1011_t23:output` is set
*<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:output)}* is shown if `socket:sev1011_t23:output` is set.
- *<b>SEV 1011 T23</b> (Type J) outputs at most 3.7 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:sev1011_t23:output' target='_blank'>socket:sev1011_t23:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:sev1011_t23:output%3D3.7 kW' target='_blank'>3.7 kW</a>
@ -1227,7 +1310,8 @@ This tagrendering has labels
### voltage-socket:as3112
The question is `What voltage do the plugs with <b>AS3112</b> (Type I) offer?`
*<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}* is shown if `socket:as3112:voltage` is set
*<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}* is shown if `socket:as3112:voltage` is set.
- *<b>AS3112</b> (Type I) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:as3112:voltage' target='_blank'>socket:as3112:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:as3112:voltage%3D230' target='_blank'>230</a>
@ -1238,7 +1322,8 @@ This tagrendering has labels
### current-socket:as3112
The question is `What current do the plugs with <b>AS3112</b> (Type I) offer?`
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}* is shown if `socket:as3112:current` is set
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}* is shown if `socket:as3112:current` is set.
- *<b>AS3112</b> (Type I) outputs at most 10 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:as3112:current' target='_blank'>socket:as3112:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:as3112:current%3D10' target='_blank'>10</a>
@ -1249,7 +1334,8 @@ This tagrendering has labels
### power-output-socket:as3112
The question is `What power output does a single plug of type <b>AS3112</b> (Type I) offer?`
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}* is shown if `socket:as3112:output` is set
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}* is shown if `socket:as3112:output` is set.
- *<b>AS3112</b> (Type I) outputs at most 2.3 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:as3112:output' target='_blank'>socket:as3112:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:as3112:output%3D2.3 kW' target='_blank'>2.3 kW</a>
@ -1260,7 +1346,8 @@ This tagrendering has labels
### voltage-socket:nema_5_20
The question is `What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?`
*<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nema_5_20:voltage)}* is shown if `socket:nema_5_20:voltage` is set
*<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nema_5_20:voltage)}* is shown if `socket:nema_5_20:voltage` is set.
- *<b>NEMA 5-20</b> (Type B) outputs 120 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:voltage' target='_blank'>socket:nema_5_20:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:voltage%3D120' target='_blank'>120</a>
@ -1271,7 +1358,8 @@ This tagrendering has labels
### current-socket:nema_5_20
The question is `What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?`
*<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:current)}* is shown if `socket:nema_5_20:current` is set
*<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:current)}* is shown if `socket:nema_5_20:current` is set.
- *<b>NEMA 5-20</b> (Type B) outputs at most 20 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:current' target='_blank'>socket:nema_5_20:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:current%3D20' target='_blank'>20</a>
@ -1282,7 +1370,8 @@ This tagrendering has labels
### power-output-socket:nema_5_20
The question is `What power output does a single plug of type <b>NEMA 5-20</b> (Type B) offer?`
*<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:output)}* is shown if `socket:nema_5_20:output` is set
*<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:output)}* is shown if `socket:nema_5_20:output` is set.
- *<b>NEMA 5-20</b> (Type B) outputs at most 2.4 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:output' target='_blank'>socket:nema_5_20:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:output%3D2.4 kW' target='_blank'>2.4 kW</a>
@ -1293,11 +1382,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -385,6 +385,7 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### Type
@ -400,7 +401,8 @@ The question is `Which vehicles are allowed to charge here?`
### access
The question is `Who is allowed to use this charging station?`
*Access is {access}* is shown if `access` is set
*Access is {access}* is shown if `access` is set.
- *Anyone can use this charging station (payment might be needed)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>
- *Anyone can use this charging station (payment might be needed)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpublic' target='_blank'>public</a>. _This option cannot be chosen as answer_
@ -412,7 +414,8 @@ The question is `Who is allowed to use this charging station?`
### capacity
The question is `How much vehicles can be charged here at the same time?`
*{capacity} vehicles can be charged here at the same time* is shown if `capacity` is set
*{capacity} vehicles can be charged here at the same time* is shown if `capacity` is set.
### Available_charging_stations (generated)
@ -464,7 +467,8 @@ The question is `Which charging connections are available here?`
### plugs-amount-socket:schuko
The question is `How much plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) are available here?`
*There are <b class='text-xl'>{socket:schuko}</b> plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) available here* is shown if `socket:schuko` is set
*There are <b class='text-xl'>{socket:schuko}</b> plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) available here* is shown if `socket:schuko` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:schuko~.+ & socket:schuko!=0
This tagrendering has labels
@ -473,7 +477,8 @@ This tagrendering has labels
### voltage-socket:schuko
The question is `What voltage do the plugs with <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?`
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs {canonical(socket:schuko:voltage)}* is shown if `socket:schuko:voltage` is set
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs {canonical(socket:schuko:voltage)}* is shown if `socket:schuko:voltage` is set.
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:schuko:voltage' target='_blank'>socket:schuko:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:schuko:voltage%3D230' target='_blank'>230</a>
@ -484,7 +489,8 @@ This tagrendering has labels
### current-socket:schuko
The question is `What current do the plugs with <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?`
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:current)}* is shown if `socket:schuko:current` is set
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:current)}* is shown if `socket:schuko:current` is set.
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:schuko:current' target='_blank'>socket:schuko:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:schuko:current%3D16' target='_blank'>16</a>
@ -495,7 +501,8 @@ This tagrendering has labels
### power-output-socket:schuko
The question is `What power output does a single plug of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?`
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:output)}* is shown if `socket:schuko:output` is set
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:output)}* is shown if `socket:schuko:output` is set.
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 3.6 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:schuko:output' target='_blank'>socket:schuko:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:schuko:output%3D3.6 kW' target='_blank'>3.6 kW</a>
@ -506,7 +513,8 @@ This tagrendering has labels
### plugs-amount-socket:typee
The question is `How much plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) are available here?`
*There are <b class='text-xl'>{socket:typee}</b> plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) available here* is shown if `socket:typee` is set
*There are <b class='text-xl'>{socket:typee}</b> plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) available here* is shown if `socket:typee` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:typee~.+ & socket:typee!=0
This tagrendering has labels
@ -515,7 +523,8 @@ This tagrendering has labels
### voltage-socket:typee
The question is `What voltage do the plugs with <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?`
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs {canonical(socket:typee:voltage)}* is shown if `socket:typee:voltage` is set
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs {canonical(socket:typee:voltage)}* is shown if `socket:typee:voltage` is set.
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee:voltage' target='_blank'>socket:typee:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee:voltage%3D230' target='_blank'>230</a>
@ -526,7 +535,8 @@ This tagrendering has labels
### current-socket:typee
The question is `What current do the plugs with <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?`
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:current)}* is shown if `socket:typee:current` is set
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:current)}* is shown if `socket:typee:current` is set.
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee:current' target='_blank'>socket:typee:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee:current%3D16' target='_blank'>16</a>
@ -537,7 +547,8 @@ This tagrendering has labels
### power-output-socket:typee
The question is `What power output does a single plug of type <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?`
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:output)}* is shown if `socket:typee:output` is set
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:output)}* is shown if `socket:typee:output` is set.
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 3 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee:output' target='_blank'>socket:typee:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee:output%3D3 kW' target='_blank'>3 kW</a>
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 22 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee:output' target='_blank'>socket:typee:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee:output%3D22 kW' target='_blank'>22 kW</a>
@ -549,7 +560,8 @@ This tagrendering has labels
### plugs-amount-socket:chademo
The question is `How much plugs of type <b>Chademo</b> are available here?`
*There are <b class='text-xl'>{socket:chademo}</b> plugs of type <b>Chademo</b> available here* is shown if `socket:chademo` is set
*There are <b class='text-xl'>{socket:chademo}</b> plugs of type <b>Chademo</b> available here* is shown if `socket:chademo` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:chademo~.+ & socket:chademo!=0
This tagrendering has labels
@ -558,7 +570,8 @@ This tagrendering has labels
### voltage-socket:chademo
The question is `What voltage do the plugs with <b>Chademo</b> offer?`
*<b>Chademo</b> outputs {canonical(socket:chademo:voltage)}* is shown if `socket:chademo:voltage` is set
*<b>Chademo</b> outputs {canonical(socket:chademo:voltage)}* is shown if `socket:chademo:voltage` is set.
- *<b>Chademo</b> outputs 500 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:chademo:voltage' target='_blank'>socket:chademo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:chademo:voltage%3D500' target='_blank'>500</a>
@ -569,7 +582,8 @@ This tagrendering has labels
### current-socket:chademo
The question is `What current do the plugs with <b>Chademo</b> offer?`
*<b>Chademo</b> outputs at most {canonical(socket:chademo:current)}* is shown if `socket:chademo:current` is set
*<b>Chademo</b> outputs at most {canonical(socket:chademo:current)}* is shown if `socket:chademo:current` is set.
- *<b>Chademo</b> outputs at most 120 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:chademo:current' target='_blank'>socket:chademo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:chademo:current%3D120' target='_blank'>120</a>
@ -580,7 +594,8 @@ This tagrendering has labels
### power-output-socket:chademo
The question is `What power output does a single plug of type <b>Chademo</b> offer?`
*<b>Chademo</b> outputs at most {canonical(socket:chademo:output)}* is shown if `socket:chademo:output` is set
*<b>Chademo</b> outputs at most {canonical(socket:chademo:output)}* is shown if `socket:chademo:output` is set.
- *<b>Chademo</b> outputs at most 50 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:chademo:output' target='_blank'>socket:chademo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:chademo:output%3D50 kW' target='_blank'>50 kW</a>
@ -591,7 +606,8 @@ This tagrendering has labels
### plugs-amount-socket:type1_cable
The question is `How much plugs of type <b>Type 1 with cable</b> (J1772) are available here?`
*There are <b class='text-xl'>{socket:type1_cable}</b> plugs of type <b>Type 1 with cable</b> (J1772) available here* is shown if `socket:type1_cable` is set
*There are <b class='text-xl'>{socket:type1_cable}</b> plugs of type <b>Type 1 with cable</b> (J1772) available here* is shown if `socket:type1_cable` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type1_cable~.+ & socket:type1_cable!=0
This tagrendering has labels
@ -600,7 +616,8 @@ This tagrendering has labels
### voltage-socket:type1_cable
The question is `What voltage do the plugs with <b>Type 1 with cable</b> (J1772) offer?`
*<b>Type 1 with cable</b> (J1772) outputs {canonical(socket:type1_cable:voltage)}* is shown if `socket:type1_cable:voltage` is set
*<b>Type 1 with cable</b> (J1772) outputs {canonical(socket:type1_cable:voltage)}* is shown if `socket:type1_cable:voltage` is set.
- *<b>Type 1 with cable</b> (J1772) outputs 200 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:voltage' target='_blank'>socket:type1_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:voltage%3D200' target='_blank'>200</a>
- *<b>Type 1 with cable</b> (J1772) outputs 240 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:voltage' target='_blank'>socket:type1_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:voltage%3D240' target='_blank'>240</a>
@ -612,7 +629,8 @@ This tagrendering has labels
### current-socket:type1_cable
The question is `What current do the plugs with <b>Type 1 with cable</b> (J1772) offer?`
*<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:current)}* is shown if `socket:type1_cable:current` is set
*<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:current)}* is shown if `socket:type1_cable:current` is set.
- *<b>Type 1 with cable</b> (J1772) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:current' target='_blank'>socket:type1_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:current%3D32' target='_blank'>32</a>
@ -623,7 +641,8 @@ This tagrendering has labels
### power-output-socket:type1_cable
The question is `What power output does a single plug of type <b>Type 1 with cable</b> (J1772) offer?`
*<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:output)}* is shown if `socket:type1_cable:output` is set
*<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:output)}* is shown if `socket:type1_cable:output` is set.
- *<b>Type 1 with cable</b> (J1772) outputs at most 3.7 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:output' target='_blank'>socket:type1_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:output%3D3.7 kW' target='_blank'>3.7 kW</a>
- *<b>Type 1 with cable</b> (J1772) outputs at most 7 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:output' target='_blank'>socket:type1_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:output%3D7 kW' target='_blank'>7 kW</a>
@ -635,7 +654,8 @@ This tagrendering has labels
### plugs-amount-socket:type1
The question is `How much plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) are available here?`
*There are <b class='text-xl'>{socket:type1}</b> plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) available here* is shown if `socket:type1` is set
*There are <b class='text-xl'>{socket:type1}</b> plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) available here* is shown if `socket:type1` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type1~.+ & socket:type1!=0
This tagrendering has labels
@ -644,7 +664,8 @@ This tagrendering has labels
### voltage-socket:type1
The question is `What voltage do the plugs with <b>Type 1 <i>without</i> cable</b> (J1772) offer?`
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs {canonical(socket:type1:voltage)}* is shown if `socket:type1:voltage` is set
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs {canonical(socket:type1:voltage)}* is shown if `socket:type1:voltage` is set.
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs 200 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:voltage' target='_blank'>socket:type1:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:voltage%3D200' target='_blank'>200</a>
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs 240 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:voltage' target='_blank'>socket:type1:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:voltage%3D240' target='_blank'>240</a>
@ -656,7 +677,8 @@ This tagrendering has labels
### current-socket:type1
The question is `What current do the plugs with <b>Type 1 <i>without</i> cable</b> (J1772) offer?`
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:current)}* is shown if `socket:type1:current` is set
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:current)}* is shown if `socket:type1:current` is set.
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:current' target='_blank'>socket:type1:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:current%3D32' target='_blank'>32</a>
@ -667,7 +689,8 @@ This tagrendering has labels
### power-output-socket:type1
The question is `What power output does a single plug of type <b>Type 1 <i>without</i> cable</b> (J1772) offer?`
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:output)}* is shown if `socket:type1:output` is set
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:output)}* is shown if `socket:type1:output` is set.
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 3.7 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:output' target='_blank'>socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:output%3D3.7 kW' target='_blank'>3.7 kW</a>
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 6.6 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:output' target='_blank'>socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:output%3D6.6 kW' target='_blank'>6.6 kW</a>
@ -681,7 +704,8 @@ This tagrendering has labels
### plugs-amount-socket:type1_combo
The question is `How much plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) are available here?`
*There are <b class='text-xl'>{socket:type1_combo}</b> plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) available here* is shown if `socket:type1_combo` is set
*There are <b class='text-xl'>{socket:type1_combo}</b> plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) available here* is shown if `socket:type1_combo` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type1_combo~.+ & socket:type1_combo!=0
This tagrendering has labels
@ -690,7 +714,8 @@ This tagrendering has labels
### voltage-socket:type1_combo
The question is `What voltage do the plugs with <b>Type 1 CCS</b> (aka Type 1 Combo) offer?`
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs {canonical(socket:type1_combo:voltage)}* is shown if `socket:type1_combo:voltage` is set
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs {canonical(socket:type1_combo:voltage)}* is shown if `socket:type1_combo:voltage` is set.
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs 400 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:voltage' target='_blank'>socket:type1_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:voltage%3D400' target='_blank'>400</a>
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs 1000 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:voltage' target='_blank'>socket:type1_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:voltage%3D1000' target='_blank'>1000</a>
@ -702,7 +727,8 @@ This tagrendering has labels
### current-socket:type1_combo
The question is `What current do the plugs with <b>Type 1 CCS</b> (aka Type 1 Combo) offer?`
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:current)}* is shown if `socket:type1_combo:current` is set
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:current)}* is shown if `socket:type1_combo:current` is set.
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:current' target='_blank'>socket:type1_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:current%3D50' target='_blank'>50</a>
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:current' target='_blank'>socket:type1_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:current%3D125' target='_blank'>125</a>
@ -714,7 +740,8 @@ This tagrendering has labels
### power-output-socket:type1_combo
The question is `What power output does a single plug of type <b>Type 1 CCS</b> (aka Type 1 Combo) offer?`
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:output)}* is shown if `socket:type1_combo:output` is set
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:output)}* is shown if `socket:type1_combo:output` is set.
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:output' target='_blank'>socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:output%3D50 kW' target='_blank'>50 kW</a>
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 62.5 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:output' target='_blank'>socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:output%3D62.5 kW' target='_blank'>62.5 kW</a>
@ -728,7 +755,8 @@ This tagrendering has labels
### plugs-amount-socket:tesla_supercharger
The question is `How much plugs of type <b>Tesla Supercharger</b> are available here?`
*There are <b class='text-xl'>{socket:tesla_supercharger}</b> plugs of type <b>Tesla Supercharger</b> available here* is shown if `socket:tesla_supercharger` is set
*There are <b class='text-xl'>{socket:tesla_supercharger}</b> plugs of type <b>Tesla Supercharger</b> available here* is shown if `socket:tesla_supercharger` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:tesla_supercharger~.+ & socket:tesla_supercharger!=0
This tagrendering has labels
@ -737,7 +765,8 @@ This tagrendering has labels
### voltage-socket:tesla_supercharger
The question is `What voltage do the plugs with <b>Tesla Supercharger</b> offer?`
*<b>Tesla Supercharger</b> outputs {canonical(socket:tesla_supercharger:voltage)}* is shown if `socket:tesla_supercharger:voltage` is set
*<b>Tesla Supercharger</b> outputs {canonical(socket:tesla_supercharger:voltage)}* is shown if `socket:tesla_supercharger:voltage` is set.
- *<b>Tesla Supercharger</b> outputs 480 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:voltage' target='_blank'>socket:tesla_supercharger:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:voltage%3D480' target='_blank'>480</a>
@ -748,7 +777,8 @@ This tagrendering has labels
### current-socket:tesla_supercharger
The question is `What current do the plugs with <b>Tesla Supercharger</b> offer?`
*<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:current)}* is shown if `socket:tesla_supercharger:current` is set
*<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:current)}* is shown if `socket:tesla_supercharger:current` is set.
- *<b>Tesla Supercharger</b> outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:current' target='_blank'>socket:tesla_supercharger:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:current%3D125' target='_blank'>125</a>
- *<b>Tesla Supercharger</b> outputs at most 350 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:current' target='_blank'>socket:tesla_supercharger:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:current%3D350' target='_blank'>350</a>
@ -760,7 +790,8 @@ This tagrendering has labels
### power-output-socket:tesla_supercharger
The question is `What power output does a single plug of type <b>Tesla Supercharger</b> offer?`
*<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:output)}* is shown if `socket:tesla_supercharger:output` is set
*<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:output)}* is shown if `socket:tesla_supercharger:output` is set.
- *<b>Tesla Supercharger</b> outputs at most 120 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:output' target='_blank'>socket:tesla_supercharger:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:output%3D120 kW' target='_blank'>120 kW</a>
- *<b>Tesla Supercharger</b> outputs at most 150 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:output' target='_blank'>socket:tesla_supercharger:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:output%3D150 kW' target='_blank'>150 kW</a>
@ -773,7 +804,8 @@ This tagrendering has labels
### plugs-amount-socket:type2
The question is `How much plugs of type <b>Type 2</b> (mennekes) are available here?`
*There are <b class='text-xl'>{socket:type2}</b> plugs of type <b>Type 2</b> (mennekes) available here* is shown if `socket:type2` is set
*There are <b class='text-xl'>{socket:type2}</b> plugs of type <b>Type 2</b> (mennekes) available here* is shown if `socket:type2` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type2~.+ & socket:type2!=0
This tagrendering has labels
@ -782,7 +814,8 @@ This tagrendering has labels
### voltage-socket:type2
The question is `What voltage do the plugs with <b>Type 2</b> (mennekes) offer?`
*<b>Type 2</b> (mennekes) outputs {canonical(socket:type2:voltage)}* is shown if `socket:type2:voltage` is set
*<b>Type 2</b> (mennekes) outputs {canonical(socket:type2:voltage)}* is shown if `socket:type2:voltage` is set.
- *<b>Type 2</b> (mennekes) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:voltage' target='_blank'>socket:type2:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:voltage%3D230' target='_blank'>230</a>
- *<b>Type 2</b> (mennekes) outputs 400 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:voltage' target='_blank'>socket:type2:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:voltage%3D400' target='_blank'>400</a>
@ -794,7 +827,8 @@ This tagrendering has labels
### current-socket:type2
The question is `What current do the plugs with <b>Type 2</b> (mennekes) offer?`
*<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:current)}* is shown if `socket:type2:current` is set
*<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:current)}* is shown if `socket:type2:current` is set.
- *<b>Type 2</b> (mennekes) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:current' target='_blank'>socket:type2:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:current%3D16' target='_blank'>16</a>
- *<b>Type 2</b> (mennekes) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:current' target='_blank'>socket:type2:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:current%3D32' target='_blank'>32</a>
@ -806,7 +840,8 @@ This tagrendering has labels
### power-output-socket:type2
The question is `What power output does a single plug of type <b>Type 2</b> (mennekes) offer?`
*<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:output)}* is shown if `socket:type2:output` is set
*<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:output)}* is shown if `socket:type2:output` is set.
- *<b>Type 2</b> (mennekes) outputs at most 11 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:output' target='_blank'>socket:type2:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:output%3D11 kW' target='_blank'>11 kW</a>
- *<b>Type 2</b> (mennekes) outputs at most 22 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:output' target='_blank'>socket:type2:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:output%3D22 kW' target='_blank'>22 kW</a>
@ -818,7 +853,8 @@ This tagrendering has labels
### plugs-amount-socket:type2_combo
The question is `How much plugs of type <b>Type 2 CCS</b> (mennekes) are available here?`
*There are <b class='text-xl'>{socket:type2_combo}</b> plugs of type <b>Type 2 CCS</b> (mennekes) available here* is shown if `socket:type2_combo` is set
*There are <b class='text-xl'>{socket:type2_combo}</b> plugs of type <b>Type 2 CCS</b> (mennekes) available here* is shown if `socket:type2_combo` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type2_combo~.+ & socket:type2_combo!=0
This tagrendering has labels
@ -827,7 +863,8 @@ This tagrendering has labels
### voltage-socket:type2_combo
The question is `What voltage do the plugs with <b>Type 2 CCS</b> (mennekes) offer?`
*<b>Type 2 CCS</b> (mennekes) outputs {canonical(socket:type2_combo:voltage)}* is shown if `socket:type2_combo:voltage` is set
*<b>Type 2 CCS</b> (mennekes) outputs {canonical(socket:type2_combo:voltage)}* is shown if `socket:type2_combo:voltage` is set.
- *<b>Type 2 CCS</b> (mennekes) outputs 500 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:voltage' target='_blank'>socket:type2_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:voltage%3D500' target='_blank'>500</a>
- *<b>Type 2 CCS</b> (mennekes) outputs 920 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:voltage' target='_blank'>socket:type2_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:voltage%3D920' target='_blank'>920</a>
@ -839,7 +876,8 @@ This tagrendering has labels
### current-socket:type2_combo
The question is `What current do the plugs with <b>Type 2 CCS</b> (mennekes) offer?`
*<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:current)}* is shown if `socket:type2_combo:current` is set
*<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:current)}* is shown if `socket:type2_combo:current` is set.
- *<b>Type 2 CCS</b> (mennekes) outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:current' target='_blank'>socket:type2_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:current%3D125' target='_blank'>125</a>
- *<b>Type 2 CCS</b> (mennekes) outputs at most 350 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:current' target='_blank'>socket:type2_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:current%3D350' target='_blank'>350</a>
@ -851,7 +889,8 @@ This tagrendering has labels
### power-output-socket:type2_combo
The question is `What power output does a single plug of type <b>Type 2 CCS</b> (mennekes) offer?`
*<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:output)}* is shown if `socket:type2_combo:output` is set
*<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:output)}* is shown if `socket:type2_combo:output` is set.
- *<b>Type 2 CCS</b> (mennekes) outputs at most 50 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:output' target='_blank'>socket:type2_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:output%3D50 kW' target='_blank'>50 kW</a>
@ -862,7 +901,8 @@ This tagrendering has labels
### plugs-amount-socket:type2_cable
The question is `How much plugs of type <b>Type 2 with cable</b> (mennekes) are available here?`
*There are <b class='text-xl'>{socket:type2_cable}</b> plugs of type <b>Type 2 with cable</b> (mennekes) available here* is shown if `socket:type2_cable` is set
*There are <b class='text-xl'>{socket:type2_cable}</b> plugs of type <b>Type 2 with cable</b> (mennekes) available here* is shown if `socket:type2_cable` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type2_cable~.+ & socket:type2_cable!=0
This tagrendering has labels
@ -871,7 +911,8 @@ This tagrendering has labels
### voltage-socket:type2_cable
The question is `What voltage do the plugs with <b>Type 2 with cable</b> (mennekes) offer?`
*<b>Type 2 with cable</b> (mennekes) outputs {canonical(socket:type2_cable:voltage)}* is shown if `socket:type2_cable:voltage` is set
*<b>Type 2 with cable</b> (mennekes) outputs {canonical(socket:type2_cable:voltage)}* is shown if `socket:type2_cable:voltage` is set.
- *<b>Type 2 with cable</b> (mennekes) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:voltage' target='_blank'>socket:type2_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:voltage%3D230' target='_blank'>230</a>
- *<b>Type 2 with cable</b> (mennekes) outputs 400 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:voltage' target='_blank'>socket:type2_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:voltage%3D400' target='_blank'>400</a>
@ -883,7 +924,8 @@ This tagrendering has labels
### current-socket:type2_cable
The question is `What current do the plugs with <b>Type 2 with cable</b> (mennekes) offer?`
*<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:current)}* is shown if `socket:type2_cable:current` is set
*<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:current)}* is shown if `socket:type2_cable:current` is set.
- *<b>Type 2 with cable</b> (mennekes) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:current' target='_blank'>socket:type2_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:current%3D16' target='_blank'>16</a>
- *<b>Type 2 with cable</b> (mennekes) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:current' target='_blank'>socket:type2_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:current%3D32' target='_blank'>32</a>
@ -895,7 +937,8 @@ This tagrendering has labels
### power-output-socket:type2_cable
The question is `What power output does a single plug of type <b>Type 2 with cable</b> (mennekes) offer?`
*<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:output)}* is shown if `socket:type2_cable:output` is set
*<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:output)}* is shown if `socket:type2_cable:output` is set.
- *<b>Type 2 with cable</b> (mennekes) outputs at most 11 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:output' target='_blank'>socket:type2_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:output%3D11 kW' target='_blank'>11 kW</a>
- *<b>Type 2 with cable</b> (mennekes) outputs at most 22 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:output' target='_blank'>socket:type2_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:output%3D22 kW' target='_blank'>22 kW</a>
@ -907,7 +950,8 @@ This tagrendering has labels
### plugs-amount-socket:tesla_supercharger_ccs
The question is `How much plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) are available here?`
*There are <b class='text-xl'>{socket:tesla_supercharger_ccs}</b> plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) available here* is shown if `socket:tesla_supercharger_ccs` is set
*There are <b class='text-xl'>{socket:tesla_supercharger_ccs}</b> plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) available here* is shown if `socket:tesla_supercharger_ccs` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:tesla_supercharger_ccs~.+ & socket:tesla_supercharger_ccs!=0
This tagrendering has labels
@ -916,7 +960,8 @@ This tagrendering has labels
### voltage-socket:tesla_supercharger_ccs
The question is `What voltage do the plugs with <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?`
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs {canonical(socket:tesla_supercharger_ccs:voltage)}* is shown if `socket:tesla_supercharger_ccs:voltage` is set
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs {canonical(socket:tesla_supercharger_ccs:voltage)}* is shown if `socket:tesla_supercharger_ccs:voltage` is set.
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 500 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:voltage' target='_blank'>socket:tesla_supercharger_ccs:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:voltage%3D500' target='_blank'>500</a>
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 920 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:voltage' target='_blank'>socket:tesla_supercharger_ccs:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:voltage%3D920' target='_blank'>920</a>
@ -928,7 +973,8 @@ This tagrendering has labels
### current-socket:tesla_supercharger_ccs
The question is `What current do the plugs with <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?`
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:current)}* is shown if `socket:tesla_supercharger_ccs:current` is set
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:current)}* is shown if `socket:tesla_supercharger_ccs:current` is set.
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:current' target='_blank'>socket:tesla_supercharger_ccs:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:current%3D125' target='_blank'>125</a>
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 350 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:current' target='_blank'>socket:tesla_supercharger_ccs:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:current%3D350' target='_blank'>350</a>
@ -940,7 +986,8 @@ This tagrendering has labels
### power-output-socket:tesla_supercharger_ccs
The question is `What power output does a single plug of type <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?`
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:output)}* is shown if `socket:tesla_supercharger_ccs:output` is set
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:output)}* is shown if `socket:tesla_supercharger_ccs:output` is set.
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 50 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:output' target='_blank'>socket:tesla_supercharger_ccs:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:output%3D50 kW' target='_blank'>50 kW</a>
@ -951,7 +998,8 @@ This tagrendering has labels
### plugs-amount-socket:tesla_destination_us
The question is `How much plugs of type <b>Tesla Supercharger (destination)</b> are available here?`
*There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla Supercharger (destination)</b> available here* is shown if `socket:tesla_destination` is set
*There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla Supercharger (destination)</b> available here* is shown if `socket:tesla_destination` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:tesla_destination~.+ & socket:tesla_destination!=0
This tagrendering has labels
@ -960,7 +1008,8 @@ This tagrendering has labels
### voltage-socket:tesla_destination_us
The question is `What voltage do the plugs with <b>Tesla Supercharger (destination)</b> offer?`
*<b>Tesla Supercharger (destination)</b> outputs {canonical(socket:tesla_destination:voltage)}* is shown if `socket:tesla_destination:voltage` is set
*<b>Tesla Supercharger (destination)</b> outputs {canonical(socket:tesla_destination:voltage)}* is shown if `socket:tesla_destination:voltage` is set.
- *<b>Tesla Supercharger (destination)</b> outputs 480 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage' target='_blank'>socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D480' target='_blank'>480</a>
@ -971,7 +1020,8 @@ This tagrendering has labels
### current-socket:tesla_destination_us
The question is `What current do the plugs with <b>Tesla Supercharger (destination)</b> offer?`
*<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:current)}* is shown if `socket:tesla_destination:current` is set
*<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:current)}* is shown if `socket:tesla_destination:current` is set.
- *<b>Tesla Supercharger (destination)</b> outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current' target='_blank'>socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D125' target='_blank'>125</a>
- *<b>Tesla Supercharger (destination)</b> outputs at most 350 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current' target='_blank'>socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D350' target='_blank'>350</a>
@ -983,7 +1033,8 @@ This tagrendering has labels
### power-output-socket:tesla_destination_us
The question is `What power output does a single plug of type <b>Tesla Supercharger (destination)</b> offer?`
*<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:output)}* is shown if `socket:tesla_destination:output` is set
*<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:output)}* is shown if `socket:tesla_destination:output` is set.
- *<b>Tesla Supercharger (destination)</b> outputs at most 120 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output' target='_blank'>socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D120 kW' target='_blank'>120 kW</a>
- *<b>Tesla Supercharger (destination)</b> outputs at most 150 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output' target='_blank'>socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D150 kW' target='_blank'>150 kW</a>
@ -996,7 +1047,8 @@ This tagrendering has labels
### plugs-amount-socket:tesla_destination
The question is `How much plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) are available here?`
*There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) available here* is shown if `socket:tesla_destination` is set
*There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) available here* is shown if `socket:tesla_destination` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:tesla_destination~.+ & socket:tesla_destination!=0
This tagrendering has labels
@ -1005,7 +1057,8 @@ This tagrendering has labels
### voltage-socket:tesla_destination
The question is `What voltage do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?`
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}* is shown if `socket:tesla_destination:voltage` is set
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}* is shown if `socket:tesla_destination:voltage` is set.
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage' target='_blank'>socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D230' target='_blank'>230</a>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 400 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage' target='_blank'>socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D400' target='_blank'>400</a>
@ -1017,7 +1070,8 @@ This tagrendering has labels
### current-socket:tesla_destination
The question is `What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?`
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}* is shown if `socket:tesla_destination:current` is set
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}* is shown if `socket:tesla_destination:current` is set.
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current' target='_blank'>socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D16' target='_blank'>16</a>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current' target='_blank'>socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D32' target='_blank'>32</a>
@ -1029,7 +1083,8 @@ This tagrendering has labels
### power-output-socket:tesla_destination
The question is `What power output does a single plug of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?`
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}* is shown if `socket:tesla_destination:output` is set
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}* is shown if `socket:tesla_destination:output` is set.
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 11 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output' target='_blank'>socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D11 kW' target='_blank'>11 kW</a>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 22 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output' target='_blank'>socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D22 kW' target='_blank'>22 kW</a>
@ -1041,7 +1096,8 @@ This tagrendering has labels
### plugs-amount-socket:USB-A
The question is `How much plugs of type <b>USB</b> to charge phones and small electronics are available here?`
*There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>USB</b> to charge phones and small electronics available here* is shown if `socket:USB-A` is set
*There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>USB</b> to charge phones and small electronics available here* is shown if `socket:USB-A` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:USB-A~.+ & socket:USB-A!=0
This tagrendering has labels
@ -1050,7 +1106,8 @@ This tagrendering has labels
### voltage-socket:USB-A
The question is `What voltage do the plugs with <b>USB</b> to charge phones and small electronics offer?`
*<b>USB</b> to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}* is shown if `socket:USB-A:voltage` is set
*<b>USB</b> to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}* is shown if `socket:USB-A:voltage` is set.
- *<b>USB</b> to charge phones and small electronics outputs 5 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:voltage' target='_blank'>socket:USB-A:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:voltage%3D5' target='_blank'>5</a>
@ -1061,7 +1118,8 @@ This tagrendering has labels
### current-socket:USB-A
The question is `What current do the plugs with <b>USB</b> to charge phones and small electronics offer?`
*<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}* is shown if `socket:USB-A:current` is set
*<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}* is shown if `socket:USB-A:current` is set.
- *<b>USB</b> to charge phones and small electronics outputs at most 1 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:current' target='_blank'>socket:USB-A:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:current%3D1' target='_blank'>1</a>
- *<b>USB</b> to charge phones and small electronics outputs at most 2 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:current' target='_blank'>socket:USB-A:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:current%3D2' target='_blank'>2</a>
@ -1073,7 +1131,8 @@ This tagrendering has labels
### power-output-socket:USB-A
The question is `What power output does a single plug of type <b>USB</b> to charge phones and small electronics offer?`
*<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}* is shown if `socket:USB-A:output` is set
*<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}* is shown if `socket:USB-A:output` is set.
- *<b>USB</b> to charge phones and small electronics outputs at most 5W* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:output' target='_blank'>socket:USB-A:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:output%3D5W' target='_blank'>5W</a>
- *<b>USB</b> to charge phones and small electronics outputs at most 10W* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:output' target='_blank'>socket:USB-A:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:output%3D10W' target='_blank'>10W</a>
@ -1085,7 +1144,8 @@ This tagrendering has labels
### plugs-amount-socket:bosch_3pin
The question is `How much plugs of type <b>Bosch Active Connect with 3 pins</b> and cable are available here?`
*There are <b class='text-xl'>{socket:bosch_3pin}</b> plugs of type <b>Bosch Active Connect with 3 pins</b> and cable available here* is shown if `socket:bosch_3pin` is set
*There are <b class='text-xl'>{socket:bosch_3pin}</b> plugs of type <b>Bosch Active Connect with 3 pins</b> and cable available here* is shown if `socket:bosch_3pin` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_3pin~.+ & socket:bosch_3pin!=0
This tagrendering has labels
@ -1094,7 +1154,8 @@ This tagrendering has labels
### voltage-socket:bosch_3pin
The question is `What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?`
*<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_3pin:voltage)}* is shown if `socket:bosch_3pin:voltage` is set
*<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_3pin:voltage)}* is shown if `socket:bosch_3pin:voltage` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_3pin~.+ & socket:bosch_3pin!=0
This tagrendering has labels
@ -1103,7 +1164,8 @@ This tagrendering has labels
### current-socket:bosch_3pin
The question is `What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?`
*<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:current)}* is shown if `socket:bosch_3pin:current` is set
*<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:current)}* is shown if `socket:bosch_3pin:current` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_3pin~.+ & socket:bosch_3pin!=0
This tagrendering has labels
@ -1112,7 +1174,8 @@ This tagrendering has labels
### power-output-socket:bosch_3pin
The question is `What power output does a single plug of type <b>Bosch Active Connect with 3 pins</b> and cable offer?`
*<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:output)}* is shown if `socket:bosch_3pin:output` is set
*<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:output)}* is shown if `socket:bosch_3pin:output` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_3pin~.+ & socket:bosch_3pin!=0
This tagrendering has labels
@ -1121,7 +1184,8 @@ This tagrendering has labels
### plugs-amount-socket:bosch_5pin
The question is `How much plugs of type <b>Bosch Active Connect with 5 pins</b> and cable are available here?`
*There are <b class='text-xl'>{socket:bosch_5pin}</b> plugs of type <b>Bosch Active Connect with 5 pins</b> and cable available here* is shown if `socket:bosch_5pin` is set
*There are <b class='text-xl'>{socket:bosch_5pin}</b> plugs of type <b>Bosch Active Connect with 5 pins</b> and cable available here* is shown if `socket:bosch_5pin` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_5pin~.+ & socket:bosch_5pin!=0
This tagrendering has labels
@ -1130,7 +1194,8 @@ This tagrendering has labels
### voltage-socket:bosch_5pin
The question is `What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}* is shown if `socket:bosch_5pin:voltage` is set
*<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}* is shown if `socket:bosch_5pin:voltage` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_5pin~.+ & socket:bosch_5pin!=0
This tagrendering has labels
@ -1139,7 +1204,8 @@ This tagrendering has labels
### current-socket:bosch_5pin
The question is `What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}* is shown if `socket:bosch_5pin:current` is set
*<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}* is shown if `socket:bosch_5pin:current` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_5pin~.+ & socket:bosch_5pin!=0
This tagrendering has labels
@ -1148,7 +1214,8 @@ This tagrendering has labels
### power-output-socket:bosch_5pin
The question is `What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}* is shown if `socket:bosch_5pin:output` is set
*<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}* is shown if `socket:bosch_5pin:output` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_5pin~.+ & socket:bosch_5pin!=0
This tagrendering has labels
@ -1157,7 +1224,8 @@ This tagrendering has labels
### plugs-amount-socket:bs1363
The question is `How much plugs of type <b>BS1363</b> (Type G) are available here?`
*There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>BS1363</b> (Type G) available here* is shown if `socket:bs1363` is set
*There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>BS1363</b> (Type G) available here* is shown if `socket:bs1363` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bs1363~.+ & socket:bs1363!=0
This tagrendering has labels
@ -1166,7 +1234,8 @@ This tagrendering has labels
### voltage-socket:bs1363
The question is `What voltage do the plugs with <b>BS1363</b> (Type G) offer?`
*<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}* is shown if `socket:bs1363:voltage` is set
*<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}* is shown if `socket:bs1363:voltage` is set.
- *<b>BS1363</b> (Type G) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bs1363:voltage' target='_blank'>socket:bs1363:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bs1363:voltage%3D230' target='_blank'>230</a>
@ -1177,7 +1246,8 @@ This tagrendering has labels
### current-socket:bs1363
The question is `What current do the plugs with <b>BS1363</b> (Type G) offer?`
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}* is shown if `socket:bs1363:current` is set
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}* is shown if `socket:bs1363:current` is set.
- *<b>BS1363</b> (Type G) outputs at most 13 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bs1363:current' target='_blank'>socket:bs1363:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bs1363:current%3D13' target='_blank'>13</a>
@ -1188,7 +1258,8 @@ This tagrendering has labels
### power-output-socket:bs1363
The question is `What power output does a single plug of type <b>BS1363</b> (Type G) offer?`
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}* is shown if `socket:bs1363:output` is set
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}* is shown if `socket:bs1363:output` is set.
- *<b>BS1363</b> (Type G) outputs at most 3kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bs1363:output' target='_blank'>socket:bs1363:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bs1363:output%3D3kW' target='_blank'>3kW</a>
@ -1199,7 +1270,8 @@ This tagrendering has labels
### plugs-amount-socket:nema5_15
The question is `How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?`
*There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here* is shown if `socket:nema5_15` is set
*There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here* is shown if `socket:nema5_15` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nema5_15~.+ & socket:nema5_15!=0
This tagrendering has labels
@ -1208,7 +1280,8 @@ This tagrendering has labels
### voltage-socket:nema5_15
The question is `What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
*<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}* is shown if `socket:nema5_15:voltage` is set
*<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}* is shown if `socket:nema5_15:voltage` is set.
- *<b>NEMA 5-15</b> (Type B) outputs 120 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema5_15:voltage' target='_blank'>socket:nema5_15:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema5_15:voltage%3D120' target='_blank'>120</a>
@ -1219,7 +1292,8 @@ This tagrendering has labels
### current-socket:nema5_15
The question is `What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
*<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:current)}* is shown if `socket:nema5_15:current` is set
*<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:current)}* is shown if `socket:nema5_15:current` is set.
- *<b>NEMA 5-15</b> (Type B) outputs at most 15 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema5_15:current' target='_blank'>socket:nema5_15:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema5_15:current%3D15' target='_blank'>15</a>
@ -1230,7 +1304,8 @@ This tagrendering has labels
### power-output-socket:nema5_15
The question is `What power output does a single plug of type <b>NEMA 5-15</b> (Type B) offer?`
*<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:output)}* is shown if `socket:nema5_15:output` is set
*<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:output)}* is shown if `socket:nema5_15:output` is set.
- *<b>NEMA 5-15</b> (Type B) outputs at most 1.8 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema5_15:output' target='_blank'>socket:nema5_15:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema5_15:output%3D1.8 kW' target='_blank'>1.8 kW</a>
@ -1241,7 +1316,8 @@ This tagrendering has labels
### plugs-amount-socket:sev1011_t23
The question is `How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?`
*There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here* is shown if `socket:sev1011_t23` is set
*There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here* is shown if `socket:sev1011_t23` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:sev1011_t23~.+ & socket:sev1011_t23!=0
This tagrendering has labels
@ -1250,7 +1326,8 @@ This tagrendering has labels
### voltage-socket:sev1011_t23
The question is `What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
*<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}* is shown if `socket:sev1011_t23:voltage` is set
*<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}* is shown if `socket:sev1011_t23:voltage` is set.
- *<b>SEV 1011 T23</b> (Type J) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:sev1011_t23:voltage' target='_blank'>socket:sev1011_t23:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:sev1011_t23:voltage%3D230' target='_blank'>230</a>
@ -1261,7 +1338,8 @@ This tagrendering has labels
### current-socket:sev1011_t23
The question is `What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
*<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:current)}* is shown if `socket:sev1011_t23:current` is set
*<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:current)}* is shown if `socket:sev1011_t23:current` is set.
- *<b>SEV 1011 T23</b> (Type J) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:sev1011_t23:current' target='_blank'>socket:sev1011_t23:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:sev1011_t23:current%3D16' target='_blank'>16</a>
@ -1272,7 +1350,8 @@ This tagrendering has labels
### power-output-socket:sev1011_t23
The question is `What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?`
*<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:output)}* is shown if `socket:sev1011_t23:output` is set
*<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:output)}* is shown if `socket:sev1011_t23:output` is set.
- *<b>SEV 1011 T23</b> (Type J) outputs at most 3.7 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:sev1011_t23:output' target='_blank'>socket:sev1011_t23:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:sev1011_t23:output%3D3.7 kW' target='_blank'>3.7 kW</a>
@ -1283,7 +1362,8 @@ This tagrendering has labels
### plugs-amount-socket:as3112
The question is `How much plugs of type <b>AS3112</b> (Type I) are available here?`
*There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>AS3112</b> (Type I) available here* is shown if `socket:as3112` is set
*There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>AS3112</b> (Type I) available here* is shown if `socket:as3112` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:as3112~.+ & socket:as3112!=0
This tagrendering has labels
@ -1292,7 +1372,8 @@ This tagrendering has labels
### voltage-socket:as3112
The question is `What voltage do the plugs with <b>AS3112</b> (Type I) offer?`
*<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}* is shown if `socket:as3112:voltage` is set
*<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}* is shown if `socket:as3112:voltage` is set.
- *<b>AS3112</b> (Type I) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:as3112:voltage' target='_blank'>socket:as3112:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:as3112:voltage%3D230' target='_blank'>230</a>
@ -1303,7 +1384,8 @@ This tagrendering has labels
### current-socket:as3112
The question is `What current do the plugs with <b>AS3112</b> (Type I) offer?`
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}* is shown if `socket:as3112:current` is set
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}* is shown if `socket:as3112:current` is set.
- *<b>AS3112</b> (Type I) outputs at most 10 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:as3112:current' target='_blank'>socket:as3112:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:as3112:current%3D10' target='_blank'>10</a>
@ -1314,7 +1396,8 @@ This tagrendering has labels
### power-output-socket:as3112
The question is `What power output does a single plug of type <b>AS3112</b> (Type I) offer?`
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}* is shown if `socket:as3112:output` is set
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}* is shown if `socket:as3112:output` is set.
- *<b>AS3112</b> (Type I) outputs at most 2.3 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:as3112:output' target='_blank'>socket:as3112:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:as3112:output%3D2.3 kW' target='_blank'>2.3 kW</a>
@ -1325,7 +1408,8 @@ This tagrendering has labels
### plugs-amount-socket:nema_5_20
The question is `How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?`
*There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here* is shown if `socket:nema_5_20` is set
*There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here* is shown if `socket:nema_5_20` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nema_5_20~.+ & socket:nema_5_20!=0
This tagrendering has labels
@ -1334,7 +1418,8 @@ This tagrendering has labels
### voltage-socket:nema_5_20
The question is `What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?`
*<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nema_5_20:voltage)}* is shown if `socket:nema_5_20:voltage` is set
*<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nema_5_20:voltage)}* is shown if `socket:nema_5_20:voltage` is set.
- *<b>NEMA 5-20</b> (Type B) outputs 120 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:voltage' target='_blank'>socket:nema_5_20:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:voltage%3D120' target='_blank'>120</a>
@ -1345,7 +1430,8 @@ This tagrendering has labels
### current-socket:nema_5_20
The question is `What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?`
*<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:current)}* is shown if `socket:nema_5_20:current` is set
*<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:current)}* is shown if `socket:nema_5_20:current` is set.
- *<b>NEMA 5-20</b> (Type B) outputs at most 20 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:current' target='_blank'>socket:nema_5_20:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:current%3D20' target='_blank'>20</a>
@ -1356,7 +1442,8 @@ This tagrendering has labels
### power-output-socket:nema_5_20
The question is `What power output does a single plug of type <b>NEMA 5-20</b> (Type B) offer?`
*<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:output)}* is shown if `socket:nema_5_20:output` is set
*<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:output)}* is shown if `socket:nema_5_20:output` is set.
- *<b>NEMA 5-20</b> (Type B) outputs at most 2.4 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:output' target='_blank'>socket:nema_5_20:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:output%3D2.4 kW' target='_blank'>2.4 kW</a>
@ -1367,7 +1454,8 @@ This tagrendering has labels
### OH
The question is `When is this charging station opened?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -1385,7 +1473,8 @@ The question is `Does one have to pay to use this charging station?`
### charge
The question is `How much does one have to pay to use this charging station?`
*Using this charging station costs <b>{charge}</b>* is shown if `charge` is set
*Using this charging station costs <b>{charge}</b>* is shown if `charge` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>
@ -1405,7 +1494,8 @@ This tagrendering is only visible in the popup if the following condition is met
### app-name
The question is `What is the name of the app used for payment?`
*Payment can be done using the app <b>{payment:app}</b>* is shown if `payment:app` is set
*Payment can be done using the app <b>{payment:app}</b>* is shown if `payment:app` is set.
This tagrendering is only visible in the popup if the following condition is met: payment:app~.+ & payment:app!=no
@ -1425,14 +1515,16 @@ The question is `What kind of authentication is available at the charging statio
### Auth phone
The question is `What's the phone number for authentication call or SMS?`
*Authenticate by calling or SMS'ing to <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>* is shown if `authentication:phone_call:number` is set
*Authenticate by calling or SMS'ing to <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>* is shown if `authentication:phone_call:number` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:authentication:phone_call' target='_blank'>authentication:phone_call</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:authentication:phone_call%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:authentication:short_message' target='_blank'>authentication:short_message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:authentication:short_message%3Dyes' target='_blank'>yes</a>
### maxstay
The question is `What is the maximum amount of time one is allowed to stay here?`
*One can stay at most <b>{canonical(maxstay)}</b>* is shown if `maxstay` is set
*One can stay at most <b>{canonical(maxstay)}</b>* is shown if `maxstay` is set.
- *There is no limit to the amount of time one can stay here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:maxstay' target='_blank'>maxstay</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxstay%3Dunlimited' target='_blank'>unlimited</a>
@ -1441,7 +1533,8 @@ This tagrendering is only visible in the popup if the following condition is met
### Network
The question is `Is this charging station part of a network?`
*Part of the network <b>{network}</b>* is shown if `network` is set
*Part of the network <b>{network}</b>* is shown if `network` is set.
- *Not part of a bigger network, e.g. because the charging station is maintained by a local business* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:no:network' target='_blank'>no:network</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:no:network%3Dyes' target='_blank'>yes</a>
- *Not part of a bigger network* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:network' target='_blank'>network</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:network%3Dnone' target='_blank'>none</a>. _This option cannot be chosen as answer_
@ -1455,28 +1548,33 @@ The question is `Is this charging station part of a network?`
### Operator
The question is `Who is the operator of this charging station?`
*This charging station is operated by {operator}* is shown if `operator` is set
*This charging station is operated by {operator}* is shown if `operator` is set.
- *Actually, {operator} is the network* is shown if with network=
### phone
The question is `What number can one call if there is a problem with this charging station?`
*In case of problems, call <a href='tel:{phone}'>{phone}</a>* is shown if `phone` is set
*In case of problems, call <a href='tel:{phone}'>{phone}</a>* is shown if `phone` is set.
### email
The question is `What is the email address of the operator?`
*In case of problems, send an email to <a href='mailto:{email}'>{email}</a>* is shown if `email` is set
*In case of problems, send an email to <a href='mailto:{email}'>{email}</a>* is shown if `email` is set.
### website
The question is `What is the website where one can find more information about this charging station?`
*More info on <a href='{website}'>{website}</a>* is shown if `website` is set
*More info on <a href='{website}'>{website}</a>* is shown if `website` is set.
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -1486,7 +1584,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -1500,7 +1599,8 @@ This tagrendering has labels
### ref
The question is `What is the reference number of this charging station?`
*Reference number is <b>{ref}</b>* is shown if `ref` is set
*Reference number is <b>{ref}</b>* is shown if `ref` is set.
This tagrendering is only visible in the popup if the following condition is met: network~.+
@ -1524,26 +1624,31 @@ The question is `Does one have to pay a parking fee while charging?`
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
*{questions()}*
### questions-technical
_This tagrendering has no question and is thus read-only_
*<h3>Technical questions</h3>The questions below are very technical. Feel free to ignore them<br/>{questions(technical)}*
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -374,6 +374,7 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### Type
@ -389,7 +390,8 @@ The question is `Which vehicles are allowed to charge here?`
### access
The question is `Who is allowed to use this charging station?`
*Access is {access}* is shown if `access` is set
*Access is {access}* is shown if `access` is set.
- *Anyone can use this charging station (payment might be needed)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>
- *Anyone can use this charging station (payment might be needed)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpublic' target='_blank'>public</a>. _This option cannot be chosen as answer_
@ -401,7 +403,8 @@ The question is `Who is allowed to use this charging station?`
### capacity
The question is `How much vehicles can be charged here at the same time?`
*{capacity} vehicles can be charged here at the same time* is shown if `capacity` is set
*{capacity} vehicles can be charged here at the same time* is shown if `capacity` is set.
### Available_charging_stations (generated)
@ -453,7 +456,8 @@ The question is `Which charging connections are available here?`
### plugs-amount-socket:schuko
The question is `How much plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) are available here?`
*There are <b class='text-xl'>{socket:schuko}</b> plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) available here* is shown if `socket:schuko` is set
*There are <b class='text-xl'>{socket:schuko}</b> plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) available here* is shown if `socket:schuko` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:schuko~.+ & socket:schuko!=0
This tagrendering has labels
@ -462,7 +466,8 @@ This tagrendering has labels
### voltage-socket:schuko
The question is `What voltage do the plugs with <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?`
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs {canonical(socket:schuko:voltage)}* is shown if `socket:schuko:voltage` is set
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs {canonical(socket:schuko:voltage)}* is shown if `socket:schuko:voltage` is set.
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:schuko:voltage' target='_blank'>socket:schuko:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:schuko:voltage%3D230' target='_blank'>230</a>
@ -473,7 +478,8 @@ This tagrendering has labels
### current-socket:schuko
The question is `What current do the plugs with <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?`
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:current)}* is shown if `socket:schuko:current` is set
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:current)}* is shown if `socket:schuko:current` is set.
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:schuko:current' target='_blank'>socket:schuko:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:schuko:current%3D16' target='_blank'>16</a>
@ -484,7 +490,8 @@ This tagrendering has labels
### power-output-socket:schuko
The question is `What power output does a single plug of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?`
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:output)}* is shown if `socket:schuko:output` is set
*<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:output)}* is shown if `socket:schuko:output` is set.
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 3.6 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:schuko:output' target='_blank'>socket:schuko:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:schuko:output%3D3.6 kW' target='_blank'>3.6 kW</a>
@ -495,7 +502,8 @@ This tagrendering has labels
### plugs-amount-socket:typee
The question is `How much plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) are available here?`
*There are <b class='text-xl'>{socket:typee}</b> plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) available here* is shown if `socket:typee` is set
*There are <b class='text-xl'>{socket:typee}</b> plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) available here* is shown if `socket:typee` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:typee~.+ & socket:typee!=0
This tagrendering has labels
@ -504,7 +512,8 @@ This tagrendering has labels
### voltage-socket:typee
The question is `What voltage do the plugs with <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?`
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs {canonical(socket:typee:voltage)}* is shown if `socket:typee:voltage` is set
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs {canonical(socket:typee:voltage)}* is shown if `socket:typee:voltage` is set.
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee:voltage' target='_blank'>socket:typee:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee:voltage%3D230' target='_blank'>230</a>
@ -515,7 +524,8 @@ This tagrendering has labels
### current-socket:typee
The question is `What current do the plugs with <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?`
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:current)}* is shown if `socket:typee:current` is set
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:current)}* is shown if `socket:typee:current` is set.
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee:current' target='_blank'>socket:typee:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee:current%3D16' target='_blank'>16</a>
@ -526,7 +536,8 @@ This tagrendering has labels
### power-output-socket:typee
The question is `What power output does a single plug of type <b>European wall plug</b> with ground pin (CEE7/4 type E) offer?`
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:output)}* is shown if `socket:typee:output` is set
*<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:output)}* is shown if `socket:typee:output` is set.
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 3 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee:output' target='_blank'>socket:typee:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee:output%3D3 kW' target='_blank'>3 kW</a>
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 22 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee:output' target='_blank'>socket:typee:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee:output%3D22 kW' target='_blank'>22 kW</a>
@ -538,7 +549,8 @@ This tagrendering has labels
### plugs-amount-socket:chademo
The question is `How much plugs of type <b>Chademo</b> are available here?`
*There are <b class='text-xl'>{socket:chademo}</b> plugs of type <b>Chademo</b> available here* is shown if `socket:chademo` is set
*There are <b class='text-xl'>{socket:chademo}</b> plugs of type <b>Chademo</b> available here* is shown if `socket:chademo` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:chademo~.+ & socket:chademo!=0
This tagrendering has labels
@ -547,7 +559,8 @@ This tagrendering has labels
### voltage-socket:chademo
The question is `What voltage do the plugs with <b>Chademo</b> offer?`
*<b>Chademo</b> outputs {canonical(socket:chademo:voltage)}* is shown if `socket:chademo:voltage` is set
*<b>Chademo</b> outputs {canonical(socket:chademo:voltage)}* is shown if `socket:chademo:voltage` is set.
- *<b>Chademo</b> outputs 500 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:chademo:voltage' target='_blank'>socket:chademo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:chademo:voltage%3D500' target='_blank'>500</a>
@ -558,7 +571,8 @@ This tagrendering has labels
### current-socket:chademo
The question is `What current do the plugs with <b>Chademo</b> offer?`
*<b>Chademo</b> outputs at most {canonical(socket:chademo:current)}* is shown if `socket:chademo:current` is set
*<b>Chademo</b> outputs at most {canonical(socket:chademo:current)}* is shown if `socket:chademo:current` is set.
- *<b>Chademo</b> outputs at most 120 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:chademo:current' target='_blank'>socket:chademo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:chademo:current%3D120' target='_blank'>120</a>
@ -569,7 +583,8 @@ This tagrendering has labels
### power-output-socket:chademo
The question is `What power output does a single plug of type <b>Chademo</b> offer?`
*<b>Chademo</b> outputs at most {canonical(socket:chademo:output)}* is shown if `socket:chademo:output` is set
*<b>Chademo</b> outputs at most {canonical(socket:chademo:output)}* is shown if `socket:chademo:output` is set.
- *<b>Chademo</b> outputs at most 50 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:chademo:output' target='_blank'>socket:chademo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:chademo:output%3D50 kW' target='_blank'>50 kW</a>
@ -580,7 +595,8 @@ This tagrendering has labels
### plugs-amount-socket:type1_cable
The question is `How much plugs of type <b>Type 1 with cable</b> (J1772) are available here?`
*There are <b class='text-xl'>{socket:type1_cable}</b> plugs of type <b>Type 1 with cable</b> (J1772) available here* is shown if `socket:type1_cable` is set
*There are <b class='text-xl'>{socket:type1_cable}</b> plugs of type <b>Type 1 with cable</b> (J1772) available here* is shown if `socket:type1_cable` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type1_cable~.+ & socket:type1_cable!=0
This tagrendering has labels
@ -589,7 +605,8 @@ This tagrendering has labels
### voltage-socket:type1_cable
The question is `What voltage do the plugs with <b>Type 1 with cable</b> (J1772) offer?`
*<b>Type 1 with cable</b> (J1772) outputs {canonical(socket:type1_cable:voltage)}* is shown if `socket:type1_cable:voltage` is set
*<b>Type 1 with cable</b> (J1772) outputs {canonical(socket:type1_cable:voltage)}* is shown if `socket:type1_cable:voltage` is set.
- *<b>Type 1 with cable</b> (J1772) outputs 200 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:voltage' target='_blank'>socket:type1_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:voltage%3D200' target='_blank'>200</a>
- *<b>Type 1 with cable</b> (J1772) outputs 240 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:voltage' target='_blank'>socket:type1_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:voltage%3D240' target='_blank'>240</a>
@ -601,7 +618,8 @@ This tagrendering has labels
### current-socket:type1_cable
The question is `What current do the plugs with <b>Type 1 with cable</b> (J1772) offer?`
*<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:current)}* is shown if `socket:type1_cable:current` is set
*<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:current)}* is shown if `socket:type1_cable:current` is set.
- *<b>Type 1 with cable</b> (J1772) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:current' target='_blank'>socket:type1_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:current%3D32' target='_blank'>32</a>
@ -612,7 +630,8 @@ This tagrendering has labels
### power-output-socket:type1_cable
The question is `What power output does a single plug of type <b>Type 1 with cable</b> (J1772) offer?`
*<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:output)}* is shown if `socket:type1_cable:output` is set
*<b>Type 1 with cable</b> (J1772) outputs at most {canonical(socket:type1_cable:output)}* is shown if `socket:type1_cable:output` is set.
- *<b>Type 1 with cable</b> (J1772) outputs at most 3.7 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:output' target='_blank'>socket:type1_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:output%3D3.7 kW' target='_blank'>3.7 kW</a>
- *<b>Type 1 with cable</b> (J1772) outputs at most 7 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable:output' target='_blank'>socket:type1_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable:output%3D7 kW' target='_blank'>7 kW</a>
@ -624,7 +643,8 @@ This tagrendering has labels
### plugs-amount-socket:type1
The question is `How much plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) are available here?`
*There are <b class='text-xl'>{socket:type1}</b> plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) available here* is shown if `socket:type1` is set
*There are <b class='text-xl'>{socket:type1}</b> plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) available here* is shown if `socket:type1` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type1~.+ & socket:type1!=0
This tagrendering has labels
@ -633,7 +653,8 @@ This tagrendering has labels
### voltage-socket:type1
The question is `What voltage do the plugs with <b>Type 1 <i>without</i> cable</b> (J1772) offer?`
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs {canonical(socket:type1:voltage)}* is shown if `socket:type1:voltage` is set
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs {canonical(socket:type1:voltage)}* is shown if `socket:type1:voltage` is set.
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs 200 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:voltage' target='_blank'>socket:type1:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:voltage%3D200' target='_blank'>200</a>
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs 240 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:voltage' target='_blank'>socket:type1:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:voltage%3D240' target='_blank'>240</a>
@ -645,7 +666,8 @@ This tagrendering has labels
### current-socket:type1
The question is `What current do the plugs with <b>Type 1 <i>without</i> cable</b> (J1772) offer?`
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:current)}* is shown if `socket:type1:current` is set
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:current)}* is shown if `socket:type1:current` is set.
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:current' target='_blank'>socket:type1:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:current%3D32' target='_blank'>32</a>
@ -656,7 +678,8 @@ This tagrendering has labels
### power-output-socket:type1
The question is `What power output does a single plug of type <b>Type 1 <i>without</i> cable</b> (J1772) offer?`
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:output)}* is shown if `socket:type1:output` is set
*<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most {canonical(socket:type1:output)}* is shown if `socket:type1:output` is set.
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 3.7 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:output' target='_blank'>socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:output%3D3.7 kW' target='_blank'>3.7 kW</a>
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 6.6 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1:output' target='_blank'>socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1:output%3D6.6 kW' target='_blank'>6.6 kW</a>
@ -670,7 +693,8 @@ This tagrendering has labels
### plugs-amount-socket:type1_combo
The question is `How much plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) are available here?`
*There are <b class='text-xl'>{socket:type1_combo}</b> plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) available here* is shown if `socket:type1_combo` is set
*There are <b class='text-xl'>{socket:type1_combo}</b> plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) available here* is shown if `socket:type1_combo` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type1_combo~.+ & socket:type1_combo!=0
This tagrendering has labels
@ -679,7 +703,8 @@ This tagrendering has labels
### voltage-socket:type1_combo
The question is `What voltage do the plugs with <b>Type 1 CCS</b> (aka Type 1 Combo) offer?`
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs {canonical(socket:type1_combo:voltage)}* is shown if `socket:type1_combo:voltage` is set
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs {canonical(socket:type1_combo:voltage)}* is shown if `socket:type1_combo:voltage` is set.
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs 400 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:voltage' target='_blank'>socket:type1_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:voltage%3D400' target='_blank'>400</a>
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs 1000 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:voltage' target='_blank'>socket:type1_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:voltage%3D1000' target='_blank'>1000</a>
@ -691,7 +716,8 @@ This tagrendering has labels
### current-socket:type1_combo
The question is `What current do the plugs with <b>Type 1 CCS</b> (aka Type 1 Combo) offer?`
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:current)}* is shown if `socket:type1_combo:current` is set
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:current)}* is shown if `socket:type1_combo:current` is set.
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:current' target='_blank'>socket:type1_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:current%3D50' target='_blank'>50</a>
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:current' target='_blank'>socket:type1_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:current%3D125' target='_blank'>125</a>
@ -703,7 +729,8 @@ This tagrendering has labels
### power-output-socket:type1_combo
The question is `What power output does a single plug of type <b>Type 1 CCS</b> (aka Type 1 Combo) offer?`
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:output)}* is shown if `socket:type1_combo:output` is set
*<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:output)}* is shown if `socket:type1_combo:output` is set.
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:output' target='_blank'>socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:output%3D50 kW' target='_blank'>50 kW</a>
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 62.5 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo:output' target='_blank'>socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo:output%3D62.5 kW' target='_blank'>62.5 kW</a>
@ -717,7 +744,8 @@ This tagrendering has labels
### plugs-amount-socket:tesla_supercharger
The question is `How much plugs of type <b>Tesla Supercharger</b> are available here?`
*There are <b class='text-xl'>{socket:tesla_supercharger}</b> plugs of type <b>Tesla Supercharger</b> available here* is shown if `socket:tesla_supercharger` is set
*There are <b class='text-xl'>{socket:tesla_supercharger}</b> plugs of type <b>Tesla Supercharger</b> available here* is shown if `socket:tesla_supercharger` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:tesla_supercharger~.+ & socket:tesla_supercharger!=0
This tagrendering has labels
@ -726,7 +754,8 @@ This tagrendering has labels
### voltage-socket:tesla_supercharger
The question is `What voltage do the plugs with <b>Tesla Supercharger</b> offer?`
*<b>Tesla Supercharger</b> outputs {canonical(socket:tesla_supercharger:voltage)}* is shown if `socket:tesla_supercharger:voltage` is set
*<b>Tesla Supercharger</b> outputs {canonical(socket:tesla_supercharger:voltage)}* is shown if `socket:tesla_supercharger:voltage` is set.
- *<b>Tesla Supercharger</b> outputs 480 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:voltage' target='_blank'>socket:tesla_supercharger:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:voltage%3D480' target='_blank'>480</a>
@ -737,7 +766,8 @@ This tagrendering has labels
### current-socket:tesla_supercharger
The question is `What current do the plugs with <b>Tesla Supercharger</b> offer?`
*<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:current)}* is shown if `socket:tesla_supercharger:current` is set
*<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:current)}* is shown if `socket:tesla_supercharger:current` is set.
- *<b>Tesla Supercharger</b> outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:current' target='_blank'>socket:tesla_supercharger:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:current%3D125' target='_blank'>125</a>
- *<b>Tesla Supercharger</b> outputs at most 350 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:current' target='_blank'>socket:tesla_supercharger:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:current%3D350' target='_blank'>350</a>
@ -749,7 +779,8 @@ This tagrendering has labels
### power-output-socket:tesla_supercharger
The question is `What power output does a single plug of type <b>Tesla Supercharger</b> offer?`
*<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:output)}* is shown if `socket:tesla_supercharger:output` is set
*<b>Tesla Supercharger</b> outputs at most {canonical(socket:tesla_supercharger:output)}* is shown if `socket:tesla_supercharger:output` is set.
- *<b>Tesla Supercharger</b> outputs at most 120 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:output' target='_blank'>socket:tesla_supercharger:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:output%3D120 kW' target='_blank'>120 kW</a>
- *<b>Tesla Supercharger</b> outputs at most 150 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger:output' target='_blank'>socket:tesla_supercharger:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger:output%3D150 kW' target='_blank'>150 kW</a>
@ -762,7 +793,8 @@ This tagrendering has labels
### plugs-amount-socket:type2
The question is `How much plugs of type <b>Type 2</b> (mennekes) are available here?`
*There are <b class='text-xl'>{socket:type2}</b> plugs of type <b>Type 2</b> (mennekes) available here* is shown if `socket:type2` is set
*There are <b class='text-xl'>{socket:type2}</b> plugs of type <b>Type 2</b> (mennekes) available here* is shown if `socket:type2` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type2~.+ & socket:type2!=0
This tagrendering has labels
@ -771,7 +803,8 @@ This tagrendering has labels
### voltage-socket:type2
The question is `What voltage do the plugs with <b>Type 2</b> (mennekes) offer?`
*<b>Type 2</b> (mennekes) outputs {canonical(socket:type2:voltage)}* is shown if `socket:type2:voltage` is set
*<b>Type 2</b> (mennekes) outputs {canonical(socket:type2:voltage)}* is shown if `socket:type2:voltage` is set.
- *<b>Type 2</b> (mennekes) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:voltage' target='_blank'>socket:type2:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:voltage%3D230' target='_blank'>230</a>
- *<b>Type 2</b> (mennekes) outputs 400 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:voltage' target='_blank'>socket:type2:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:voltage%3D400' target='_blank'>400</a>
@ -783,7 +816,8 @@ This tagrendering has labels
### current-socket:type2
The question is `What current do the plugs with <b>Type 2</b> (mennekes) offer?`
*<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:current)}* is shown if `socket:type2:current` is set
*<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:current)}* is shown if `socket:type2:current` is set.
- *<b>Type 2</b> (mennekes) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:current' target='_blank'>socket:type2:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:current%3D16' target='_blank'>16</a>
- *<b>Type 2</b> (mennekes) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:current' target='_blank'>socket:type2:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:current%3D32' target='_blank'>32</a>
@ -795,7 +829,8 @@ This tagrendering has labels
### power-output-socket:type2
The question is `What power output does a single plug of type <b>Type 2</b> (mennekes) offer?`
*<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:output)}* is shown if `socket:type2:output` is set
*<b>Type 2</b> (mennekes) outputs at most {canonical(socket:type2:output)}* is shown if `socket:type2:output` is set.
- *<b>Type 2</b> (mennekes) outputs at most 11 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:output' target='_blank'>socket:type2:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:output%3D11 kW' target='_blank'>11 kW</a>
- *<b>Type 2</b> (mennekes) outputs at most 22 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2:output' target='_blank'>socket:type2:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2:output%3D22 kW' target='_blank'>22 kW</a>
@ -807,7 +842,8 @@ This tagrendering has labels
### plugs-amount-socket:type2_combo
The question is `How much plugs of type <b>Type 2 CCS</b> (mennekes) are available here?`
*There are <b class='text-xl'>{socket:type2_combo}</b> plugs of type <b>Type 2 CCS</b> (mennekes) available here* is shown if `socket:type2_combo` is set
*There are <b class='text-xl'>{socket:type2_combo}</b> plugs of type <b>Type 2 CCS</b> (mennekes) available here* is shown if `socket:type2_combo` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type2_combo~.+ & socket:type2_combo!=0
This tagrendering has labels
@ -816,7 +852,8 @@ This tagrendering has labels
### voltage-socket:type2_combo
The question is `What voltage do the plugs with <b>Type 2 CCS</b> (mennekes) offer?`
*<b>Type 2 CCS</b> (mennekes) outputs {canonical(socket:type2_combo:voltage)}* is shown if `socket:type2_combo:voltage` is set
*<b>Type 2 CCS</b> (mennekes) outputs {canonical(socket:type2_combo:voltage)}* is shown if `socket:type2_combo:voltage` is set.
- *<b>Type 2 CCS</b> (mennekes) outputs 500 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:voltage' target='_blank'>socket:type2_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:voltage%3D500' target='_blank'>500</a>
- *<b>Type 2 CCS</b> (mennekes) outputs 920 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:voltage' target='_blank'>socket:type2_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:voltage%3D920' target='_blank'>920</a>
@ -828,7 +865,8 @@ This tagrendering has labels
### current-socket:type2_combo
The question is `What current do the plugs with <b>Type 2 CCS</b> (mennekes) offer?`
*<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:current)}* is shown if `socket:type2_combo:current` is set
*<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:current)}* is shown if `socket:type2_combo:current` is set.
- *<b>Type 2 CCS</b> (mennekes) outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:current' target='_blank'>socket:type2_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:current%3D125' target='_blank'>125</a>
- *<b>Type 2 CCS</b> (mennekes) outputs at most 350 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:current' target='_blank'>socket:type2_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:current%3D350' target='_blank'>350</a>
@ -840,7 +878,8 @@ This tagrendering has labels
### power-output-socket:type2_combo
The question is `What power output does a single plug of type <b>Type 2 CCS</b> (mennekes) offer?`
*<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:output)}* is shown if `socket:type2_combo:output` is set
*<b>Type 2 CCS</b> (mennekes) outputs at most {canonical(socket:type2_combo:output)}* is shown if `socket:type2_combo:output` is set.
- *<b>Type 2 CCS</b> (mennekes) outputs at most 50 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo:output' target='_blank'>socket:type2_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo:output%3D50 kW' target='_blank'>50 kW</a>
@ -851,7 +890,8 @@ This tagrendering has labels
### plugs-amount-socket:type2_cable
The question is `How much plugs of type <b>Type 2 with cable</b> (mennekes) are available here?`
*There are <b class='text-xl'>{socket:type2_cable}</b> plugs of type <b>Type 2 with cable</b> (mennekes) available here* is shown if `socket:type2_cable` is set
*There are <b class='text-xl'>{socket:type2_cable}</b> plugs of type <b>Type 2 with cable</b> (mennekes) available here* is shown if `socket:type2_cable` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:type2_cable~.+ & socket:type2_cable!=0
This tagrendering has labels
@ -860,7 +900,8 @@ This tagrendering has labels
### voltage-socket:type2_cable
The question is `What voltage do the plugs with <b>Type 2 with cable</b> (mennekes) offer?`
*<b>Type 2 with cable</b> (mennekes) outputs {canonical(socket:type2_cable:voltage)}* is shown if `socket:type2_cable:voltage` is set
*<b>Type 2 with cable</b> (mennekes) outputs {canonical(socket:type2_cable:voltage)}* is shown if `socket:type2_cable:voltage` is set.
- *<b>Type 2 with cable</b> (mennekes) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:voltage' target='_blank'>socket:type2_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:voltage%3D230' target='_blank'>230</a>
- *<b>Type 2 with cable</b> (mennekes) outputs 400 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:voltage' target='_blank'>socket:type2_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:voltage%3D400' target='_blank'>400</a>
@ -872,7 +913,8 @@ This tagrendering has labels
### current-socket:type2_cable
The question is `What current do the plugs with <b>Type 2 with cable</b> (mennekes) offer?`
*<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:current)}* is shown if `socket:type2_cable:current` is set
*<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:current)}* is shown if `socket:type2_cable:current` is set.
- *<b>Type 2 with cable</b> (mennekes) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:current' target='_blank'>socket:type2_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:current%3D16' target='_blank'>16</a>
- *<b>Type 2 with cable</b> (mennekes) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:current' target='_blank'>socket:type2_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:current%3D32' target='_blank'>32</a>
@ -884,7 +926,8 @@ This tagrendering has labels
### power-output-socket:type2_cable
The question is `What power output does a single plug of type <b>Type 2 with cable</b> (mennekes) offer?`
*<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:output)}* is shown if `socket:type2_cable:output` is set
*<b>Type 2 with cable</b> (mennekes) outputs at most {canonical(socket:type2_cable:output)}* is shown if `socket:type2_cable:output` is set.
- *<b>Type 2 with cable</b> (mennekes) outputs at most 11 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:output' target='_blank'>socket:type2_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:output%3D11 kW' target='_blank'>11 kW</a>
- *<b>Type 2 with cable</b> (mennekes) outputs at most 22 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable:output' target='_blank'>socket:type2_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable:output%3D22 kW' target='_blank'>22 kW</a>
@ -896,7 +939,8 @@ This tagrendering has labels
### plugs-amount-socket:tesla_supercharger_ccs
The question is `How much plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) are available here?`
*There are <b class='text-xl'>{socket:tesla_supercharger_ccs}</b> plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) available here* is shown if `socket:tesla_supercharger_ccs` is set
*There are <b class='text-xl'>{socket:tesla_supercharger_ccs}</b> plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) available here* is shown if `socket:tesla_supercharger_ccs` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:tesla_supercharger_ccs~.+ & socket:tesla_supercharger_ccs!=0
This tagrendering has labels
@ -905,7 +949,8 @@ This tagrendering has labels
### voltage-socket:tesla_supercharger_ccs
The question is `What voltage do the plugs with <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?`
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs {canonical(socket:tesla_supercharger_ccs:voltage)}* is shown if `socket:tesla_supercharger_ccs:voltage` is set
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs {canonical(socket:tesla_supercharger_ccs:voltage)}* is shown if `socket:tesla_supercharger_ccs:voltage` is set.
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 500 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:voltage' target='_blank'>socket:tesla_supercharger_ccs:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:voltage%3D500' target='_blank'>500</a>
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 920 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:voltage' target='_blank'>socket:tesla_supercharger_ccs:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:voltage%3D920' target='_blank'>920</a>
@ -917,7 +962,8 @@ This tagrendering has labels
### current-socket:tesla_supercharger_ccs
The question is `What current do the plugs with <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?`
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:current)}* is shown if `socket:tesla_supercharger_ccs:current` is set
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:current)}* is shown if `socket:tesla_supercharger_ccs:current` is set.
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:current' target='_blank'>socket:tesla_supercharger_ccs:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:current%3D125' target='_blank'>125</a>
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 350 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:current' target='_blank'>socket:tesla_supercharger_ccs:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:current%3D350' target='_blank'>350</a>
@ -929,7 +975,8 @@ This tagrendering has labels
### power-output-socket:tesla_supercharger_ccs
The question is `What power output does a single plug of type <b>Tesla Supercharger CCS</b> (a branded type2_css) offer?`
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:output)}* is shown if `socket:tesla_supercharger_ccs:output` is set
*<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:output)}* is shown if `socket:tesla_supercharger_ccs:output` is set.
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 50 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:output' target='_blank'>socket:tesla_supercharger_ccs:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs:output%3D50 kW' target='_blank'>50 kW</a>
@ -940,7 +987,8 @@ This tagrendering has labels
### plugs-amount-socket:tesla_destination_us
The question is `How much plugs of type <b>Tesla Supercharger (destination)</b> are available here?`
*There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla Supercharger (destination)</b> available here* is shown if `socket:tesla_destination` is set
*There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla Supercharger (destination)</b> available here* is shown if `socket:tesla_destination` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:tesla_destination~.+ & socket:tesla_destination!=0
This tagrendering has labels
@ -949,7 +997,8 @@ This tagrendering has labels
### voltage-socket:tesla_destination_us
The question is `What voltage do the plugs with <b>Tesla Supercharger (destination)</b> offer?`
*<b>Tesla Supercharger (destination)</b> outputs {canonical(socket:tesla_destination:voltage)}* is shown if `socket:tesla_destination:voltage` is set
*<b>Tesla Supercharger (destination)</b> outputs {canonical(socket:tesla_destination:voltage)}* is shown if `socket:tesla_destination:voltage` is set.
- *<b>Tesla Supercharger (destination)</b> outputs 480 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage' target='_blank'>socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D480' target='_blank'>480</a>
@ -960,7 +1009,8 @@ This tagrendering has labels
### current-socket:tesla_destination_us
The question is `What current do the plugs with <b>Tesla Supercharger (destination)</b> offer?`
*<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:current)}* is shown if `socket:tesla_destination:current` is set
*<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:current)}* is shown if `socket:tesla_destination:current` is set.
- *<b>Tesla Supercharger (destination)</b> outputs at most 125 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current' target='_blank'>socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D125' target='_blank'>125</a>
- *<b>Tesla Supercharger (destination)</b> outputs at most 350 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current' target='_blank'>socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D350' target='_blank'>350</a>
@ -972,7 +1022,8 @@ This tagrendering has labels
### power-output-socket:tesla_destination_us
The question is `What power output does a single plug of type <b>Tesla Supercharger (destination)</b> offer?`
*<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:output)}* is shown if `socket:tesla_destination:output` is set
*<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:output)}* is shown if `socket:tesla_destination:output` is set.
- *<b>Tesla Supercharger (destination)</b> outputs at most 120 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output' target='_blank'>socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D120 kW' target='_blank'>120 kW</a>
- *<b>Tesla Supercharger (destination)</b> outputs at most 150 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output' target='_blank'>socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D150 kW' target='_blank'>150 kW</a>
@ -985,7 +1036,8 @@ This tagrendering has labels
### plugs-amount-socket:tesla_destination
The question is `How much plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) are available here?`
*There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) available here* is shown if `socket:tesla_destination` is set
*There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) available here* is shown if `socket:tesla_destination` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:tesla_destination~.+ & socket:tesla_destination!=0
This tagrendering has labels
@ -994,7 +1046,8 @@ This tagrendering has labels
### voltage-socket:tesla_destination
The question is `What voltage do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?`
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}* is shown if `socket:tesla_destination:voltage` is set
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}* is shown if `socket:tesla_destination:voltage` is set.
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage' target='_blank'>socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D230' target='_blank'>230</a>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 400 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage' target='_blank'>socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D400' target='_blank'>400</a>
@ -1006,7 +1059,8 @@ This tagrendering has labels
### current-socket:tesla_destination
The question is `What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?`
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}* is shown if `socket:tesla_destination:current` is set
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}* is shown if `socket:tesla_destination:current` is set.
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current' target='_blank'>socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D16' target='_blank'>16</a>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 32 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current' target='_blank'>socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D32' target='_blank'>32</a>
@ -1018,7 +1072,8 @@ This tagrendering has labels
### power-output-socket:tesla_destination
The question is `What power output does a single plug of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?`
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}* is shown if `socket:tesla_destination:output` is set
*<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}* is shown if `socket:tesla_destination:output` is set.
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 11 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output' target='_blank'>socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D11 kW' target='_blank'>11 kW</a>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 22 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output' target='_blank'>socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D22 kW' target='_blank'>22 kW</a>
@ -1030,7 +1085,8 @@ This tagrendering has labels
### plugs-amount-socket:USB-A
The question is `How much plugs of type <b>USB</b> to charge phones and small electronics are available here?`
*There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>USB</b> to charge phones and small electronics available here* is shown if `socket:USB-A` is set
*There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>USB</b> to charge phones and small electronics available here* is shown if `socket:USB-A` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:USB-A~.+ & socket:USB-A!=0
This tagrendering has labels
@ -1039,7 +1095,8 @@ This tagrendering has labels
### voltage-socket:USB-A
The question is `What voltage do the plugs with <b>USB</b> to charge phones and small electronics offer?`
*<b>USB</b> to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}* is shown if `socket:USB-A:voltage` is set
*<b>USB</b> to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}* is shown if `socket:USB-A:voltage` is set.
- *<b>USB</b> to charge phones and small electronics outputs 5 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:voltage' target='_blank'>socket:USB-A:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:voltage%3D5' target='_blank'>5</a>
@ -1050,7 +1107,8 @@ This tagrendering has labels
### current-socket:USB-A
The question is `What current do the plugs with <b>USB</b> to charge phones and small electronics offer?`
*<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}* is shown if `socket:USB-A:current` is set
*<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}* is shown if `socket:USB-A:current` is set.
- *<b>USB</b> to charge phones and small electronics outputs at most 1 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:current' target='_blank'>socket:USB-A:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:current%3D1' target='_blank'>1</a>
- *<b>USB</b> to charge phones and small electronics outputs at most 2 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:current' target='_blank'>socket:USB-A:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:current%3D2' target='_blank'>2</a>
@ -1062,7 +1120,8 @@ This tagrendering has labels
### power-output-socket:USB-A
The question is `What power output does a single plug of type <b>USB</b> to charge phones and small electronics offer?`
*<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}* is shown if `socket:USB-A:output` is set
*<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}* is shown if `socket:USB-A:output` is set.
- *<b>USB</b> to charge phones and small electronics outputs at most 5W* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:output' target='_blank'>socket:USB-A:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:output%3D5W' target='_blank'>5W</a>
- *<b>USB</b> to charge phones and small electronics outputs at most 10W* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:output' target='_blank'>socket:USB-A:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:output%3D10W' target='_blank'>10W</a>
@ -1074,7 +1133,8 @@ This tagrendering has labels
### plugs-amount-socket:bosch_3pin
The question is `How much plugs of type <b>Bosch Active Connect with 3 pins</b> and cable are available here?`
*There are <b class='text-xl'>{socket:bosch_3pin}</b> plugs of type <b>Bosch Active Connect with 3 pins</b> and cable available here* is shown if `socket:bosch_3pin` is set
*There are <b class='text-xl'>{socket:bosch_3pin}</b> plugs of type <b>Bosch Active Connect with 3 pins</b> and cable available here* is shown if `socket:bosch_3pin` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_3pin~.+ & socket:bosch_3pin!=0
This tagrendering has labels
@ -1083,7 +1143,8 @@ This tagrendering has labels
### voltage-socket:bosch_3pin
The question is `What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?`
*<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_3pin:voltage)}* is shown if `socket:bosch_3pin:voltage` is set
*<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_3pin:voltage)}* is shown if `socket:bosch_3pin:voltage` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_3pin~.+ & socket:bosch_3pin!=0
This tagrendering has labels
@ -1092,7 +1153,8 @@ This tagrendering has labels
### current-socket:bosch_3pin
The question is `What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?`
*<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:current)}* is shown if `socket:bosch_3pin:current` is set
*<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:current)}* is shown if `socket:bosch_3pin:current` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_3pin~.+ & socket:bosch_3pin!=0
This tagrendering has labels
@ -1101,7 +1163,8 @@ This tagrendering has labels
### power-output-socket:bosch_3pin
The question is `What power output does a single plug of type <b>Bosch Active Connect with 3 pins</b> and cable offer?`
*<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:output)}* is shown if `socket:bosch_3pin:output` is set
*<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:output)}* is shown if `socket:bosch_3pin:output` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_3pin~.+ & socket:bosch_3pin!=0
This tagrendering has labels
@ -1110,7 +1173,8 @@ This tagrendering has labels
### plugs-amount-socket:bosch_5pin
The question is `How much plugs of type <b>Bosch Active Connect with 5 pins</b> and cable are available here?`
*There are <b class='text-xl'>{socket:bosch_5pin}</b> plugs of type <b>Bosch Active Connect with 5 pins</b> and cable available here* is shown if `socket:bosch_5pin` is set
*There are <b class='text-xl'>{socket:bosch_5pin}</b> plugs of type <b>Bosch Active Connect with 5 pins</b> and cable available here* is shown if `socket:bosch_5pin` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_5pin~.+ & socket:bosch_5pin!=0
This tagrendering has labels
@ -1119,7 +1183,8 @@ This tagrendering has labels
### voltage-socket:bosch_5pin
The question is `What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}* is shown if `socket:bosch_5pin:voltage` is set
*<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}* is shown if `socket:bosch_5pin:voltage` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_5pin~.+ & socket:bosch_5pin!=0
This tagrendering has labels
@ -1128,7 +1193,8 @@ This tagrendering has labels
### current-socket:bosch_5pin
The question is `What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}* is shown if `socket:bosch_5pin:current` is set
*<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}* is shown if `socket:bosch_5pin:current` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_5pin~.+ & socket:bosch_5pin!=0
This tagrendering has labels
@ -1137,7 +1203,8 @@ This tagrendering has labels
### power-output-socket:bosch_5pin
The question is `What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}* is shown if `socket:bosch_5pin:output` is set
*<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}* is shown if `socket:bosch_5pin:output` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bosch_5pin~.+ & socket:bosch_5pin!=0
This tagrendering has labels
@ -1146,7 +1213,8 @@ This tagrendering has labels
### plugs-amount-socket:bs1363
The question is `How much plugs of type <b>BS1363</b> (Type G) are available here?`
*There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>BS1363</b> (Type G) available here* is shown if `socket:bs1363` is set
*There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>BS1363</b> (Type G) available here* is shown if `socket:bs1363` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:bs1363~.+ & socket:bs1363!=0
This tagrendering has labels
@ -1155,7 +1223,8 @@ This tagrendering has labels
### voltage-socket:bs1363
The question is `What voltage do the plugs with <b>BS1363</b> (Type G) offer?`
*<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}* is shown if `socket:bs1363:voltage` is set
*<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}* is shown if `socket:bs1363:voltage` is set.
- *<b>BS1363</b> (Type G) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bs1363:voltage' target='_blank'>socket:bs1363:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bs1363:voltage%3D230' target='_blank'>230</a>
@ -1166,7 +1235,8 @@ This tagrendering has labels
### current-socket:bs1363
The question is `What current do the plugs with <b>BS1363</b> (Type G) offer?`
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}* is shown if `socket:bs1363:current` is set
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}* is shown if `socket:bs1363:current` is set.
- *<b>BS1363</b> (Type G) outputs at most 13 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bs1363:current' target='_blank'>socket:bs1363:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bs1363:current%3D13' target='_blank'>13</a>
@ -1177,7 +1247,8 @@ This tagrendering has labels
### power-output-socket:bs1363
The question is `What power output does a single plug of type <b>BS1363</b> (Type G) offer?`
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}* is shown if `socket:bs1363:output` is set
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}* is shown if `socket:bs1363:output` is set.
- *<b>BS1363</b> (Type G) outputs at most 3kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bs1363:output' target='_blank'>socket:bs1363:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bs1363:output%3D3kW' target='_blank'>3kW</a>
@ -1188,7 +1259,8 @@ This tagrendering has labels
### plugs-amount-socket:nema5_15
The question is `How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?`
*There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here* is shown if `socket:nema5_15` is set
*There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here* is shown if `socket:nema5_15` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nema5_15~.+ & socket:nema5_15!=0
This tagrendering has labels
@ -1197,7 +1269,8 @@ This tagrendering has labels
### voltage-socket:nema5_15
The question is `What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
*<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}* is shown if `socket:nema5_15:voltage` is set
*<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}* is shown if `socket:nema5_15:voltage` is set.
- *<b>NEMA 5-15</b> (Type B) outputs 120 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema5_15:voltage' target='_blank'>socket:nema5_15:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema5_15:voltage%3D120' target='_blank'>120</a>
@ -1208,7 +1281,8 @@ This tagrendering has labels
### current-socket:nema5_15
The question is `What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
*<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:current)}* is shown if `socket:nema5_15:current` is set
*<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:current)}* is shown if `socket:nema5_15:current` is set.
- *<b>NEMA 5-15</b> (Type B) outputs at most 15 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema5_15:current' target='_blank'>socket:nema5_15:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema5_15:current%3D15' target='_blank'>15</a>
@ -1219,7 +1293,8 @@ This tagrendering has labels
### power-output-socket:nema5_15
The question is `What power output does a single plug of type <b>NEMA 5-15</b> (Type B) offer?`
*<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:output)}* is shown if `socket:nema5_15:output` is set
*<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:output)}* is shown if `socket:nema5_15:output` is set.
- *<b>NEMA 5-15</b> (Type B) outputs at most 1.8 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema5_15:output' target='_blank'>socket:nema5_15:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema5_15:output%3D1.8 kW' target='_blank'>1.8 kW</a>
@ -1230,7 +1305,8 @@ This tagrendering has labels
### plugs-amount-socket:sev1011_t23
The question is `How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?`
*There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here* is shown if `socket:sev1011_t23` is set
*There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here* is shown if `socket:sev1011_t23` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:sev1011_t23~.+ & socket:sev1011_t23!=0
This tagrendering has labels
@ -1239,7 +1315,8 @@ This tagrendering has labels
### voltage-socket:sev1011_t23
The question is `What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
*<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}* is shown if `socket:sev1011_t23:voltage` is set
*<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}* is shown if `socket:sev1011_t23:voltage` is set.
- *<b>SEV 1011 T23</b> (Type J) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:sev1011_t23:voltage' target='_blank'>socket:sev1011_t23:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:sev1011_t23:voltage%3D230' target='_blank'>230</a>
@ -1250,7 +1327,8 @@ This tagrendering has labels
### current-socket:sev1011_t23
The question is `What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
*<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:current)}* is shown if `socket:sev1011_t23:current` is set
*<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:current)}* is shown if `socket:sev1011_t23:current` is set.
- *<b>SEV 1011 T23</b> (Type J) outputs at most 16 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:sev1011_t23:current' target='_blank'>socket:sev1011_t23:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:sev1011_t23:current%3D16' target='_blank'>16</a>
@ -1261,7 +1339,8 @@ This tagrendering has labels
### power-output-socket:sev1011_t23
The question is `What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?`
*<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:output)}* is shown if `socket:sev1011_t23:output` is set
*<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:output)}* is shown if `socket:sev1011_t23:output` is set.
- *<b>SEV 1011 T23</b> (Type J) outputs at most 3.7 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:sev1011_t23:output' target='_blank'>socket:sev1011_t23:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:sev1011_t23:output%3D3.7 kW' target='_blank'>3.7 kW</a>
@ -1272,7 +1351,8 @@ This tagrendering has labels
### plugs-amount-socket:as3112
The question is `How much plugs of type <b>AS3112</b> (Type I) are available here?`
*There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>AS3112</b> (Type I) available here* is shown if `socket:as3112` is set
*There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>AS3112</b> (Type I) available here* is shown if `socket:as3112` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:as3112~.+ & socket:as3112!=0
This tagrendering has labels
@ -1281,7 +1361,8 @@ This tagrendering has labels
### voltage-socket:as3112
The question is `What voltage do the plugs with <b>AS3112</b> (Type I) offer?`
*<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}* is shown if `socket:as3112:voltage` is set
*<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}* is shown if `socket:as3112:voltage` is set.
- *<b>AS3112</b> (Type I) outputs 230 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:as3112:voltage' target='_blank'>socket:as3112:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:as3112:voltage%3D230' target='_blank'>230</a>
@ -1292,7 +1373,8 @@ This tagrendering has labels
### current-socket:as3112
The question is `What current do the plugs with <b>AS3112</b> (Type I) offer?`
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}* is shown if `socket:as3112:current` is set
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}* is shown if `socket:as3112:current` is set.
- *<b>AS3112</b> (Type I) outputs at most 10 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:as3112:current' target='_blank'>socket:as3112:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:as3112:current%3D10' target='_blank'>10</a>
@ -1303,7 +1385,8 @@ This tagrendering has labels
### power-output-socket:as3112
The question is `What power output does a single plug of type <b>AS3112</b> (Type I) offer?`
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}* is shown if `socket:as3112:output` is set
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}* is shown if `socket:as3112:output` is set.
- *<b>AS3112</b> (Type I) outputs at most 2.3 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:as3112:output' target='_blank'>socket:as3112:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:as3112:output%3D2.3 kW' target='_blank'>2.3 kW</a>
@ -1314,7 +1397,8 @@ This tagrendering has labels
### plugs-amount-socket:nema_5_20
The question is `How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?`
*There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here* is shown if `socket:nema_5_20` is set
*There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here* is shown if `socket:nema_5_20` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nema_5_20~.+ & socket:nema_5_20!=0
This tagrendering has labels
@ -1323,7 +1407,8 @@ This tagrendering has labels
### voltage-socket:nema_5_20
The question is `What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?`
*<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nema_5_20:voltage)}* is shown if `socket:nema_5_20:voltage` is set
*<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nema_5_20:voltage)}* is shown if `socket:nema_5_20:voltage` is set.
- *<b>NEMA 5-20</b> (Type B) outputs 120 volt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:voltage' target='_blank'>socket:nema_5_20:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:voltage%3D120' target='_blank'>120</a>
@ -1334,7 +1419,8 @@ This tagrendering has labels
### current-socket:nema_5_20
The question is `What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?`
*<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:current)}* is shown if `socket:nema_5_20:current` is set
*<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:current)}* is shown if `socket:nema_5_20:current` is set.
- *<b>NEMA 5-20</b> (Type B) outputs at most 20 A* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:current' target='_blank'>socket:nema_5_20:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:current%3D20' target='_blank'>20</a>
@ -1345,7 +1431,8 @@ This tagrendering has labels
### power-output-socket:nema_5_20
The question is `What power output does a single plug of type <b>NEMA 5-20</b> (Type B) offer?`
*<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:output)}* is shown if `socket:nema_5_20:output` is set
*<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:output)}* is shown if `socket:nema_5_20:output` is set.
- *<b>NEMA 5-20</b> (Type B) outputs at most 2.4 kW* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:output' target='_blank'>socket:nema_5_20:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:output%3D2.4 kW' target='_blank'>2.4 kW</a>
@ -1356,7 +1443,8 @@ This tagrendering has labels
### OH
The question is `When is this charging station opened?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -1374,7 +1462,8 @@ The question is `Does one have to pay to use this charging station?`
### charge
The question is `How much does one have to pay to use this charging station?`
*Using this charging station costs <b>{charge}</b>* is shown if `charge` is set
*Using this charging station costs <b>{charge}</b>* is shown if `charge` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>
@ -1394,7 +1483,8 @@ This tagrendering is only visible in the popup if the following condition is met
### app-name
The question is `What is the name of the app used for payment?`
*Payment can be done using the app <b>{payment:app}</b>* is shown if `payment:app` is set
*Payment can be done using the app <b>{payment:app}</b>* is shown if `payment:app` is set.
This tagrendering is only visible in the popup if the following condition is met: payment:app~.+ & payment:app!=no
@ -1414,14 +1504,16 @@ The question is `What kind of authentication is available at the charging statio
### Auth phone
The question is `What's the phone number for authentication call or SMS?`
*Authenticate by calling or SMS'ing to <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>* is shown if `authentication:phone_call:number` is set
*Authenticate by calling or SMS'ing to <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>* is shown if `authentication:phone_call:number` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:authentication:phone_call' target='_blank'>authentication:phone_call</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:authentication:phone_call%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:authentication:short_message' target='_blank'>authentication:short_message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:authentication:short_message%3Dyes' target='_blank'>yes</a>
### maxstay
The question is `What is the maximum amount of time one is allowed to stay here?`
*One can stay at most <b>{canonical(maxstay)}</b>* is shown if `maxstay` is set
*One can stay at most <b>{canonical(maxstay)}</b>* is shown if `maxstay` is set.
- *There is no limit to the amount of time one can stay here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:maxstay' target='_blank'>maxstay</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxstay%3Dunlimited' target='_blank'>unlimited</a>
@ -1430,7 +1522,8 @@ This tagrendering is only visible in the popup if the following condition is met
### Network
The question is `Is this charging station part of a network?`
*Part of the network <b>{network}</b>* is shown if `network` is set
*Part of the network <b>{network}</b>* is shown if `network` is set.
- *Not part of a bigger network, e.g. because the charging station is maintained by a local business* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:no:network' target='_blank'>no:network</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:no:network%3Dyes' target='_blank'>yes</a>
- *Not part of a bigger network* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:network' target='_blank'>network</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:network%3Dnone' target='_blank'>none</a>. _This option cannot be chosen as answer_
@ -1444,28 +1537,33 @@ The question is `Is this charging station part of a network?`
### Operator
The question is `Who is the operator of this charging station?`
*This charging station is operated by {operator}* is shown if `operator` is set
*This charging station is operated by {operator}* is shown if `operator` is set.
- *Actually, {operator} is the network* is shown if with network=
### phone
The question is `What number can one call if there is a problem with this charging station?`
*In case of problems, call <a href='tel:{phone}'>{phone}</a>* is shown if `phone` is set
*In case of problems, call <a href='tel:{phone}'>{phone}</a>* is shown if `phone` is set.
### email
The question is `What is the email address of the operator?`
*In case of problems, send an email to <a href='mailto:{email}'>{email}</a>* is shown if `email` is set
*In case of problems, send an email to <a href='mailto:{email}'>{email}</a>* is shown if `email` is set.
### website
The question is `What is the website where one can find more information about this charging station?`
*More info on <a href='{website}'>{website}</a>* is shown if `website` is set
*More info on <a href='{website}'>{website}</a>* is shown if `website` is set.
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -1475,7 +1573,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -1489,7 +1588,8 @@ This tagrendering has labels
### ref
The question is `What is the reference number of this charging station?`
*Reference number is <b>{ref}</b>* is shown if `ref` is set
*Reference number is <b>{ref}</b>* is shown if `ref` is set.
This tagrendering is only visible in the popup if the following condition is met: network~.+
@ -1513,26 +1613,31 @@ The question is `Does one have to pay a parking fee while charging?`
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
*{questions()}*
### questions-technical
_This tagrendering has no question and is thus read-only_
*<h3>Technical questions</h3>The questions below are very technical. Feel free to ignore them<br/>{questions(technical)}*
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -75,12 +75,14 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### name
The question is `What is the name of this facility?`
*This facility is named <b>{name}</b>* is shown if `name` is set
*This facility is named <b>{name}</b>* is shown if `name` is set.
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -90,7 +92,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -101,7 +104,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -111,7 +115,8 @@ This tagrendering has labels
### opening_hours
The question is `When is this childcare opened?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -120,11 +125,13 @@ This tagrendering is only visible in the popup if the following condition is met
### capacity
The question is `How much kids (at most) can be enrolled here?`
*This facility has room for {capacity} kids* is shown if `capacity` is set
*This facility has room for {capacity} kids* is shown if `capacity` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -134,16 +141,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -63,17 +63,20 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -83,7 +86,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -94,7 +98,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -104,7 +109,8 @@ This tagrendering has labels
### wikipedia
Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
The question is `What is the corresponding Wikidata entity?`
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set.
- *{wikipedia():max-height:25rem}* is shown if with wikipedia~.+. _This option cannot be chosen as answer_
- *No Wikipedia page has been linked yet* is shown if with wikidata=. _This option cannot be chosen as answer_
@ -119,6 +125,7 @@ The question is `What type of cinema is this?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -128,11 +135,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -93,26 +93,31 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### minimap
_This tagrendering has no question and is thus read-only_
*{minimap(18, id, _contained_climbing_route_ids): height: 9rem; overflow: hidden; border-radius:3rem; }*
### Contained routes length hist
_This tagrendering has no question and is thus read-only_
*<h3>Length overview</h3>{histogram(_length_hist)}*
### Contained routes hist
_This tagrendering has no question and is thus read-only_
*<h3>Grades overview</h3>{histogram(_difficulty_hist)}*
### Contained_climbing_routes
_This tagrendering has no question and is thus read-only_
*<h3>Contains {_contained_climbing_routes_count} routes</h3> <ul>{_contained_climbing_routes}</ul>*
This tagrendering is only visible in the popup if the following condition is met: _contained_climbing_routes~.+
@ -120,7 +125,8 @@ This tagrendering is only visible in the popup if the following condition is met
### name
The question is `What is the name of this climbing opportunity?`
*<strong>{name}</strong>* is shown if `name` is set
*<strong>{name}</strong>* is shown if `name` is set.
- *This climbing opportunity doesn't have a name* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a> & name=
@ -135,7 +141,8 @@ The question is `What kind of climbing opportunity is this?`
### Rock type (crag/rock/cliff only)
The question is `What is the rock type here?`
*The rock type is {rock}* is shown if `rock` is set
*The rock type is {rock}* is shown if `rock` is set.
- *Limestone* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:rock' target='_blank'>rock</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rock%3Dlimestone' target='_blank'>limestone</a>
@ -144,19 +151,22 @@ This tagrendering is only visible in the popup if the following condition is met
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### website
The question is `Is there a (unofficial) website with more informations (e.g. topos)?`
*<a href='{url}' target='_blank' rel='noopener'>{url}</a>* is shown if `url` is set
*<a href='{url}' target='_blank' rel='noopener'>{url}</a>* is shown if `url` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dclimbing' target='_blank'>climbing</a> & club= & office= & leisure!~^(sports_centre)$
### fee
The question is `Is a fee required to climb here?`
*A fee of {charge} should be paid for climbing here* is shown if `charge` is set
*A fee of {charge} should be paid for climbing here* is shown if `charge` is set.
- *Climbing here is free of charge* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>
- *Paying a fee is required to climb here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a> & charge=
@ -173,6 +183,7 @@ The question is `Is bouldering possible here?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -182,6 +193,7 @@ This tagrendering has labels
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -74,12 +74,14 @@ Elements must match **any** of the following expressions:
### climbing_club-name
The question is `What is the name of this climbing club or NGO?`
*<strong>{name}</strong>* is shown if `name` is set
*<strong>{name}</strong>* is shown if `name` is set.
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -89,7 +91,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -100,7 +103,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -110,13 +114,15 @@ This tagrendering has labels
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -126,11 +132,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -135,17 +135,20 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### name
The question is `What is the name of this climbing gym?`
*<strong>{name}</strong>* is shown if `name` is set
*<strong>{name}</strong>* is shown if `name` is set.
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -155,7 +158,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -165,7 +169,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -176,7 +181,8 @@ This tagrendering has labels
### fee
The question is `Is a fee required to climb here?`
*A fee of {charge} should be paid for climbing here* is shown if `charge` is set
*A fee of {charge} should be paid for climbing here* is shown if `charge` is set.
- *Climbing here is free of charge* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>
- *Paying a fee is required to climb here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a> & charge=
@ -192,13 +198,15 @@ The question is `Which methods of payment are accepted here?`
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### bouldering
@ -249,7 +257,8 @@ This tagrendering is only visible in the popup if the following condition is met
### auto_belay_toprope
The question is `Are there auto belays for top roping here?`
*There are {climbing:autobelay:toprope} auto belay devices for top roping* is shown if `climbing:autobelay:toprope` is set
*There are {climbing:autobelay:toprope} auto belay devices for top roping* is shown if `climbing:autobelay:toprope` is set.
- *There are no auto belays for top roping* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:climbing:autobelay:toprope' target='_blank'>climbing:autobelay:toprope</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:autobelay:toprope%3Dno' target='_blank'>no</a>
- *There are a number of auto belays for top roping* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:climbing:autobelay:toprope' target='_blank'>climbing:autobelay:toprope</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:autobelay:toprope%3Dyes' target='_blank'>yes</a>
@ -261,7 +270,8 @@ This tagrendering is only visible in the popup if the following condition is met
### auto_belay_lead
The question is `Are there auto belays for lead climbing here?`
*There are {climbing:autobelay:sport} auto belays for lead climbing* is shown if `climbing:autobelay:sport` is set
*There are {climbing:autobelay:sport} auto belays for lead climbing* is shown if `climbing:autobelay:sport` is set.
- *There are no auto belays for lead climbing* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:climbing:autobelay:sport' target='_blank'>climbing:autobelay:sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:autobelay:sport%3Dno' target='_blank'>no</a>
- *There is a number of auto belays for lead climbing* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:climbing:autobelay:sport' target='_blank'>climbing:autobelay:sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:autobelay:sport%3Dyes' target='_blank'>yes</a>
@ -293,24 +303,28 @@ The question is `Can one rent a climbing rope here to use in the gym?`
### average_length
The question is `What is the (average) length of the routes in meters?`
*The routes are <b>{canonical(climbing:length)}</b> long on average* is shown if `climbing:length` is set
*The routes are <b>{canonical(climbing:length)}</b> long on average* is shown if `climbing:length` is set.
### min_difficulty
The question is `What is the grade of the easiest route here, according to the french classification system?`
*The lowest grade is {climbing:grade:french:min} according to the french/belgian system* is shown if `climbing:grade:french:min` is set
*The lowest grade is {climbing:grade:french:min} according to the french/belgian system* is shown if `climbing:grade:french:min` is set.
### max_difficulty
The question is `What is the highest grade route here, according to the french classification system?`
*The highest grade is {climbing:grade:french:max} according to the french/belgian system* is shown if `climbing:grade:french:max` is set
*The highest grade is {climbing:grade:french:max} according to the french/belgian system* is shown if `climbing:grade:french:max` is set.
This tagrendering is only visible in the popup if the following condition is met: club= & office= & (<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:sport' target='_blank'>climbing:sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:sport%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dclimbing' target='_blank'>climbing</a>) & climbing!~^(route)$
### max_bolts
The question is `How many bolts do routes in {title()} have at most?`
*The sport climbing routes here have at most {climbing:bolts:max} bolts. <div class='subtle'>This is without belay stations and indicates how much quickdraws a climber needs.</div>* is shown if `climbing:bolts:max` is set
*The sport climbing routes here have at most {climbing:bolts:max} bolts. <div class='subtle'>This is without belay stations and indicates how much quickdraws a climber needs.</div>* is shown if `climbing:bolts:max` is set.
### Speed climbing?
@ -360,7 +374,8 @@ This tagrendering has labels
### internet-ssid
The question is `What is the network name for the wireless internet access?`
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
@ -371,6 +386,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -380,11 +396,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -47,6 +47,7 @@ Elements must match **all** of the following expressions:
### climbing-opportunity-name
_This tagrendering has no question and is thus read-only_
*<strong>{name}</strong>*
This tagrendering is only visible in the popup if the following condition is met: name~.+
@ -62,6 +63,7 @@ The question is `Is climbing possible here?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -71,6 +73,7 @@ This tagrendering has labels
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -74,45 +74,53 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### Name
The question is `What is the name of this climbing route?`
*<strong>{name}</strong>* is shown if `name` is set
*<strong>{name}</strong>* is shown if `name` is set.
- *This climbing route doesn't have a name* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a> & name=
### Length
The question is `How long is this climbing route (in meters)?`
*This route is {canonical(climbing:length)} long* is shown if `climbing:length` is set
*This route is {canonical(climbing:length)} long* is shown if `climbing:length` is set.
### Difficulty
The question is `What is the grade of this climbing route according to the french/belgian system?`
*The grade is {climbing:grade:french} according to the french/belgian system* is shown if `climbing:grade:french` is set
*The grade is {climbing:grade:french} according to the french/belgian system* is shown if `climbing:grade:french` is set.
### bolts
The question is `How many bolts does this route have before reaching the anchor?`
*This route has {climbing:bolts} bolts. <div class='subtle'>This is without belay stations and indicates how much quickdraws a climber needs.</div>* is shown if `climbing:bolts` is set
*This route has {climbing:bolts} bolts. <div class='subtle'>This is without belay stations and indicates how much quickdraws a climber needs.</div>* is shown if `climbing:bolts` is set.
- *This route is not bolted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:climbing:bolted' target='_blank'>climbing:bolted</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:bolted%3Dno' target='_blank'>no</a>
### description
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
*{description}* is shown if `description` is set
*{description}* is shown if `description` is set.
### Rock type via embedded feature
_This tagrendering has no question and is thus read-only_
*The rock type is {_embedding_features_with_rock:rock} as stated <a href='#{_embedding_features_with_rock:id}'>on the surrounding crag</a>* is shown if `_embedding_features_with_rock:rock` is set
*The rock type is {_embedding_features_with_rock:rock} as stated <a href='#{_embedding_features_with_rock:id}'>on the surrounding crag</a>* is shown if `_embedding_features_with_rock:rock` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -122,11 +130,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -89,6 +89,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### support
@ -160,7 +161,8 @@ The question is `Does this clock also display the humidity?`
### faces
The question is `How many faces does this clock have?`
*This clock has {faces} faces* is shown if `faces` is set
*This clock has {faces} faces* is shown if `faces` is set.
- *This clock has one face* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:faces' target='_blank'>faces</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:faces%3D1' target='_blank'>1</a>
- *This clock has two faces* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:faces' target='_blank'>faces</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:faces%3D2' target='_blank'>2</a>
@ -169,6 +171,7 @@ The question is `How many faces does this clock have?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -178,16 +181,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -98,6 +98,7 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### signals
@ -113,7 +114,8 @@ This tagrendering is only visible in the popup if the following condition is met
### markings
The question is `What kind of markings does this crossing have?`
*This crossing has {crossing:markings} markings* is shown if `crossing:markings` is set
*This crossing has {crossing:markings} markings* is shown if `crossing:markings` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/crossings/crossing_unmarked.png'> *This crossing has no markings* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:crossing:markings' target='_blank'>crossing:markings</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/crossings/markings_zebra.png'> *This crossing has zebra markings* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:crossing:markings' target='_blank'>crossing:markings</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra' target='_blank'>zebra</a>
@ -232,6 +234,7 @@ This tagrendering is only visible in the popup if the following condition is met
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -241,11 +244,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -93,6 +93,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### signals
@ -108,7 +109,8 @@ This tagrendering is only visible in the popup if the following condition is met
### markings
The question is `What kind of markings does this crossing have?`
*This crossing has {crossing:markings} markings* is shown if `crossing:markings` is set
*This crossing has {crossing:markings} markings* is shown if `crossing:markings` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/crossings/crossing_unmarked.png'> *This crossing has no markings* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:crossing:markings' target='_blank'>crossing:markings</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/crossings/markings_zebra.png'> *This crossing has zebra markings* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:crossing:markings' target='_blank'>crossing:markings</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra' target='_blank'>zebra</a>
@ -227,6 +229,7 @@ This tagrendering is only visible in the popup if the following condition is met
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -236,11 +239,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -69,16 +69,19 @@ Elements must match **all** of the following expressions:
### etymology-images-from-wikipedia
_This tagrendering has no question and is thus read-only_
*{image_carousel(name:etymology:wikidata)}*
### wikipedia-etymology
The question is `What is the Wikidata-item that this object is named after?`
*<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set
*<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set.
### zoeken op inventaris onroerend erfgoed
_This tagrendering has no question and is thus read-only_
*<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dbe' target='_blank'>be</a>
@ -86,38 +89,45 @@ This tagrendering is only visible in the popup if the following condition is met
### simple etymology
The question is `What is this object named after?`
*Named after {name:etymology}* is shown if `name:etymology` is set
*Named after {name:etymology}* is shown if `name:etymology` is set.
- *The origin of this name is unknown in all literature* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:name:etymology' target='_blank'>name:etymology</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown' target='_blank'>unknown</a>
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
*{questions()}*
### streetsign-image-carousel
_This tagrendering has no question and is thus read-only_
*{image_carousel(image:streetsign;panoramax:streetsign)}*
### streetsign-upload
_This tagrendering has no question and is thus read-only_
*{image_upload(image:streetsign,Add image of a street name sign,)}*
### minimap
_This tagrendering has no question and is thus read-only_
*{minimap(18, id, _same_name_ids):height:10rem}*
### etymology_multi_apply
_This tagrendering has no question and is thus read-only_
*{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}*
### wikipedia
_This tagrendering has no question and is thus read-only_
*A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}*
This tagrendering is only visible in the popup if the following condition is met: wikidata~.+
@ -125,6 +135,7 @@ This tagrendering is only visible in the popup if the following condition is met
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -58,17 +58,20 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### cycle_highways-name
The question is `What is the name of this cycle highway?`
*The name is <b>{name}</b>* is shown if `name` is set
*The name is <b>{name}</b>* is shown if `name` is set.
### cycle_highways-ref
The question is `What is the reference number of this cycle highway?`
*Referentienummer is <b>{ref}</b>* is shown if `ref` is set
*Referentienummer is <b>{ref}</b>* is shown if `ref` is set.
### cycle_highways-state
The question is `What is the state of this link?`
*The current state of this link is {state}* is shown if `state` is set
*The current state of this link is {state}* is shown if `state` is set.
- *This is a proposed route which can be cycled* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:state' target='_blank'>state</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed' target='_blank'>proposed</a> & note:state=
- *This is a proposed route which has missing links (thus: some parts don't even have a building permit yet)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:state' target='_blank'>state</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed' target='_blank'>proposed</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:note:state' target='_blank'>note:state</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:note:state%3Dhas_highway_no' target='_blank'>has_highway_no</a>
@ -79,12 +82,14 @@ The question is `What is the state of this link?`
### cycle-highway-length
_This tagrendering has no question and is thus read-only_
*This part is {_length:km}km long*
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -94,11 +99,13 @@ This tagrendering has labels
### all_tags
Shows a table with all the tags of the feature
_This tagrendering has no question and is thus read-only_
*{all_tags()}*
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -108,6 +115,7 @@ This tagrendering has labels
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -58,6 +58,7 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### is_cyclestreet
@ -87,13 +88,15 @@ This tagrendering is only visible in the popup if the following condition is met
### future_cyclestreet
The question is `When will this street become a cyclestreet?`
*This street will become a cyclestreet at {cyclestreet:start_date}* is shown if `cyclestreet:start_date` is set
*This street will become a cyclestreet at {cyclestreet:start_date}* is shown if `cyclestreet:start_date` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:cyclestreet' target='_blank'>proposed:cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:cyclestreet%3Dyes' target='_blank'>yes</a>
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -103,11 +106,13 @@ This tagrendering has labels
### split_button
_This tagrendering has no question and is thus read-only_
*{split_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -127,6 +127,7 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### Cycleway type for a road
@ -176,7 +177,8 @@ This tagrendering is only visible in the popup if the following condition is met
### Maxspeed (for road)
The question is `What is the maximum speed in this street?`
*The maximum speed on this road is {maxspeed} km/h* is shown if `maxspeed` is set
*The maximum speed on this road is {maxspeed} km/h* is shown if `maxspeed` is set.
- *The maximum speed is 20 km/h* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D20' target='_blank'>20</a>
- *The maximum speed is 30 km/h* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a>
@ -187,7 +189,8 @@ The question is `What is the maximum speed in this street?`
### Cycleway:surface
The question is `What is the surface of the cycleway made from?`
*This cyleway is made of {cycleway:surface}* is shown if `cycleway:surface` is set
*This cyleway is made of {cycleway:surface}* is shown if `cycleway:surface` is set.
- *This cycleway is unpaved* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dunpaved' target='_blank'>unpaved</a>. _This option cannot be chosen as answer_
- *This cycleway is paved* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dpaved' target='_blank'>paved</a>. _This option cannot be chosen as answer_
@ -208,7 +211,8 @@ This tagrendering is only visible in the popup if the following condition is met
### incline
The question is `Does {title()} have an incline?`
*This road has an slope of {incline}* is shown if `incline` is set
*This road has an slope of {incline}* is shown if `incline` is set.
- *There is (probably) no incline here* is shown if with incline=. _This option cannot be chosen as answer_
- *This road has a slope* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:incline' target='_blank'>incline</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:incline%3Dup' target='_blank'>up</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:incline' target='_blank'>incline</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:incline%3Ddown' target='_blank'>down</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:incline' target='_blank'>incline</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:incline%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
@ -231,7 +235,8 @@ This tagrendering is only visible in the popup if the following condition is met
### Surface of the road
The question is `What is the surface of the street made from?`
*This road is made of {surface}* is shown if `surface` is set
*This road is made of {surface}* is shown if `surface` is set.
- *This cycleway is unhardened* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dunpaved' target='_blank'>unpaved</a>. _This option cannot be chosen as answer_
- *This cycleway is paved* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dpaved' target='_blank'>paved</a>. _This option cannot be chosen as answer_
@ -265,7 +270,8 @@ This tagrendering is only visible in the popup if the following condition is met
### width
The question is `What is the carriage width of this road (in meters)?`
*The carriage width of this road is <strong>{width}m</strong>* is shown if `width` is set
*The carriage width of this road is <strong>{width}m</strong>* is shown if `width` is set.
### cycleway-lane-track-traffic-signs
@ -311,7 +317,8 @@ This tagrendering is only visible in the popup if the following condition is met
### cycleways_and_roads-cycleway:buffer
The question is `How wide is the gap between the cycleway and the road?`
*The buffer besides this cycleway is {cycleway:buffer} m* is shown if `cycleway:buffer` is set
*The buffer besides this cycleway is {cycleway:buffer} m* is shown if `cycleway:buffer` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dtrack' target='_blank'>track</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dlane' target='_blank'>lane</a>
@ -340,6 +347,7 @@ This tagrendering is only visible in the popup if the following condition is met
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -349,11 +357,13 @@ This tagrendering has labels
### split_button
_This tagrendering has no question and is thus read-only_
*{split_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -63,6 +63,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### type
@ -83,6 +84,7 @@ The question is `On what side of the road is this located?`
### direction
_This tagrendering has no question and is thus read-only_
*This waiting aid can be used when going in {direction} direction*
- *This waiting aid can be used when going forward on this way* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:direction' target='_blank'>direction</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:direction%3Dforward' target='_blank'>forward</a>
@ -93,6 +95,7 @@ This tagrendering is only visible in the popup if the following condition is met
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -102,11 +105,13 @@ This tagrendering has labels
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -104,6 +104,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### defibrillator-indoors
@ -116,7 +117,8 @@ The question is `Is this defibrillator located indoors?`
### defibrillator-access
The question is `Is this defibrillator freely accessible?`
*Access is {access}* is shown if `access` is set
*Access is {access}* is shown if `access` is set.
- *Publicly accessible* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>
- *Publicly accessible* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpublic' target='_blank'>public</a>. _This option cannot be chosen as answer_
@ -127,7 +129,8 @@ The question is `Is this defibrillator freely accessible?`
### defibrillator-level
The question is `On which floor is this defibrillator located?`
*This defibrillator is on floor {level}* is shown if `level` is set
*This defibrillator is on floor {level}* is shown if `level` is set.
- *This defibrillator is on the <b>ground floor</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
- *This defibrillator is on the <b>first floor</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D1' target='_blank'>1</a>
@ -137,17 +140,20 @@ This tagrendering is only visible in the popup if the following condition is met
### defibrillator-defibrillator:location
The question is `Please give some explanation on where the defibrillator can be found (in the local language)`
*<i>Extra information about the location (in the local language):</i><br/>{defibrillator:location}* is shown if `defibrillator:location` is set
*<i>Extra information about the location (in the local language):</i><br/>{defibrillator:location}* is shown if `defibrillator:location` is set.
### defibrillator-defibrillator:location:en
The question is `Please give some explanation on where the defibrillator can be found (in English)`
*<i>Extra information about the location (in English):</i><br/>{defibrillator:location:en}* is shown if `defibrillator:location:en` is set
*<i>Extra information about the location (in English):</i><br/>{defibrillator:location:en}* is shown if `defibrillator:location:en` is set.
### defibrillator-defibrillator:location:fr
The question is `Please give some explanation on where the defibrillator can be found (in French)`
*<i>Extra information about the location (in French):</i><br/>{defibrillator:location:fr}* is shown if `defibrillator:location:fr` is set
*<i>Extra information about the location (in French):</i><br/>{defibrillator:location:fr}* is shown if `defibrillator:location:fr` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dbe' target='_blank'>be</a> | defibrillator:location:fr~.+
@ -163,22 +169,26 @@ The question is `Is this place accessible with a wheelchair?`
### defibrillator-ref
The question is `What is the official identification number of the device? (if visible on device)`
*Official identification number of the device: <i>{ref}</i>* is shown if `ref` is set
*Official identification number of the device: <i>{ref}</i>* is shown if `ref` is set.
### defibrillator-email
The question is `What is the email for questions about this defibrillator?`
*Email for questions about this defibrillator: <a href='mailto:{email}'>{email}</a>* is shown if `email` is set
*Email for questions about this defibrillator: <a href='mailto:{email}'>{email}</a>* is shown if `email` is set.
### defibrillator-phone
The question is `What is the phone number for questions about this defibrillator?`
*Telephone for questions about this defibrillator: <a href='tel:{phone}'>{phone}</a>* is shown if `phone` is set
*Telephone for questions about this defibrillator: <a href='tel:{phone}'>{phone}</a>* is shown if `phone` is set.
### opening_hours_24_7
The question is `At what times is this defibrillator available?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -187,23 +197,27 @@ The question is `At what times is this defibrillator available?`
### defibrillator-description
The question is `Is there any useful information for users that you haven't been able to describe above? (leave blank if no)`
*Additional information: {description}* is shown if `description` is set
*Additional information: {description}* is shown if `description` is set.
### defibrillator-survey:date
The question is `When was this defibrillator last surveyed?`
*This defibrillator was last surveyed on {survey:date}* is shown if `survey:date` is set
*This defibrillator was last surveyed on {survey:date}* is shown if `survey:date` is set.
- *Checked today!* is shown if with survey:date=
### defibrillator-fixme
The question is `Is there something wrong with how this is mapped, that you weren't able to fix here? (leave a note to OpenStreetMap experts)`
*Extra information for OpenStreetMap experts: {fixme}* is shown if `fixme` is set
*Extra information for OpenStreetMap experts: {fixme}* is shown if `fixme` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -213,16 +227,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -88,19 +88,22 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -110,7 +113,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -121,7 +125,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -131,6 +136,7 @@ This tagrendering has labels
### address_joined
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
This tagrendering has labels
@ -139,6 +145,7 @@ This tagrendering has labels
### header
_This tagrendering has no question and is thus read-only_
*{addr:street} <b>{addr:housenumber}</b> {addr:unit}*
- *No address is known* is shown if with addr:street= & addr:unit= & addr:housenumber=
@ -150,7 +157,8 @@ This tagrendering has labels
### housenumber
The question is `What is the number of this house?`
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set.
- *This building has no house number* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:nohousenumber' target='_blank'>nohousenumber</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nohousenumber%3Dyes' target='_blank'>yes</a>
@ -161,7 +169,8 @@ This tagrendering has labels
### street
The question is `What street is this address located in?`
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set.
This tagrendering has labels
`address`
@ -170,7 +179,8 @@ This tagrendering has labels
### unit
The question is `What is the unit number or letter?`
*The unit number is <b>{addr:unit}</b>* is shown if `addr:unit` is set
*The unit number is <b>{addr:unit}</b>* is shown if `addr:unit` is set.
- *No unit number* is shown if with addr:unit=
@ -181,11 +191,13 @@ This tagrendering has labels
### name
The question is `What is the name of this dentist?`
*This dentist is called {name}* is shown if `name` is set
*This dentist is called {name}* is shown if `name` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -195,16 +207,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -38,6 +38,7 @@ Elements must match **any** of the following expressions:
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -47,6 +48,7 @@ This tagrendering has labels
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -60,12 +60,14 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -75,11 +77,13 @@ This tagrendering has labels
### disaster_response_name
The question is `What is the name of this organization?`
*This organization is named <b>{name}</b>* is shown if `name` is set
*This organization is named <b>{name}</b>* is shown if `name` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -89,11 +93,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -93,17 +93,20 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### name
The question is `What is the name of this doctors place?`
*This doctors place is called {name}* is shown if `name` is set
*This doctors place is called {name}* is shown if `name` is set.
### opening_hours_by_appointment
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Only by appointment* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D"by appointment"' target='_blank'>"by appointment"</a>
- *Only by appointment* is shown if with opening_hours~^("by appointment"|by appointment)$. _This option cannot be chosen as answer_
@ -112,7 +115,8 @@ The question is `What are the opening hours of {title()}?`
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -122,7 +126,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -133,7 +138,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -143,6 +149,7 @@ This tagrendering has labels
### address_joined
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
This tagrendering has labels
@ -151,6 +158,7 @@ This tagrendering has labels
### header
_This tagrendering has no question and is thus read-only_
*{addr:street} <b>{addr:housenumber}</b> {addr:unit}*
- *No address is known* is shown if with addr:street= & addr:unit= & addr:housenumber=
@ -162,7 +170,8 @@ This tagrendering has labels
### housenumber
The question is `What is the number of this house?`
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set.
- *This building has no house number* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:nohousenumber' target='_blank'>nohousenumber</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nohousenumber%3Dyes' target='_blank'>yes</a>
@ -173,7 +182,8 @@ This tagrendering has labels
### street
The question is `What street is this address located in?`
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set.
This tagrendering has labels
`address`
@ -182,7 +192,8 @@ This tagrendering has labels
### unit
The question is `What is the unit number or letter?`
*The unit number is <b>{addr:unit}</b>* is shown if `addr:unit` is set
*The unit number is <b>{addr:unit}</b>* is shown if `addr:unit` is set.
- *No unit number* is shown if with addr:unit=
@ -193,7 +204,8 @@ This tagrendering has labels
### specialty
The question is `What is this doctor specialized in?`
*This doctor is specialized in {healthcare:speciality}* is shown if `healthcare:speciality` is set
*This doctor is specialized in {healthcare:speciality}* is shown if `healthcare:speciality` is set.
- *This is a general practitioner* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:healthcare:speciality' target='_blank'>healthcare:speciality</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:healthcare:speciality%3Dgeneral' target='_blank'>general</a>
- *This is a gynaecologist* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:healthcare:speciality' target='_blank'>healthcare:speciality</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:healthcare:speciality%3Dgynaecology' target='_blank'>gynaecology</a>
@ -203,6 +215,7 @@ The question is `What is this doctor specialized in?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -212,16 +225,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -51,6 +51,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### barrier
@ -65,6 +66,7 @@ The question is `Is this dog toilet fenced?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -74,11 +76,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -79,22 +79,26 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### Name
The question is `What is the name of this dog park?`
*The name of this dog park is {name}* is shown if `name` is set
*The name of this dog park is {name}* is shown if `name` is set.
### opening_hours_24_7
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -102,7 +106,8 @@ The question is `What are the opening hours of {title()}?`
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -126,11 +131,13 @@ The question is `Does this dog park have a separate fenced in area for small dog
### dogarea
_This tagrendering has no question and is thus read-only_
*This dogpark is {_surface:ha} ha big*
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -140,11 +147,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -109,12 +109,14 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### Still in use?
The question is `Is this drinking water spot still operational?`
*The operational status is <i>{operational_status}</i>* is shown if `operational_status` is set
*The operational status is <i>{operational_status}</i>* is shown if `operational_status` is set.
- *This drinking water works* is shown if with operational_status= & disused:amenity=
- *This drinking water is broken* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken' target='_blank'>broken</a>
@ -165,7 +167,8 @@ The question is `Is this drinking water point available all year round?`
### opening_hours_24_7
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *This drinking water fountain is closed this season. As such, the opening hours are not shown.* is shown if with seasonal!=no & seasonal~.+ & ((seasonal!~^(.*winter.*)$ & _now:date~^(....-(12|01|02)-..)$) | (seasonal!~^(.*spring.*)$ & _now:date~^(....-(03|04|05)-..)$) | (seasonal!~^(.*summer.*)$ & _now:date~^(....-(06|07|08)-..)$) | (seasonal!~^(.*autumn.*)$ & _now:date~^(....-(09|10|11)-..)$)). _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
@ -182,7 +185,8 @@ The question is `Does this drinking water fountain have an artistic element?`
### artwork-artwork_type
The question is `What is the type of this artwork?`
*This is a {artwork_type}* is shown if `artwork_type` is set
*This is a {artwork_type}* is shown if `artwork_type` is set.
- *Architecture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture' target='_blank'>architecture</a>
- *Mural* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural' target='_blank'>mural</a>
@ -206,7 +210,8 @@ This tagrendering has labels
### artwork-artist-wikidata
The question is `Who made this artwork?`
*This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}* is shown if `artist:wikidata` is set
*This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}* is shown if `artist:wikidata` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork' target='_blank'>artwork</a>
This tagrendering has labels
@ -215,7 +220,8 @@ This tagrendering has labels
### artwork-artist_name
The question is `Which artist created this?`
*Created by {artist_name}* is shown if `artist_name` is set
*Created by {artist_name}* is shown if `artist_name` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork' target='_blank'>artwork</a>
This tagrendering has labels
@ -224,7 +230,8 @@ This tagrendering has labels
### artwork-website
The question is `Is there a website with more information about this artwork?`
*{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}* is shown if `website` is set
*{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}* is shown if `website` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork' target='_blank'>artwork</a>
This tagrendering has labels
@ -233,7 +240,8 @@ This tagrendering has labels
### artwork_subject
The question is `What does this artwork depict?`
*This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set
*This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork' target='_blank'>artwork</a>
This tagrendering has labels
@ -242,6 +250,7 @@ This tagrendering has labels
### render-closest-drinking-water
_This tagrendering has no question and is thus read-only_
*<a href='#{_closest_other_drinking_water_id}'>There is another drinking water fountain at {_closest_other_drinking_water_distance} meters</a>*
This tagrendering is only visible in the popup if the following condition is met: _closest_other_drinking_water_id~.+
@ -249,6 +258,7 @@ This tagrendering is only visible in the popup if the following condition is met
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -258,16 +268,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -78,6 +78,7 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### dumpstations-fee
@ -90,7 +91,8 @@ The question is `Does this place charge a fee?`
### dumpstations-charge
The question is `How much does this place charge?`
*This place charges {charge}* is shown if `charge` is set
*This place charges {charge}* is shown if `charge` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>
@ -127,11 +129,13 @@ The question is `Who can use this dump station?`
### dumpstations-network
The question is `What network is this place a part of? (skip if none)`
*This station is part of network {network}* is shown if `network` is set
*This station is part of network {network}* is shown if `network` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -141,11 +145,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -69,16 +69,19 @@ Elements must match **all** of the following expressions:
### etymology-images-from-wikipedia
_This tagrendering has no question and is thus read-only_
*{image_carousel(name:etymology:wikidata)}*
### wikipedia-etymology
The question is `What is the Wikidata-item that this object is named after?`
*<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set
*<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set.
### zoeken op inventaris onroerend erfgoed
_This tagrendering has no question and is thus read-only_
*<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dbe' target='_blank'>be</a>
@ -86,38 +89,45 @@ This tagrendering is only visible in the popup if the following condition is met
### simple etymology
The question is `What is this object named after?`
*Named after {name:etymology}* is shown if `name:etymology` is set
*Named after {name:etymology}* is shown if `name:etymology` is set.
- *The origin of this name is unknown in all literature* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:name:etymology' target='_blank'>name:etymology</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown' target='_blank'>unknown</a>
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
*{questions()}*
### streetsign-image-carousel
_This tagrendering has no question and is thus read-only_
*{image_carousel(image:streetsign;panoramax:streetsign)}*
### streetsign-upload
_This tagrendering has no question and is thus read-only_
*{image_upload(image:streetsign,Add image of a street name sign,)}*
### minimap
_This tagrendering has no question and is thus read-only_
*{minimap(18, id, _same_name_ids):height:10rem}*
### etymology_multi_apply
_This tagrendering has no question and is thus read-only_
*{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}*
### wikipedia
_This tagrendering has no question and is thus read-only_
*A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}*
This tagrendering is only visible in the popup if the following condition is met: wikidata~.+
@ -125,6 +135,7 @@ This tagrendering is only visible in the popup if the following condition is met
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -22,11 +22,11 @@ This layer show elevators and asks for operational status and elevator dimension
- [elevator-depth](#elevator-depth)
- [elevator-diameter](#elevator-diameter)
- [handrail](#handrail)
- [induction-loop](#induction-loop)
- [tactile_writing_available](#tactile_writing_available)
- [tactile_writing_language](#tactile_writing_language)
- [speech_output_available](#speech_output_available)
- [speech_output](#speech_output)
- [induction-loop](#induction-loop)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
- [lod](#lod)
@ -65,9 +65,9 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/length#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/length/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [length](https://wiki.openstreetmap.org/wiki/Key:length) | [pfloat](../SpecialInputElements.md#pfloat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diameter#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diameter/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diameter](https://wiki.openstreetmap.org/wiki/Key:diameter) | [pfloat](../SpecialInputElements.md#pfloat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/handrail#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/handrail/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [handrail](https://wiki.openstreetmap.org/wiki/Key:handrail) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:handrail%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:handrail%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/hearing_loop#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/hearing_loop/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [hearing_loop](https://wiki.openstreetmap.org/wiki/Key:hearing_loop) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/tactile_writing:braille#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/tactile_writing%3Abraille/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [tactile_writing:braille](https://wiki.openstreetmap.org/wiki/Key:tactile_writing:braille) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_writing:braille%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_writing:braille%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/speech_output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/speech_output/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [speech_output](https://wiki.openstreetmap.org/wiki/Key:speech_output) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/hearing_loop#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/hearing_loop/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [hearing_loop](https://wiki.openstreetmap.org/wiki/Key:hearing_loop) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dno) |
## Featureview elements and TagRenderings
@ -82,11 +82,11 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| [elevator-depth](#elevator-depth) | What is the depth of this elevator?<br/>_This elevator has a depth of {canonical(length)}_ | | *[length](https://wiki.osm.org/wiki/Key:length)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [elevator-diameter](#elevator-diameter) | What is the diameter of this elevator?<br/>_This elevator has a diameter of {canonical(diameter)}_ | | *[diameter](https://wiki.osm.org/wiki/Key:diameter)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [handrail](#handrail) | Is there a handrail in the cabin?<br/>2 options | | _Multiple choice only_ |
| [induction-loop](#induction-loop) <br/> _(Original in [questions](./BuiltinQuestions.md#induction-loop))_ | Does this place have an audio induction loop for people with reduced hearing?<br/>2 options | | _Multiple choice only_ |
| [tactile_writing_available](#tactile_writing_available) | Has this elevator tactile writing?<br/>2 options | | _Multiple choice only_ |
| [tactile_writing_language](#tactile_writing_language) | _{language_chooser(tactile_writing:braille,In which languages does this elevator have tactile writing &LPARENSbraille&RPARENS?,This elevator has tactile writing in &LBRACElanguage&LPARENS&RPARENS&RBRACE,This elevator has tactile writing in &LBRACElanguage&LPARENS&RPARENS&RBRACE,,)}_ | | _Multiple choice only_ |
| [speech_output_available](#speech_output_available) | Has this elevator speech output?<br/>2 options | | _Multiple choice only_ |
| [speech_output](#speech_output) | _{language_chooser(speech_output,In which languages does this elevator have speech output?,This elevator has speech output in &LBRACElanguage&LPARENS&RPARENS&RBRACE,This elevator has speech output in &LBRACElanguage&LPARENS&RPARENS&RBRACE,,)}_ | | _Multiple choice only_ |
| [induction-loop](#induction-loop) <br/> _(Original in [questions](./BuiltinQuestions.md#induction-loop))_ | Does this place have an audio induction loop for people with reduced hearing?<br/>2 options | | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -94,12 +94,14 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### multilevels
The question is `What levels does this elevator go to?`
*This elevator goes to floors {level}* is shown if `level` is set
*This elevator goes to floors {level}* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -119,7 +121,8 @@ The question is `Does this elevator work?`
### door-width
The question is `What is the width of this elevator's entrance?`
*This elevator's doors have a width of {canonical(door:width)}* is shown if `door:width` is set
*This elevator's doors have a width of {canonical(door:width)}* is shown if `door:width` is set.
### elevator-shape
@ -131,17 +134,20 @@ The question is `What shape does this elevator have?`
### elevator-width
The question is `What is the width of this elevator?`
*This elevator has a width of {canonical(width)}* is shown if `width` is set
*This elevator has a width of {canonical(width)}* is shown if `width` is set.
### elevator-depth
The question is `What is the depth of this elevator?`
*This elevator has a depth of {canonical(length)}* is shown if `length` is set
*This elevator has a depth of {canonical(length)}* is shown if `length` is set.
### elevator-diameter
The question is `What is the diameter of this elevator?`
*This elevator has a diameter of {canonical(diameter)}* is shown if `diameter` is set
*This elevator has a diameter of {canonical(diameter)}* is shown if `diameter` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:shape' target='_blank'>shape</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shape%3Dcircular' target='_blank'>circular</a>
@ -152,13 +158,6 @@ The question is `Is there a handrail in the cabin?`
- *This elevator has a handrail in the cabin* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:handrail' target='_blank'>handrail</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:handrail%3Dyes' target='_blank'>yes</a>
- *This elevator does not have a handrail* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:handrail' target='_blank'>handrail</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:handrail%3Dno' target='_blank'>no</a>
### induction-loop
An accessibility feature: induction loops are for hard-hearing persons which have an FM-receiver.
The question is `Does this place have an audio induction loop for people with reduced hearing?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/audio_induction_loop.svg'> *This place has an audio induction loop* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:hearing_loop' target='_blank'>hearing_loop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/audio_induction_loop_missing.svg'> *This place <b>does not</b> have an audio induction loop* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:hearing_loop' target='_blank'>hearing_loop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dno' target='_blank'>no</a>
### tactile_writing_available
The question is `Has this elevator tactile writing?`
@ -169,6 +168,7 @@ The question is `Has this elevator tactile writing?`
### tactile_writing_language
_This tagrendering has no question and is thus read-only_
*{language_chooser(tactile_writing:braille,In which languages does this elevator have tactile writing &LPARENSbraille&RPARENS?,This elevator has tactile writing in &LBRACElanguage&LPARENS&RPARENS&RBRACE,This elevator has tactile writing in &LBRACElanguage&LPARENS&RPARENS&RBRACE,,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_writing:braille' target='_blank'>tactile_writing:braille</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_writing:braille%3Dyes' target='_blank'>yes</a>
@ -183,13 +183,24 @@ The question is `Has this elevator speech output?`
### speech_output
_This tagrendering has no question and is thus read-only_
*{language_chooser(speech_output,In which languages does this elevator have speech output?,This elevator has speech output in &LBRACElanguage&LPARENS&RPARENS&RBRACE,This elevator has speech output in &LBRACElanguage&LPARENS&RPARENS&RBRACE,,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:speech_output' target='_blank'>speech_output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes' target='_blank'>yes</a>
### induction-loop
An accessibility feature: induction loops are for hard-hearing persons which have an FM-receiver.
The question is `Does this place have an audio induction loop for people with reduced hearing?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/audio_induction_loop.svg'> *This place has an audio induction loop* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:hearing_loop' target='_blank'>hearing_loop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/audio_induction_loop_missing.svg'> *This place <b>does not</b> have an audio induction loop* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:hearing_loop' target='_blank'>hearing_loop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dno' target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:speech_output' target='_blank'>speech_output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes' target='_blank'>yes</a>
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -199,11 +210,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -97,12 +97,14 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### opening_hours_24_7
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -110,7 +112,8 @@ The question is `What are the opening hours of {title()}?`
### designs
The question is `How many designs are available?`
*This penny press has {coin:design_count} designs available.* is shown if `coin:design_count` is set
*This penny press has {coin:design_count} designs available.* is shown if `coin:design_count` is set.
- *This penny press has one design available.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:design_count' target='_blank'>coin:design_count</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D1' target='_blank'>1</a>
- *This penny press has two designs available.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:design_count' target='_blank'>coin:design_count</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D2' target='_blank'>2</a>
@ -140,7 +143,8 @@ The question is `Which methods of payment are accepted here?`
### coin
The question is `What coin is used for pressing?`
*This penny press uses a {coin:type} coin for pressing.* is shown if `coin:type` is set
*This penny press uses a {coin:type} coin for pressing.* is shown if `coin:type` is set.
- *This penny press uses a 2 cent coin for pressing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:type' target='_blank'>coin:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D2cent' target='_blank'>2cent</a>
- *This penny press uses a 5 cent coin for pressing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:type' target='_blank'>coin:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D5cent' target='_blank'>5cent</a>
@ -153,7 +157,8 @@ The question is `What coin is used for pressing?`
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -163,7 +168,8 @@ This tagrendering has labels
### charge
The question is `How much does it cost to press a penny?`
*It costs {charge} to press a penny.* is shown if `charge` is set
*It costs {charge} to press a penny.* is shown if `charge` is set.
- *It costs 1 euro to press a penny.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:charge' target='_blank'>charge</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:charge%3D1 EUR' target='_blank'>1 EUR</a>
- *It costs 2 euros to press a penny.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:charge' target='_blank'>charge</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:charge%3D2 EUR' target='_blank'>2 EUR</a>
@ -202,6 +208,7 @@ The question is `Is the penny press indoors?`
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -211,7 +218,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -225,13 +233,15 @@ This tagrendering has labels
### check_date
The question is `When was this object last checked?`
*This object was last checked on <b>{check_date}</b>* is shown if `check_date` is set
*This object was last checked on <b>{check_date}</b>* is shown if `check_date` is set.
- *This object was last checked today* is shown if with check_date=
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -241,16 +251,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -66,7 +66,7 @@ Elements must match **any** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/door#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/door/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [door](https://wiki.openstreetmap.org/wiki/Key:door) | Multiple choice | [hinged](https://wiki.openstreetmap.org/wiki/Tag:door%3Dhinged) [revolving](https://wiki.openstreetmap.org/wiki/Tag:door%3Drevolving) [sliding](https://wiki.openstreetmap.org/wiki/Tag:door%3Dsliding) [overhead](https://wiki.openstreetmap.org/wiki/Tag:door%3Doverhead) [no](https://wiki.openstreetmap.org/wiki/Tag:door%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/automatic_door#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/automatic_door/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [automatic_door](https://wiki.openstreetmap.org/wiki/Key:automatic_door) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dno) [motion](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dmotion) [floor](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dfloor) [button](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dbutton) [slowdown_button](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dslowdown_button) [continuous](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dcontinuous) [serviced_on_button_press](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_button_press) [serviced_on_request](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_request) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/width#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/width/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [width](https://wiki.openstreetmap.org/wiki/Key:width) | [pfloat](../SpecialInputElements.md#pfloat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/kerb:height#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/kerb%3Aheight/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [kerb:height](https://wiki.openstreetmap.org/wiki/Key:kerb:height) | [pnat](../SpecialInputElements.md#pnat) | [0](https://wiki.openstreetmap.org/wiki/Tag:kerb:height%3D0) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/kerb:height#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/kerb%3Aheight/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [kerb:height](https://wiki.openstreetmap.org/wiki/Key:kerb:height) | [pfloat](../SpecialInputElements.md#pfloat) | [0](https://wiki.openstreetmap.org/wiki/Tag:kerb:height%3D0) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:ref%3D) |
## Featureview elements and TagRenderings
@ -80,7 +80,7 @@ Elements must match **any** of the following expressions:
| [Door_type](#Door_type) | What is the type of this door?<br/>6 options | accessibility | _Multiple choice only_ |
| [automatic_door](#automatic_door) | Is this door automated?<br/>9 options | accessibility | _Multiple choice only_ |
| [width](#width) | What is the width of this door/entrance?<br/>_This door has a width of {canonical(width)}_ | accessibility | *[width](https://wiki.osm.org/wiki/Key:width)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [kerb-height](#kerb-height) | What is the height of this kerb?<br/>_The kerb height of this door is {kerb:height}_<br/>1 options | accessibility | *[kerb:height](https://wiki.osm.org/wiki/Key:kerb:height)* ([pnat](../SpecialInputElements.md#pnat)) |
| [kerb-height](#kerb-height) | What is the height of this kerb?<br/>_The kerb height of this door is {kerb:height}_<br/>1 options | accessibility | *[kerb:height](https://wiki.osm.org/wiki/Key:kerb:height)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [ref](#ref) | Does this door have a reference number?<br/>_This door has <b>{ref}</b> as reference number_<br/>1 options | accessibility | *[ref](https://wiki.osm.org/wiki/Key:ref)* ([string](../SpecialInputElements.md#string)) |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
@ -89,6 +89,7 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
This tagrendering has labels
@ -97,6 +98,7 @@ This tagrendering has labels
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -106,7 +108,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -168,7 +171,10 @@ This tagrendering has labels
### width
The question is `What is the width of this door/entrance?`
*This door has a width of {canonical(width)}* is shown if `width` is set
*This door has a width of {canonical(width)}* is shown if `width` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering has labels
`accessibility`
@ -176,7 +182,10 @@ This tagrendering has labels
### kerb-height
The question is `What is the height of this kerb?`
*The kerb height of this door is {kerb:height}* is shown if `kerb:height` is set
*The kerb height of this door is {kerb:height}* is shown if `kerb:height` is set.
The allowed input is of type pfloat and is in range -infinty until 0.5 (both inclusive). A warning will appear above 0.25.
- *This door does not have a kerb* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kerb:height' target='_blank'>kerb:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kerb:height%3D0' target='_blank'>0</a>
@ -186,7 +195,8 @@ This tagrendering has labels
### ref
The question is `Does this door have a reference number?`
*This door has <b>{ref}</b> as reference number* is shown if `ref` is set
*This door has <b>{ref}</b> as reference number* is shown if `ref` is set.
- *No reference number* is shown if with ref=
@ -196,6 +206,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -205,11 +216,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -68,16 +68,19 @@ Elements must match **any** of the following expressions:
### etymology-images-from-wikipedia
_This tagrendering has no question and is thus read-only_
*{image_carousel(name:etymology:wikidata)}*
### wikipedia-etymology
The question is `What is the Wikidata-item that this object is named after?`
*<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set
*<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set.
### zoeken op inventaris onroerend erfgoed
_This tagrendering has no question and is thus read-only_
*<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dbe' target='_blank'>be</a>
@ -85,38 +88,45 @@ This tagrendering is only visible in the popup if the following condition is met
### simple etymology
The question is `What is this object named after?`
*Named after {name:etymology}* is shown if `name:etymology` is set
*Named after {name:etymology}* is shown if `name:etymology` is set.
- *The origin of this name is unknown in all literature* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:name:etymology' target='_blank'>name:etymology</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown' target='_blank'>unknown</a>
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
*{questions()}*
### streetsign-image-carousel
_This tagrendering has no question and is thus read-only_
*{image_carousel(image:streetsign;panoramax:streetsign)}*
### streetsign-upload
_This tagrendering has no question and is thus read-only_
*{image_upload(image:streetsign,Add image of a street name sign,)}*
### minimap
_This tagrendering has no question and is thus read-only_
*{minimap(18, id, _same_name_ids):height:10rem}*
### etymology_multi_apply
_This tagrendering has no question and is thus read-only_
*{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}*
### wikipedia
_This tagrendering has no question and is thus read-only_
*A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}*
This tagrendering is only visible in the popup if the following condition is met: wikidata~.+
@ -124,6 +134,7 @@ This tagrendering is only visible in the popup if the following condition is met
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -70,13 +70,15 @@ The question is `Does it cost money to use this dispenser?`
### check_date
The question is `When was this object last checked?`
*This object was last checked on <b>{check_date}</b>* is shown if `check_date` is set
*This object was last checked on <b>{check_date}</b>* is shown if `check_date` is set.
- *This object was last checked today* is shown if with check_date=
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -86,11 +88,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -58,7 +58,8 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### extinguisher-location
The question is `Where is it positioned?`
*Location: {location}* is shown if `location` is set
*Location: {location}* is shown if `location` is set.
- *Found indoors.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dindoor' target='_blank'>indoor</a>
- *Found outdoors.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Doutdoor' target='_blank'>outdoor</a>
@ -66,11 +67,13 @@ The question is `Where is it positioned?`
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -80,11 +83,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -80,12 +80,14 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### facadegardens-direction
The question is `What is the orientation of the garden?`
*Orientation: {direction} (where 0=N and 90=O)* is shown if `direction` is set
*Orientation: {direction} (where 0=N and 90=O)* is shown if `direction` is set.
### facadegardens-sunshine
@ -105,7 +107,8 @@ The question is `Is there a water barrel installed for the garden?`
### facadegardens-start_date
The question is `When was the garden constructed? (a year is sufficient)`
*Construction date of the garden: {start_date}* is shown if `start_date` is set
*Construction date of the garden: {start_date}* is shown if `start_date` is set.
### facadegardens-edible
@ -126,11 +129,13 @@ The question is `What kinds of plants grow here?`
### facadegardens-description
The question is `Extra describing info about the garden (if needed and not yet described above)`
*More details: {description}* is shown if `description` is set
*More details: {description}* is shown if `description` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -140,16 +145,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -70,29 +70,34 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### station-name
The question is `What is the name of this fire station?`
*This station is called {name}.* is shown if `name` is set
*This station is called {name}.* is shown if `name` is set.
### station-street
The question is ` What is the street name where the station located?`
*This station is along a highway called {addr:street}.* is shown if `addr:street` is set
*This station is along a highway called {addr:street}.* is shown if `addr:street` is set.
### station-place
The question is `Where is the station located? (e.g. name of neighborhood, villlage, or town)`
*This station is found within {addr:place}.* is shown if `addr:place` is set
*This station is found within {addr:place}.* is shown if `addr:place` is set.
### station-agency
The question is `What agency operates this station?`
*This station is operated by {operator}.* is shown if `operator` is set
*This station is operated by {operator}.* is shown if `operator` is set.
- *Bureau of Fire Protection* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DBureau of Fire Protection' target='_blank'>Bureau of Fire Protection</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dgovernment' target='_blank'>government</a>
### station-operator
The question is `How is the station operator classified?`
*The operator is a(n) {operator:type} entity.* is shown if `operator:type` is set
*The operator is a(n) {operator:type} entity.* is shown if `operator:type` is set.
- *The station is operated by the government.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dgovernment' target='_blank'>government</a>
- *The station is operated by a community-based, or informal organization.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dcommunity' target='_blank'>community</a>
@ -102,11 +107,13 @@ The question is `How is the station operator classified?`
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -116,11 +123,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -63,6 +63,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### access
@ -87,6 +88,7 @@ The question is `Is the firepit available all around the year?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -96,16 +98,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -82,19 +82,22 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### name
The question is `What is the name of this fitness centre?`
*This fitness centre is called {name}* is shown if `name` is set
*This fitness centre is called {name}* is shown if `name` is set.
- *This fitness centre has no name* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -104,7 +107,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -115,7 +119,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -125,7 +130,8 @@ This tagrendering has labels
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -141,6 +147,7 @@ The question is `Is this place accessible with a wheelchair?`
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -150,7 +157,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -164,11 +172,13 @@ This tagrendering has labels
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -178,11 +188,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -69,12 +69,14 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### name
The question is `What is the name of this fitness station?`
*This fitness station is called {name}* is shown if `name` is set
*This fitness station is called {name}* is shown if `name` is set.
- *This fitness station doesn't have a name* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>
@ -111,12 +113,14 @@ The question is `What kind of equipment does this fitness station have?`
### operator
The question is `Who maintains this fitness station?`
*The fitness station is maintained by {operator}.* is shown if `operator` is set
*The fitness station is maintained by {operator}.* is shown if `operator` is set.
### opening_hours_24_7
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -124,6 +128,7 @@ The question is `What are the opening hours of {title()}?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -133,11 +138,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -53,13 +53,15 @@ Elements must match **any** of the following expressions:
### fixme
The question is `What is wrong with this feature?`
*Fixme Text: {fixme}* is shown if `fixme` is set
*Fixme Text: {fixme}* is shown if `fixme` is set.
- *This issue has been resolved* is shown if with fixme=
### note
_This tagrendering has no question and is thus read-only_
*Note Text: {note}*
This tagrendering is only visible in the popup if the following condition is met: note~.+
@ -67,11 +69,13 @@ This tagrendering is only visible in the popup if the following condition is met
### all_tags
Shows a table with all the tags of the feature
_This tagrendering has no question and is thus read-only_
*{all_tags()}*
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -81,6 +85,7 @@ This tagrendering has labels
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -33,7 +33,7 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [show-menu-image](#show-menu-image)
- [add-menu-image](#add-menu-image)
- [menu-website](#menu-website)
- [Reservation](#reservation)
- [reservation](#reservation)
- [Takeaway](#takeaway)
- [delivery](#delivery)
- [drive-through](#drive-through)
@ -216,7 +216,7 @@ Elements must match **any** of the following expressions:
| [show-menu-image](#show-menu-image) | _{image_carousel(image:menu)}_ | | _Multiple choice only_ |
| [add-menu-image](#add-menu-image) | _{image_upload(image:menu,Add an image from the menu,)}_ | | _Multiple choice only_ |
| [menu-website](#menu-website) | On what webpage is the menu published?<br/>_{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}_ | | *[website:menu](https://wiki.osm.org/wiki/Key:website:menu)* ([url](../SpecialInputElements.md#url)) |
| [Reservation](#Reservation) | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
| [reservation](#reservation) <br/> _(Original in [questions](./BuiltinQuestions.md#reservation))_ | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
| [Takeaway](#Takeaway) | Does this place offer take-away?<br/>3 options | | _Multiple choice only_ |
| [delivery](#delivery) | Does deliver food to your home?<br/>2 options | | _Multiple choice only_ |
| [drive-through](#drive-through) | Does this fast-food restaurant have a drive-through?<br/>2 options | | _Multiple choice only_ |
@ -285,17 +285,20 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### Name
The question is `What is the name of this business?`
*The name of this business is {name}* is shown if `name` is set
*The name of this business is {name}* is shown if `name` is set.
### Fastfood vs restaurant
@ -307,14 +310,16 @@ The question is `What type of business is this?`
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -324,7 +329,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -335,7 +341,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -353,6 +360,7 @@ The question is `Which methods of payment are accepted here?`
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -362,7 +370,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -385,7 +394,8 @@ The question is `Is this place accessible with a wheelchair?`
### Cuisine
The question is `What kind of food is served here?`
*This place mostly serves {cuisine}* is shown if `cuisine` is set
*This place mostly serves {cuisine}* is shown if `cuisine` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/🍕'> *Pizzeria* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza' target='_blank'>pizza</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/🍟'> *Friture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
@ -410,19 +420,22 @@ The question is `What kind of food is served here?`
### show-menu-image
_This tagrendering has no question and is thus read-only_
*{image_carousel(image:menu)}*
### add-menu-image
_This tagrendering has no question and is thus read-only_
*{image_upload(image:menu,Add an image from the menu,)}*
### menu-website
The question is `On what webpage is the menu published?`
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set
### Reservation
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set.
### reservation
The question is `Is a reservation required for this place?`
@ -458,7 +471,8 @@ This tagrendering is only visible in the popup if the following condition is met
### drive-through-opening_hours
The question is `What are the opening hours of the drive-through?`
*<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
*<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set.
- *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
@ -651,7 +665,8 @@ This tagrendering has labels
### internet-ssid
The question is `What is the network name for the wireless internet access?`
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
@ -662,6 +677,7 @@ This tagrendering has labels
### toilets-group
_This tagrendering has no question and is thus read-only_
*{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}*
This tagrendering has labels
@ -670,6 +686,7 @@ This tagrendering has labels
### grouptitle
_This tagrendering has no question and is thus read-only_
*Toilet information*
- *Does not have toilets* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno' target='_blank'>no</a>
@ -694,6 +711,7 @@ This tagrendering has labels
### toilets_repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {toilets:repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & toilets:repeat_on~.+
@ -708,7 +726,8 @@ This tagrendering has labels
### toilets_single_level
The question is `On what level is this feature located?`
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:location' target='_blank'>toilets:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:level' target='_blank'>toilets:level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:level%3D0' target='_blank'>0</a>
@ -728,7 +747,8 @@ This tagrendering has labels
### toilets_toilet-access
The question is `Are these toilets publicly accessible?`
*Access is {toilets:access}* is shown if `toilets:access` is set
*Access is {toilets:access}* is shown if `toilets:access` is set.
- *Public access* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/key'> *Only access to customers* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dcustomers' target='_blank'>customers</a>
@ -763,7 +783,8 @@ This tagrendering has labels
### toilets_toilet-charge
The question is `How much does one have to pay for these toilets?`
*The fee is {toilets:charge}* is shown if `toilets:charge` is set
*The fee is {toilets:charge}* is shown if `toilets:charge` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:fee' target='_blank'>toilets:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:fee%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -833,7 +854,8 @@ This tagrendering has labels
### toilets_description
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
*{toilets:description}* is shown if `toilets:description` is set
*{toilets:description}* is shown if `toilets:description` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -923,7 +945,8 @@ This tagrendering has labels
### menstrual_products_location
The question is `Where are the free menstrual products located?`
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set.
- *The free, menstrual products are located in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *The free, menstrual products are located in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -959,7 +982,8 @@ This tagrendering has labels
### toilet-changing_table:location
The question is `Where is the changing table located?`
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set.
- *A changing table is in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *A changing table is in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -1032,6 +1056,7 @@ This tagrendering has labels
### wheelchair-group
_This tagrendering has no question and is thus read-only_
*{group(wheelchair-title,wheelchair;adult-changing-table,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1047,6 +1072,7 @@ This tagrendering has labels
### wheelchair-picture-carousel
_This tagrendering has no question and is thus read-only_
*{image_carousel(toilets:wheelchair:panoramax;toilets:wheelchair:image;toilets:wheelchair:mapillary)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -1064,6 +1090,7 @@ This tagrendering has labels
### wheelchair-picture
_This tagrendering has no question and is thus read-only_
*{image_upload(toilets:wheelchair:panoramax,Add a picture of the wheelchair accessible toilet,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -1081,6 +1108,7 @@ This tagrendering has labels
### wheelchair-title
_This tagrendering has no question and is thus read-only_
*Wheelchair accessible toilet*
- *Wheelchair accessibility features* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated' target='_blank'>designated</a>
@ -1122,6 +1150,7 @@ This tagrendering has labels
### questions-wheelchair
_This tagrendering has no question and is thus read-only_
*{questions(wheelchair,,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1138,6 +1167,7 @@ This tagrendering has labels
### adult_changing_table_title
_This tagrendering has no question and is thus read-only_
*Adult changing table*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1173,7 +1203,10 @@ This tagrendering has labels
### changing_table_adult_height
The question is `What is the height of the adult changing table?`
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
- *The changing table is <b>adjustable in height</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a>
@ -1192,7 +1225,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-min_height
The question is `What is the lowest height the adult changing table can be moved to?`
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1209,7 +1245,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-max_height
The question is `What is the highest height the adult changing table can be moved to?`
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1268,6 +1307,7 @@ This tagrendering has labels
### questions-adult-changing-table
_This tagrendering has no question and is thus read-only_
*{questions(adult-changing-table,,yes)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1284,6 +1324,7 @@ This tagrendering has labels
### toilet-question-box
_This tagrendering has no question and is thus read-only_
*{questions(toilet-questions,,)}*
This tagrendering has labels
@ -1294,6 +1335,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,wheelchair;adult-changing-table;toilet-questions;hidden)}*
This tagrendering has labels
@ -1303,16 +1345,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -71,22 +71,26 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### name
The question is `What is the name of this food court?`
*This food court is called <b>{name}</b>.* is shown if `name` is set
*This food court is called <b>{name}</b>.* is shown if `name` is set.
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -102,7 +106,8 @@ The question is `Is this place accessible with a wheelchair?`
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -112,7 +117,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -130,6 +136,7 @@ The question is `Is smoking allowed at {title()}?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -139,11 +146,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -34,7 +34,7 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [show-menu-image](#show-menu-image)
- [add-menu-image](#add-menu-image)
- [menu-website](#menu-website)
- [Reservation](#reservation)
- [reservation](#reservation)
- [Takeaway](#takeaway)
- [delivery](#delivery)
- [drive-through](#drive-through)
@ -201,7 +201,7 @@ Elements must match **all** of the following expressions:
| [show-menu-image](#show-menu-image) | _{image_carousel(image:menu)}_ | | _Multiple choice only_ |
| [add-menu-image](#add-menu-image) | _{image_upload(image:menu,Add an image from the menu,)}_ | | _Multiple choice only_ |
| [menu-website](#menu-website) | On what webpage is the menu published?<br/>_{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}_ | | *[website:menu](https://wiki.osm.org/wiki/Key:website:menu)* ([url](../SpecialInputElements.md#url)) |
| [Reservation](#Reservation) | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
| [reservation](#reservation) <br/> _(Original in [questions](./BuiltinQuestions.md#reservation))_ | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
| [Takeaway](#Takeaway) | Does this place offer take-away?<br/>3 options | | _Multiple choice only_ |
| [delivery](#delivery) | Does deliver food to your home?<br/>2 options | | _Multiple choice only_ |
| [drive-through](#drive-through) | Does this fast-food restaurant have a drive-through?<br/>2 options | | _Multiple choice only_ |
@ -270,17 +270,20 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### Name
The question is `What is the name of this business?`
*The name of this business is {name}* is shown if `name` is set
*The name of this business is {name}* is shown if `name` is set.
### Fastfood vs restaurant
@ -292,14 +295,16 @@ The question is `What type of business is this?`
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -309,7 +314,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -320,7 +326,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -338,6 +345,7 @@ The question is `Which methods of payment are accepted here?`
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -347,7 +355,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -370,7 +379,8 @@ The question is `Is this place accessible with a wheelchair?`
### Cuisine
The question is `What kind of food is served here?`
*This place mostly serves {cuisine}* is shown if `cuisine` is set
*This place mostly serves {cuisine}* is shown if `cuisine` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/🍕'> *Pizzeria* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza' target='_blank'>pizza</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/🍟'> *Friture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
@ -395,19 +405,22 @@ The question is `What kind of food is served here?`
### show-menu-image
_This tagrendering has no question and is thus read-only_
*{image_carousel(image:menu)}*
### add-menu-image
_This tagrendering has no question and is thus read-only_
*{image_upload(image:menu,Add an image from the menu,)}*
### menu-website
The question is `On what webpage is the menu published?`
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set
### Reservation
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set.
### reservation
The question is `Is a reservation required for this place?`
@ -443,7 +456,8 @@ This tagrendering is only visible in the popup if the following condition is met
### drive-through-opening_hours
The question is `What are the opening hours of the drive-through?`
*<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
*<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set.
- *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
@ -636,7 +650,8 @@ This tagrendering has labels
### internet-ssid
The question is `What is the network name for the wireless internet access?`
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
@ -647,6 +662,7 @@ This tagrendering has labels
### toilets-group
_This tagrendering has no question and is thus read-only_
*{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}*
This tagrendering has labels
@ -655,6 +671,7 @@ This tagrendering has labels
### grouptitle
_This tagrendering has no question and is thus read-only_
*Toilet information*
- *Does not have toilets* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno' target='_blank'>no</a>
@ -679,6 +696,7 @@ This tagrendering has labels
### toilets_repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {toilets:repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & toilets:repeat_on~.+
@ -693,7 +711,8 @@ This tagrendering has labels
### toilets_single_level
The question is `On what level is this feature located?`
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:location' target='_blank'>toilets:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:level' target='_blank'>toilets:level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:level%3D0' target='_blank'>0</a>
@ -713,7 +732,8 @@ This tagrendering has labels
### toilets_toilet-access
The question is `Are these toilets publicly accessible?`
*Access is {toilets:access}* is shown if `toilets:access` is set
*Access is {toilets:access}* is shown if `toilets:access` is set.
- *Public access* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/key'> *Only access to customers* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dcustomers' target='_blank'>customers</a>
@ -748,7 +768,8 @@ This tagrendering has labels
### toilets_toilet-charge
The question is `How much does one have to pay for these toilets?`
*The fee is {toilets:charge}* is shown if `toilets:charge` is set
*The fee is {toilets:charge}* is shown if `toilets:charge` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:fee' target='_blank'>toilets:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:fee%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -818,7 +839,8 @@ This tagrendering has labels
### toilets_description
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
*{toilets:description}* is shown if `toilets:description` is set
*{toilets:description}* is shown if `toilets:description` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -908,7 +930,8 @@ This tagrendering has labels
### menstrual_products_location
The question is `Where are the free menstrual products located?`
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set.
- *The free, menstrual products are located in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *The free, menstrual products are located in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -944,7 +967,8 @@ This tagrendering has labels
### toilet-changing_table:location
The question is `Where is the changing table located?`
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set.
- *A changing table is in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *A changing table is in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -1017,6 +1041,7 @@ This tagrendering has labels
### wheelchair-group
_This tagrendering has no question and is thus read-only_
*{group(wheelchair-title,wheelchair;adult-changing-table,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1032,6 +1057,7 @@ This tagrendering has labels
### wheelchair-picture-carousel
_This tagrendering has no question and is thus read-only_
*{image_carousel(toilets:wheelchair:panoramax;toilets:wheelchair:image;toilets:wheelchair:mapillary)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -1049,6 +1075,7 @@ This tagrendering has labels
### wheelchair-picture
_This tagrendering has no question and is thus read-only_
*{image_upload(toilets:wheelchair:panoramax,Add a picture of the wheelchair accessible toilet,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -1066,6 +1093,7 @@ This tagrendering has labels
### wheelchair-title
_This tagrendering has no question and is thus read-only_
*Wheelchair accessible toilet*
- *Wheelchair accessibility features* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated' target='_blank'>designated</a>
@ -1107,6 +1135,7 @@ This tagrendering has labels
### questions-wheelchair
_This tagrendering has no question and is thus read-only_
*{questions(wheelchair,,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1123,6 +1152,7 @@ This tagrendering has labels
### adult_changing_table_title
_This tagrendering has no question and is thus read-only_
*Adult changing table*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1158,7 +1188,10 @@ This tagrendering has labels
### changing_table_adult_height
The question is `What is the height of the adult changing table?`
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
- *The changing table is <b>adjustable in height</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a>
@ -1177,7 +1210,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-min_height
The question is `What is the lowest height the adult changing table can be moved to?`
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1194,7 +1230,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-max_height
The question is `What is the highest height the adult changing table can be moved to?`
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1253,6 +1292,7 @@ This tagrendering has labels
### questions-adult-changing-table
_This tagrendering has no question and is thus read-only_
*{questions(adult-changing-table,,yes)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1269,6 +1309,7 @@ This tagrendering has labels
### toilet-question-box
_This tagrendering has no question and is thus read-only_
*{questions(toilet-questions,,)}*
This tagrendering has labels
@ -1279,6 +1320,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,wheelchair;adult-changing-table;toilet-questions;hidden)}*
This tagrendering has labels
@ -1288,16 +1330,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -35,7 +35,7 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [show-menu-image](#show-menu-image)
- [add-menu-image](#add-menu-image)
- [menu-website](#menu-website)
- [Reservation](#reservation)
- [reservation](#reservation)
- [Takeaway](#takeaway)
- [delivery](#delivery)
- [drive-through](#drive-through)
@ -203,7 +203,7 @@ Elements must match **all** of the following expressions:
| [show-menu-image](#show-menu-image) | _{image_carousel(image:menu)}_ | | _Multiple choice only_ |
| [add-menu-image](#add-menu-image) | _{image_upload(image:menu,Add an image from the menu,)}_ | | _Multiple choice only_ |
| [menu-website](#menu-website) | On what webpage is the menu published?<br/>_{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}_ | | *[website:menu](https://wiki.osm.org/wiki/Key:website:menu)* ([url](../SpecialInputElements.md#url)) |
| [Reservation](#Reservation) | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
| [reservation](#reservation) <br/> _(Original in [questions](./BuiltinQuestions.md#reservation))_ | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
| [Takeaway](#Takeaway) | Does this place offer take-away?<br/>3 options | | _Multiple choice only_ |
| [delivery](#delivery) | Does deliver food to your home?<br/>2 options | | _Multiple choice only_ |
| [drive-through](#drive-through) | Does this fast-food restaurant have a drive-through?<br/>2 options | | _Multiple choice only_ |
@ -271,11 +271,13 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### gluten_free
@ -293,7 +295,8 @@ This tagrendering has labels
### Name
The question is `What is the name of this business?`
*The name of this business is {name}* is shown if `name` is set
*The name of this business is {name}* is shown if `name` is set.
### Fastfood vs restaurant
@ -305,14 +308,16 @@ The question is `What type of business is this?`
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -322,7 +327,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -333,7 +339,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -351,6 +358,7 @@ The question is `Which methods of payment are accepted here?`
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -360,7 +368,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -383,7 +392,8 @@ The question is `Is this place accessible with a wheelchair?`
### Cuisine
The question is `What kind of food is served here?`
*This place mostly serves {cuisine}* is shown if `cuisine` is set
*This place mostly serves {cuisine}* is shown if `cuisine` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/🍕'> *Pizzeria* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza' target='_blank'>pizza</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/🍟'> *Friture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
@ -408,19 +418,22 @@ The question is `What kind of food is served here?`
### show-menu-image
_This tagrendering has no question and is thus read-only_
*{image_carousel(image:menu)}*
### add-menu-image
_This tagrendering has no question and is thus read-only_
*{image_upload(image:menu,Add an image from the menu,)}*
### menu-website
The question is `On what webpage is the menu published?`
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set
### Reservation
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set.
### reservation
The question is `Is a reservation required for this place?`
@ -456,7 +469,8 @@ This tagrendering is only visible in the popup if the following condition is met
### drive-through-opening_hours
The question is `What are the opening hours of the drive-through?`
*<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
*<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set.
- *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
@ -637,7 +651,8 @@ This tagrendering has labels
### internet-ssid
The question is `What is the network name for the wireless internet access?`
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
@ -648,6 +663,7 @@ This tagrendering has labels
### toilets-group
_This tagrendering has no question and is thus read-only_
*{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}*
This tagrendering has labels
@ -656,6 +672,7 @@ This tagrendering has labels
### grouptitle
_This tagrendering has no question and is thus read-only_
*Toilet information*
- *Does not have toilets* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno' target='_blank'>no</a>
@ -680,6 +697,7 @@ This tagrendering has labels
### toilets_repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {toilets:repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & toilets:repeat_on~.+
@ -694,7 +712,8 @@ This tagrendering has labels
### toilets_single_level
The question is `On what level is this feature located?`
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:location' target='_blank'>toilets:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:level' target='_blank'>toilets:level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:level%3D0' target='_blank'>0</a>
@ -714,7 +733,8 @@ This tagrendering has labels
### toilets_toilet-access
The question is `Are these toilets publicly accessible?`
*Access is {toilets:access}* is shown if `toilets:access` is set
*Access is {toilets:access}* is shown if `toilets:access` is set.
- *Public access* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/key'> *Only access to customers* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dcustomers' target='_blank'>customers</a>
@ -749,7 +769,8 @@ This tagrendering has labels
### toilets_toilet-charge
The question is `How much does one have to pay for these toilets?`
*The fee is {toilets:charge}* is shown if `toilets:charge` is set
*The fee is {toilets:charge}* is shown if `toilets:charge` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:fee' target='_blank'>toilets:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:fee%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -819,7 +840,8 @@ This tagrendering has labels
### toilets_description
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
*{toilets:description}* is shown if `toilets:description` is set
*{toilets:description}* is shown if `toilets:description` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -909,7 +931,8 @@ This tagrendering has labels
### menstrual_products_location
The question is `Where are the free menstrual products located?`
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set.
- *The free, menstrual products are located in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *The free, menstrual products are located in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -945,7 +968,8 @@ This tagrendering has labels
### toilet-changing_table:location
The question is `Where is the changing table located?`
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set.
- *A changing table is in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *A changing table is in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -1018,6 +1042,7 @@ This tagrendering has labels
### wheelchair-group
_This tagrendering has no question and is thus read-only_
*{group(wheelchair-title,wheelchair;adult-changing-table,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1033,6 +1058,7 @@ This tagrendering has labels
### wheelchair-picture-carousel
_This tagrendering has no question and is thus read-only_
*{image_carousel(toilets:wheelchair:panoramax;toilets:wheelchair:image;toilets:wheelchair:mapillary)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -1050,6 +1076,7 @@ This tagrendering has labels
### wheelchair-picture
_This tagrendering has no question and is thus read-only_
*{image_upload(toilets:wheelchair:panoramax,Add a picture of the wheelchair accessible toilet,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -1067,6 +1094,7 @@ This tagrendering has labels
### wheelchair-title
_This tagrendering has no question and is thus read-only_
*Wheelchair accessible toilet*
- *Wheelchair accessibility features* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated' target='_blank'>designated</a>
@ -1108,6 +1136,7 @@ This tagrendering has labels
### questions-wheelchair
_This tagrendering has no question and is thus read-only_
*{questions(wheelchair,,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1124,6 +1153,7 @@ This tagrendering has labels
### adult_changing_table_title
_This tagrendering has no question and is thus read-only_
*Adult changing table*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1159,7 +1189,10 @@ This tagrendering has labels
### changing_table_adult_height
The question is `What is the height of the adult changing table?`
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
- *The changing table is <b>adjustable in height</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a>
@ -1178,7 +1211,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-min_height
The question is `What is the lowest height the adult changing table can be moved to?`
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1195,7 +1231,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-max_height
The question is `What is the highest height the adult changing table can be moved to?`
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1254,6 +1293,7 @@ This tagrendering has labels
### questions-adult-changing-table
_This tagrendering has no question and is thus read-only_
*{questions(adult-changing-table,,yes)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1270,6 +1310,7 @@ This tagrendering has labels
### toilet-question-box
_This tagrendering has no question and is thus read-only_
*{questions(toilet-questions,,)}*
This tagrendering has labels
@ -1280,6 +1321,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,wheelchair;adult-changing-table;toilet-questions;hidden)}*
This tagrendering has labels
@ -1289,16 +1331,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -35,7 +35,7 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [show-menu-image](#show-menu-image)
- [add-menu-image](#add-menu-image)
- [menu-website](#menu-website)
- [Reservation](#reservation)
- [reservation](#reservation)
- [Takeaway](#takeaway)
- [delivery](#delivery)
- [drive-through](#drive-through)
@ -203,7 +203,7 @@ Elements must match **all** of the following expressions:
| [show-menu-image](#show-menu-image) | _{image_carousel(image:menu)}_ | | _Multiple choice only_ |
| [add-menu-image](#add-menu-image) | _{image_upload(image:menu,Add an image from the menu,)}_ | | _Multiple choice only_ |
| [menu-website](#menu-website) | On what webpage is the menu published?<br/>_{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}_ | | *[website:menu](https://wiki.osm.org/wiki/Key:website:menu)* ([url](../SpecialInputElements.md#url)) |
| [Reservation](#Reservation) | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
| [reservation](#reservation) <br/> _(Original in [questions](./BuiltinQuestions.md#reservation))_ | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
| [Takeaway](#Takeaway) | Does this place offer take-away?<br/>3 options | | _Multiple choice only_ |
| [delivery](#delivery) | Does deliver food to your home?<br/>2 options | | _Multiple choice only_ |
| [drive-through](#drive-through) | Does this fast-food restaurant have a drive-through?<br/>2 options | | _Multiple choice only_ |
@ -271,11 +271,13 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### lactose_free
@ -293,7 +295,8 @@ This tagrendering has labels
### Name
The question is `What is the name of this business?`
*The name of this business is {name}* is shown if `name` is set
*The name of this business is {name}* is shown if `name` is set.
### Fastfood vs restaurant
@ -305,14 +308,16 @@ The question is `What type of business is this?`
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -322,7 +327,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -333,7 +339,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -351,6 +358,7 @@ The question is `Which methods of payment are accepted here?`
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -360,7 +368,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -383,7 +392,8 @@ The question is `Is this place accessible with a wheelchair?`
### Cuisine
The question is `What kind of food is served here?`
*This place mostly serves {cuisine}* is shown if `cuisine` is set
*This place mostly serves {cuisine}* is shown if `cuisine` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/🍕'> *Pizzeria* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza' target='_blank'>pizza</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/🍟'> *Friture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
@ -408,19 +418,22 @@ The question is `What kind of food is served here?`
### show-menu-image
_This tagrendering has no question and is thus read-only_
*{image_carousel(image:menu)}*
### add-menu-image
_This tagrendering has no question and is thus read-only_
*{image_upload(image:menu,Add an image from the menu,)}*
### menu-website
The question is `On what webpage is the menu published?`
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set
### Reservation
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set.
### reservation
The question is `Is a reservation required for this place?`
@ -456,7 +469,8 @@ This tagrendering is only visible in the popup if the following condition is met
### drive-through-opening_hours
The question is `What are the opening hours of the drive-through?`
*<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
*<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set.
- *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
@ -637,7 +651,8 @@ This tagrendering has labels
### internet-ssid
The question is `What is the network name for the wireless internet access?`
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
@ -648,6 +663,7 @@ This tagrendering has labels
### toilets-group
_This tagrendering has no question and is thus read-only_
*{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}*
This tagrendering has labels
@ -656,6 +672,7 @@ This tagrendering has labels
### grouptitle
_This tagrendering has no question and is thus read-only_
*Toilet information*
- *Does not have toilets* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno' target='_blank'>no</a>
@ -680,6 +697,7 @@ This tagrendering has labels
### toilets_repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {toilets:repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & toilets:repeat_on~.+
@ -694,7 +712,8 @@ This tagrendering has labels
### toilets_single_level
The question is `On what level is this feature located?`
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:location' target='_blank'>toilets:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:level' target='_blank'>toilets:level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:level%3D0' target='_blank'>0</a>
@ -714,7 +733,8 @@ This tagrendering has labels
### toilets_toilet-access
The question is `Are these toilets publicly accessible?`
*Access is {toilets:access}* is shown if `toilets:access` is set
*Access is {toilets:access}* is shown if `toilets:access` is set.
- *Public access* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/key'> *Only access to customers* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dcustomers' target='_blank'>customers</a>
@ -749,7 +769,8 @@ This tagrendering has labels
### toilets_toilet-charge
The question is `How much does one have to pay for these toilets?`
*The fee is {toilets:charge}* is shown if `toilets:charge` is set
*The fee is {toilets:charge}* is shown if `toilets:charge` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:fee' target='_blank'>toilets:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:fee%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -819,7 +840,8 @@ This tagrendering has labels
### toilets_description
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
*{toilets:description}* is shown if `toilets:description` is set
*{toilets:description}* is shown if `toilets:description` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -909,7 +931,8 @@ This tagrendering has labels
### menstrual_products_location
The question is `Where are the free menstrual products located?`
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set.
- *The free, menstrual products are located in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *The free, menstrual products are located in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -945,7 +968,8 @@ This tagrendering has labels
### toilet-changing_table:location
The question is `Where is the changing table located?`
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set.
- *A changing table is in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *A changing table is in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -1018,6 +1042,7 @@ This tagrendering has labels
### wheelchair-group
_This tagrendering has no question and is thus read-only_
*{group(wheelchair-title,wheelchair;adult-changing-table,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1033,6 +1058,7 @@ This tagrendering has labels
### wheelchair-picture-carousel
_This tagrendering has no question and is thus read-only_
*{image_carousel(toilets:wheelchair:panoramax;toilets:wheelchair:image;toilets:wheelchair:mapillary)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -1050,6 +1076,7 @@ This tagrendering has labels
### wheelchair-picture
_This tagrendering has no question and is thus read-only_
*{image_upload(toilets:wheelchair:panoramax,Add a picture of the wheelchair accessible toilet,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -1067,6 +1094,7 @@ This tagrendering has labels
### wheelchair-title
_This tagrendering has no question and is thus read-only_
*Wheelchair accessible toilet*
- *Wheelchair accessibility features* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated' target='_blank'>designated</a>
@ -1108,6 +1136,7 @@ This tagrendering has labels
### questions-wheelchair
_This tagrendering has no question and is thus read-only_
*{questions(wheelchair,,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1124,6 +1153,7 @@ This tagrendering has labels
### adult_changing_table_title
_This tagrendering has no question and is thus read-only_
*Adult changing table*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1159,7 +1189,10 @@ This tagrendering has labels
### changing_table_adult_height
The question is `What is the height of the adult changing table?`
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
- *The changing table is <b>adjustable in height</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a>
@ -1178,7 +1211,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-min_height
The question is `What is the lowest height the adult changing table can be moved to?`
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1195,7 +1231,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-max_height
The question is `What is the highest height the adult changing table can be moved to?`
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1254,6 +1293,7 @@ This tagrendering has labels
### questions-adult-changing-table
_This tagrendering has no question and is thus read-only_
*{questions(adult-changing-table,,yes)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1270,6 +1310,7 @@ This tagrendering has labels
### toilet-question-box
_This tagrendering has no question and is thus read-only_
*{questions(toilet-questions,,)}*
This tagrendering has labels
@ -1280,6 +1321,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,wheelchair;adult-changing-table;toilet-questions;hidden)}*
This tagrendering has labels
@ -1289,16 +1331,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -34,7 +34,7 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [show-menu-image](#show-menu-image)
- [add-menu-image](#add-menu-image)
- [menu-website](#menu-website)
- [Reservation](#reservation)
- [reservation](#reservation)
- [Takeaway](#takeaway)
- [delivery](#delivery)
- [drive-through](#drive-through)
@ -201,7 +201,7 @@ Elements must match **all** of the following expressions:
| [show-menu-image](#show-menu-image) | _{image_carousel(image:menu)}_ | | _Multiple choice only_ |
| [add-menu-image](#add-menu-image) | _{image_upload(image:menu,Add an image from the menu,)}_ | | _Multiple choice only_ |
| [menu-website](#menu-website) | On what webpage is the menu published?<br/>_{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}_ | | *[website:menu](https://wiki.osm.org/wiki/Key:website:menu)* ([url](../SpecialInputElements.md#url)) |
| [Reservation](#Reservation) | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
| [reservation](#reservation) <br/> _(Original in [questions](./BuiltinQuestions.md#reservation))_ | Is a reservation required for this place?<br/>4 options | | _Multiple choice only_ |
| [Takeaway](#Takeaway) | Does this place offer take-away?<br/>3 options | | _Multiple choice only_ |
| [delivery](#delivery) | Does deliver food to your home?<br/>2 options | | _Multiple choice only_ |
| [drive-through](#drive-through) | Does this fast-food restaurant have a drive-through?<br/>2 options | | _Multiple choice only_ |
@ -270,17 +270,20 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### Name
The question is `What is the name of this business?`
*The name of this business is {name}* is shown if `name` is set
*The name of this business is {name}* is shown if `name` is set.
### Fastfood vs restaurant
@ -292,14 +295,16 @@ The question is `What type of business is this?`
### opening_hours
The question is `What are the opening hours of {title()}?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -309,7 +314,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -320,7 +326,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -338,6 +345,7 @@ The question is `Which methods of payment are accepted here?`
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -347,7 +355,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -370,7 +379,8 @@ The question is `Is this place accessible with a wheelchair?`
### Cuisine
The question is `What kind of food is served here?`
*This place mostly serves {cuisine}* is shown if `cuisine` is set
*This place mostly serves {cuisine}* is shown if `cuisine` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/🍕'> *Pizzeria* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza' target='_blank'>pizza</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/🍟'> *Friture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
@ -395,19 +405,22 @@ The question is `What kind of food is served here?`
### show-menu-image
_This tagrendering has no question and is thus read-only_
*{image_carousel(image:menu)}*
### add-menu-image
_This tagrendering has no question and is thus read-only_
*{image_upload(image:menu,Add an image from the menu,)}*
### menu-website
The question is `On what webpage is the menu published?`
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set
### Reservation
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set.
### reservation
The question is `Is a reservation required for this place?`
@ -443,7 +456,8 @@ This tagrendering is only visible in the popup if the following condition is met
### drive-through-opening_hours
The question is `What are the opening hours of the drive-through?`
*<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
*<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set.
- *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
@ -636,7 +650,8 @@ This tagrendering has labels
### internet-ssid
The question is `What is the network name for the wireless internet access?`
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
@ -647,6 +662,7 @@ This tagrendering has labels
### toilets-group
_This tagrendering has no question and is thus read-only_
*{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}*
This tagrendering has labels
@ -655,6 +671,7 @@ This tagrendering has labels
### grouptitle
_This tagrendering has no question and is thus read-only_
*Toilet information*
- *Does not have toilets* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno' target='_blank'>no</a>
@ -679,6 +696,7 @@ This tagrendering has labels
### toilets_repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {toilets:repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & toilets:repeat_on~.+
@ -693,7 +711,8 @@ This tagrendering has labels
### toilets_single_level
The question is `On what level is this feature located?`
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set
*Located on the {toilets:level}th floor* is shown if `toilets:level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:location' target='_blank'>toilets:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:level' target='_blank'>toilets:level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:level%3D0' target='_blank'>0</a>
@ -713,7 +732,8 @@ This tagrendering has labels
### toilets_toilet-access
The question is `Are these toilets publicly accessible?`
*Access is {toilets:access}* is shown if `toilets:access` is set
*Access is {toilets:access}* is shown if `toilets:access` is set.
- *Public access* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/key'> *Only access to customers* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:access' target='_blank'>toilets:access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:access%3Dcustomers' target='_blank'>customers</a>
@ -748,7 +768,8 @@ This tagrendering has labels
### toilets_toilet-charge
The question is `How much does one have to pay for these toilets?`
*The fee is {toilets:charge}* is shown if `toilets:charge` is set
*The fee is {toilets:charge}* is shown if `toilets:charge` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:fee' target='_blank'>toilets:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:fee%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -818,7 +839,8 @@ This tagrendering has labels
### toilets_description
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
*{toilets:description}* is shown if `toilets:description` is set
*{toilets:description}* is shown if `toilets:description` is set.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -908,7 +930,8 @@ This tagrendering has labels
### menstrual_products_location
The question is `Where are the free menstrual products located?`
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set
*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set.
- *The free, menstrual products are located in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *The free, menstrual products are located in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location' target='_blank'>toilets:menstrual_products:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -944,7 +967,8 @@ This tagrendering has labels
### toilet-changing_table:location
The question is `Where is the changing table located?`
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set.
- *A changing table is in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
- *A changing table is in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet' target='_blank'>male_toilet</a>
@ -1017,6 +1041,7 @@ This tagrendering has labels
### wheelchair-group
_This tagrendering has no question and is thus read-only_
*{group(wheelchair-title,wheelchair;adult-changing-table,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1032,6 +1057,7 @@ This tagrendering has labels
### wheelchair-picture-carousel
_This tagrendering has no question and is thus read-only_
*{image_carousel(toilets:wheelchair:panoramax;toilets:wheelchair:image;toilets:wheelchair:mapillary)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -1049,6 +1075,7 @@ This tagrendering has labels
### wheelchair-picture
_This tagrendering has no question and is thus read-only_
*{image_upload(toilets:wheelchair:panoramax,Add a picture of the wheelchair accessible toilet,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> & (<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes' target='_blank'>yes</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>)
@ -1066,6 +1093,7 @@ This tagrendering has labels
### wheelchair-title
_This tagrendering has no question and is thus read-only_
*Wheelchair accessible toilet*
- *Wheelchair accessibility features* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair' target='_blank'>toilets:wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated' target='_blank'>designated</a>
@ -1107,6 +1135,7 @@ This tagrendering has labels
### questions-wheelchair
_This tagrendering has no question and is thus read-only_
*{questions(wheelchair,,)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1123,6 +1152,7 @@ This tagrendering has labels
### adult_changing_table_title
_This tagrendering has no question and is thus read-only_
*Adult changing table*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1158,7 +1188,10 @@ This tagrendering has labels
### changing_table_adult_height
The question is `What is the height of the adult changing table?`
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set
*The changing table is {canonical(changing_table:adult:height)} high* is shown if `changing_table:adult:height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
- *The changing table is <b>adjustable in height</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a>
@ -1177,7 +1210,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-min_height
The question is `What is the lowest height the adult changing table can be moved to?`
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set
*The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}* is shown if `changing_table:adult:min_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1194,7 +1230,10 @@ This tagrendering has labels
### changing_table_adult_adult-changing-table-max_height
The question is `What is the highest height the adult changing table can be moved to?`
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set
*The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}* is shown if `changing_table:adult:max_height` is set.
The allowed input is of type pfloat and is in range 0.4 until 2 (both inclusive). A warning will appear if the value is outside of 0.8 and 1.7.
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult' target='_blank'>changing_table:adult</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:adult:height' target='_blank'>changing_table:adult:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:adult:height%3Dadjustable' target='_blank'>adjustable</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
This tagrendering has labels
@ -1253,6 +1292,7 @@ This tagrendering has labels
### questions-adult-changing-table
_This tagrendering has no question and is thus read-only_
*{questions(adult-changing-table,,yes)}*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>
@ -1269,6 +1309,7 @@ This tagrendering has labels
### toilet-question-box
_This tagrendering has no question and is thus read-only_
*{questions(toilet-questions,,)}*
This tagrendering has labels
@ -1279,6 +1320,7 @@ This tagrendering has labels
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,wheelchair;adult-changing-table;toilet-questions;hidden)}*
This tagrendering has labels
@ -1288,16 +1330,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -75,17 +75,20 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### preset_description
_This tagrendering has no question and is thus read-only_
*{preset_description()}*
### images_no_blur
Same as `images`, but uploaded request to disable blurring to the panoramax server
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload(,,,true)}*
### ghost_bike-name
The question is `Whom is remembered by this ghost bike?`
*In remembrance of {subject}* is shown if `subject` is set
*In remembrance of {subject}* is shown if `subject` is set.
- *In remembrance of {name}* is shown if with name~.+. _This option cannot be chosen as answer_
- *No name is marked on the bike* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>
@ -93,21 +96,25 @@ The question is `Whom is remembered by this ghost bike?`
### ghost_bike-source
The question is `On what webpage can one find more info about the ghost bike or the accident?`
*{link(More info available,&LBRACEsource&RBRACE,,,,)}* is shown if `source` is set
*{link(More info available,&LBRACEsource&RBRACE,,,,)}* is shown if `source` is set.
### ghost_bike-inscription
The question is `What is the inscription on this Ghost bike?`
*<i>{inscription}</i>* is shown if `inscription` is set
*<i>{inscription}</i>* is shown if `inscription` is set.
### ghost_bike-start_date
The question is `When was this Ghost bike installed?`
*Placed on {start_date}* is shown if `start_date` is set
*Placed on {start_date}* is shown if `start_date` is set.
### wikidata
_This tagrendering has no question and is thus read-only_
*<h3>Wikipedia page about the deceased person</h3>{wikipedia(subject:wikidata)}*
This tagrendering is only visible in the popup if the following condition is met: subject:wikidata~.+
@ -115,6 +122,7 @@ This tagrendering is only visible in the popup if the following condition is met
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -124,16 +132,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -70,6 +70,7 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### historic
@ -82,7 +83,8 @@ The question is `Is this sign for a business that no longer exists or no longer
### type
The question is `Which type of advertising feature is this?`
*This is a {advertising}* is shown if `advertising` is set
*This is a {advertising}* is shown if `advertising` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/advertising/billboard.svg'> *This is a billboard* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dbillboard' target='_blank'>billboard</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/themes/advertising/board.svg'> *This is a board* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dboard' target='_blank'>board</a>
@ -101,16 +103,19 @@ The question is `Which type of advertising feature is this?`
### inscription
The question is `What is the text on the sign?`
*The text on the sign is: {inscription}* is shown if `inscription` is set
*The text on the sign is: {inscription}* is shown if `inscription` is set.
### brand
The question is `For what business was this sign made?`
*This sign was made for: {brand}* is shown if `brand` is set
*This sign was made for: {brand}* is shown if `brand` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -120,11 +125,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -66,12 +66,14 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -81,7 +83,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -92,7 +95,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -102,11 +106,13 @@ This tagrendering has labels
### name
The question is `What is the name of this Governmental Office?`
*This Governmental Office is called {name}* is shown if `name` is set
*This Governmental Office is called {name}* is shown if `name` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -116,11 +122,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -64,21 +64,25 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### buried:wikidata
The question is `What is the Wikipedia page of the person buried here?`
*{wikipedia(buried:wikidata)}* is shown if `buried:wikidata` is set
*{wikipedia(buried:wikidata)}* is shown if `buried:wikidata` is set.
### name
The question is `What is the name of the person buried here?`
*<b>{name}</b> is buried here* is shown if `name` is set
*<b>{name}</b> is buried here* is shown if `name` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -88,11 +92,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -85,6 +85,7 @@ Elements must match **any** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### group_only
@ -97,12 +98,14 @@ The question is `Is this campsite exclusively for groups?`
### name
The question is `What is the name of this campsite?`
*The name of this campsite is {name}* is shown if `name` is set
*The name of this campsite is {name}* is shown if `name` is set.
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -112,7 +115,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -123,7 +127,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -133,7 +138,8 @@ This tagrendering has labels
### capacity_persons
The question is `How many people can stay here?`
*{capacity:persons} people can stay here* is shown if `capacity:persons` is set
*{capacity:persons} people can stay here* is shown if `capacity:persons` is set.
### fee
@ -145,12 +151,14 @@ The question is `Is there a fee?`
### charge_person_day
The question is `What is the charge per person per day?`
*Charge per person per day: {charge}* is shown if `charge` is set
*Charge per person per day: {charge}* is shown if `charge` is set.
### charge_day
The question is `What is the charge per day?`
*Charge per day: {charge}* is shown if `charge` is set
*Charge per day: {charge}* is shown if `charge` is set.
### caravansites-toilets
@ -162,21 +170,25 @@ The question is `Does this place have toilets?`
### toiletatamenitytoiletswheelchair
_This tagrendering has no question and is thus read-only_
*toilet_at_amenity.toilets-wheelchair*
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
*{questions()}*
### mastodon
Shows and asks for the mastodon handle
The question is `What is the Mastodon-handle of {title()}?`
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set.
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -102,21 +102,25 @@ Elements must match **all** of the following expressions:
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### name
The question is `What is the name of this {title()}?`
*{name}* is shown if `name` is set
*{name}* is shown if `name` is set.
### presettypeselect
_This tagrendering has no question and is thus read-only_
*{preset_type_select()}*
### group_only
@ -131,14 +135,16 @@ This tagrendering is only visible in the popup if the following condition is met
### brand
The question is `Is {title()} part of a bigger brand?`
*Part of {brand}* is shown if `brand` is set
*Part of {brand}* is shown if `brand` is set.
- *Not part of a bigger brand* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:nobrand' target='_blank'>nobrand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nobrand%3Dyes' target='_blank'>yes</a>
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -148,7 +154,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -159,7 +166,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -178,6 +186,7 @@ The question is `Is this place accessible with a wheelchair?`
### toiletatamenitytoiletswheelchair
_This tagrendering has no question and is thus read-only_
*toilet_at_amenity.toilets-wheelchair*
### internet
@ -209,7 +218,8 @@ This tagrendering has labels
### internet-ssid
The question is `What is the network name for the wireless internet access?`
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
@ -230,6 +240,7 @@ The question is `Are dogs allowed in this business?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -239,16 +250,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -72,6 +72,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### type
@ -89,27 +90,31 @@ The question is `What kind of routes are shown on this guidepost?`
### name
The question is `What is the name noted on this guidepost?`
*Name noted on the guidepost: {name}* is shown if `name` is set
*Name noted on the guidepost: {name}* is shown if `name` is set.
- *There is no name noted on this guidepost* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>
### ref
The question is `What is the reference number of this guidepost?`
*Reference number of the guidepost: {ref}* is shown if `ref` is set
*Reference number of the guidepost: {ref}* is shown if `ref` is set.
- *There is no reference number noted on this guidepost* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noref' target='_blank'>noref</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noref%3Dyes' target='_blank'>yes</a>
### ele
The question is `What is the elevation noted on this guidepost?`
*Elevation noted on the guidepost: {ele} m* is shown if `ele` is set
*Elevation noted on the guidepost: {ele} m* is shown if `ele` is set.
- *There is no elevation noted on this guidepost* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noele' target='_blank'>noele</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noele%3Dyes' target='_blank'>yes</a>
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -119,16 +124,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -133,11 +133,13 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### is_makerspace
@ -151,11 +153,13 @@ The question is `Is this a hackerspace or a makerspace?`
### hackerspaces-name
The question is `What is the name of this hackerspace?`
*This hackerspace is named <b>{name}</b>* is shown if `name` is set
*This hackerspace is named <b>{name}</b>* is shown if `name` is set.
### repeated
_This tagrendering has no question and is thus read-only_
*Multiple, identical objects can be found on floors {repeat_on}.*
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
@ -165,7 +169,8 @@ This tagrendering has labels
### single_level
The question is `On what level is this feature located?`
*Located on the {level}th floor* is shown if `level` is set
*Located on the {level}th floor* is shown if `level` is set.
- *Located underground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>. _This option cannot be chosen as answer_
- *Located on the ground floor* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>
@ -179,7 +184,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -189,7 +195,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -200,7 +207,8 @@ This tagrendering has labels
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -210,12 +218,14 @@ This tagrendering has labels
### mastodon
Shows and asks for the mastodon handle
The question is `What is the Mastodon-handle of {title()}?`
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set.
### opening_hours_24_7
The question is `When is this hackerspace opened?`
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/open24_7.svg'> *24/7 opened (including holidays)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
- *Marked as closed for an unspecified time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
@ -311,7 +321,8 @@ The question is `Does this hackerspace serve Club-Mate?`
### hackerspaces-start_date
The question is `When was this hackerspace founded?`
*This hackerspace was founded at {start_date}* is shown if `start_date` is set
*This hackerspace was founded at {start_date}* is shown if `start_date` is set.
### internet
@ -342,7 +353,8 @@ This tagrendering has labels
### internet-ssid
The question is `What is the network name for the wireless internet access?`
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
@ -353,21 +365,25 @@ This tagrendering has labels
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
*{questions()}*
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -69,16 +69,19 @@ Elements must match **all** of the following expressions:
### etymology-images-from-wikipedia
_This tagrendering has no question and is thus read-only_
*{image_carousel(name:etymology:wikidata)}*
### wikipedia-etymology
The question is `What is the Wikidata-item that this object is named after?`
*<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set
*<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set.
### zoeken op inventaris onroerend erfgoed
_This tagrendering has no question and is thus read-only_
*<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>*
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dbe' target='_blank'>be</a>
@ -86,38 +89,45 @@ This tagrendering is only visible in the popup if the following condition is met
### simple etymology
The question is `What is this object named after?`
*Named after {name:etymology}* is shown if `name:etymology` is set
*Named after {name:etymology}* is shown if `name:etymology` is set.
- *The origin of this name is unknown in all literature* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:name:etymology' target='_blank'>name:etymology</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown' target='_blank'>unknown</a>
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
*{questions()}*
### streetsign-image-carousel
_This tagrendering has no question and is thus read-only_
*{image_carousel(image:streetsign;panoramax:streetsign)}*
### streetsign-upload
_This tagrendering has no question and is thus read-only_
*{image_upload(image:streetsign,Add image of a street name sign,)}*
### minimap
_This tagrendering has no question and is thus read-only_
*{minimap(18, id, _same_name_ids):height:10rem}*
### etymology_multi_apply
_This tagrendering has no question and is thus read-only_
*{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}*
### wikipedia
_This tagrendering has no question and is thus read-only_
*A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}*
This tagrendering is only visible in the popup if the following condition is met: wikidata~.+
@ -125,6 +135,7 @@ This tagrendering is only visible in the popup if the following condition is met
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -76,7 +76,7 @@ Elements must match **any** of the following expressions:
| [housenumber](#housenumber) <br/> _(Original in [address](./address.md#housenumber))_ | What is the number of this house?<br/>_The house number is <b>{addr:housenumber}</b>_<br/>1 options | address, hidden | *[addr:housenumber](https://wiki.osm.org/wiki/Key:addr:housenumber)* ([string](../SpecialInputElements.md#string)) |
| [street](#street) <br/> _(Original in [address](./address.md#street))_ | What street is this address located in?<br/>_This address is in street <b>{addr:street}</b>_ | address, hidden | *[addr:street](https://wiki.osm.org/wiki/Key:addr:street)* ([string](../SpecialInputElements.md#string)) |
| [unit](#unit) <br/> _(Original in [address](./address.md#unit))_ | What is the unit number or letter?<br/>_The unit number is <b>{addr:unit}</b>_<br/>1 options | address, hidden | *[addr:unit](https://wiki.osm.org/wiki/Key:addr:unit)* ([string](../SpecialInputElements.md#string)) |
| [oh-visitor](#oh-visitor) | When are visitors allowed to visit?<br/>_<h3>Opening hours for visitors</h3>Regular visitors are allowed at the following moments: {opening_hours_table(opening_hours:visitors)}<p class='subtle'>Some wands might have different opening hours. Many hospitals allow visits during emergencies too.</p>_ | | *[opening_hours:visitors](https://wiki.osm.org/wiki/Key:opening_hours:visitors)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
| [oh-visitor](#oh-visitor) | When are visitors allowed to visit?<br/>_<h3>Opening hours for visitors</h3>Regular visitors are allowed at the following moments: {opening_hours_table(opening_hours:visitors,,)}<p class='subtle'>Some wands might have different opening hours. Many hospitals allow visits during emergencies too.</p>_ | | *[opening_hours:visitors](https://wiki.osm.org/wiki/Key:opening_hours:visitors)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -84,7 +84,8 @@ Elements must match **any** of the following expressions:
### name
The question is `What is the name of this hospital?`
*This hospital is called {name}* is shown if `name` is set
*This hospital is called {name}* is shown if `name` is set.
### inpatient
@ -96,7 +97,8 @@ The question is `Does this facility admit inpatients?`
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -106,7 +108,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -117,7 +120,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -127,6 +131,7 @@ This tagrendering has labels
### address_joined
_This tagrendering has no question and is thus read-only_
*{group(header,street;housenumber;unit,)}*
This tagrendering has labels
@ -135,6 +140,7 @@ This tagrendering has labels
### header
_This tagrendering has no question and is thus read-only_
*{addr:street} <b>{addr:housenumber}</b> {addr:unit}*
- *No address is known* is shown if with addr:street= & addr:unit= & addr:housenumber=
@ -146,7 +152,8 @@ This tagrendering has labels
### housenumber
The question is `What is the number of this house?`
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set.
- *This building has no house number* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:nohousenumber' target='_blank'>nohousenumber</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nohousenumber%3Dyes' target='_blank'>yes</a>
@ -157,7 +164,8 @@ This tagrendering has labels
### street
The question is `What street is this address located in?`
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set.
This tagrendering has labels
`address`
@ -166,7 +174,8 @@ This tagrendering has labels
### unit
The question is `What is the unit number or letter?`
*The unit number is <b>{addr:unit}</b>* is shown if `addr:unit` is set
*The unit number is <b>{addr:unit}</b>* is shown if `addr:unit` is set.
- *No unit number* is shown if with addr:unit=
@ -177,11 +186,13 @@ This tagrendering has labels
### oh-visitor
The question is `When are visitors allowed to visit?`
*<h3>Opening hours for visitors</h3>Regular visitors are allowed at the following moments: {opening_hours_table(opening_hours:visitors)}<p class='subtle'>Some wands might have different opening hours. Many hospitals allow visits during emergencies too.</p>* is shown if `opening_hours:visitors` is set
*<h3>Opening hours for visitors</h3>Regular visitors are allowed at the following moments: {opening_hours_table(opening_hours:visitors,,)}<p class='subtle'>Some wands might have different opening hours. Many hospitals allow visits during emergencies too.</p>* is shown if `opening_hours:visitors` is set.
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -191,11 +202,13 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

View file

@ -98,21 +98,25 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
_This tagrendering has no question and is thus read-only_
*{image_carousel()}{image_upload()}*
### reviews
Shows the reviews module (including the possibility to leave a review)
_This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### name
The question is `What is the name of this {title()}?`
*{name}* is shown if `name` is set
*{name}* is shown if `name` is set.
### presettypeselect
_This tagrendering has no question and is thus read-only_
*{preset_type_select()}*
### group_only
@ -127,14 +131,16 @@ This tagrendering is only visible in the popup if the following condition is met
### brand
The question is `Is {title()} part of a bigger brand?`
*Part of {brand}* is shown if `brand` is set
*Part of {brand}* is shown if `brand` is set.
- *Not part of a bigger brand* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:nobrand' target='_blank'>nobrand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nobrand%3Dyes' target='_blank'>yes</a>
### phone
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
@ -144,7 +150,8 @@ This tagrendering has labels
### email
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
@ -155,7 +162,8 @@ This tagrendering has labels
### website
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
@ -174,6 +182,7 @@ The question is `Is this place accessible with a wheelchair?`
### toiletatamenitytoiletswheelchair
_This tagrendering has no question and is thus read-only_
*toilet_at_amenity.toilets-wheelchair*
### internet
@ -205,7 +214,8 @@ This tagrendering has labels
### internet-ssid
The question is `What is the network name for the wireless internet access?`
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
@ -226,6 +236,7 @@ The question is `Are dogs allowed in this business?`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden)}*
This tagrendering has labels
@ -235,16 +246,19 @@ This tagrendering has labels
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
### delete-button
_This tagrendering has no question and is thus read-only_
*{delete_button()}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels

Some files were not shown because too many files have changed in this diff Show more