_This document details some technical information about this MapComplete theme, mostly about the attributes used in the theme. Various links point toward more information about the attributes, e.g. to the OpenStreetMap-wiki, to TagInfo or tools creating statistics_
The theme introduction reads:
> Love in the palm of your handOpen Love Map lists various adult entries, such as brothels, erotic stores and stripclubs.
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [images](#images)
+ [reviews](#reviews)
+ [phone](#phone)
+ [email](#email)
+ [website](#website)
+ [cinema_type](#cinema_type)
+ [opening_hours](#opening_hours)
+ [Opening hours](#opening-hours)
+ [has_video_booth](#has_video_booth)
+ [leftover-questions](#leftover-questions)
+ [lod](#lod)
- [Filters](#filters)
# Layers defined in this theme configuration file
These layers can not be reused in different themes.
# erotic_shop
This layer is based on [shops](../Layers/shops.md)
A shop
- This layer is shown at zoomlevel **6** and higher
No themes use this layer
## Basic tags for this layer
Elements must match the expression **<ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Derotic'target='_blank'>erotic</a>**
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22shop%22%3D%22erotic%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
## Supported attributes
**Warning:**,this quick overview is incomplete,
| attribute | type | values which are supported by this layer |
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_
*This shop is called <i>{name}</i>* is shown if `name` is set
### brand
The question is `What is the brand of this shop?`
*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 <ahref='https://wiki.openstreetmap.org/wiki/Key:not:brand'target='_blank'>not:brand</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:not:brand%3Dyes'target='_blank'>yes</a>
### second_hand
The question is `Does this shop sell second-hand items?`
-*This shop sells second-hand items <b>only</b>* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:second_hand'target='_blank'>second_hand</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:second_hand%3Donly'target='_blank'>only</a>
-*This shop sells second-hand items along with new items* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:second_hand'target='_blank'>second_hand</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:second_hand%3Dyes'target='_blank'>yes</a>
-*This shop only sells brand-new items* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:second_hand'target='_blank'>second_hand</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:second_hand%3Dno'target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dclothes'target='_blank'>clothes</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbooks'target='_blank'>books</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcharity'target='_blank'>charity</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfurniture'target='_blank'>furniture</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmobile_phone'target='_blank'>mobile_phone</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcomputer'target='_blank'>computer</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtoys'target='_blank'>toys</a>
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
-*Marked as closed for an unspecified time* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:opening_hours'target='_blank'>opening_hours</a>=<ahref='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()}?`
*<ahref='{website}'rel='nofollow noopener noreferrer'target='_blank'>{website}</a>* is shown if `website` is set
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg'style='width: 3rem; height: 3rem'>*<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_
This tagrendering has labels
`contact`
### email
The question is `What is the email address of {title()}?`
*<ahref='mailto:{email}'target='_blank'rel='noopener'>{email}</a>* is shown if `email` is set
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg'style='width: 3rem; height: 3rem'>*<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_
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg'style='width: 3rem; height: 3rem'>*<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_
This tagrendering has labels
`contact`
### phone
The question is `What is the phone number of {title()}?`
*<ahref='tel:{phone}'>{phone}</a>* is shown if `phone` is set
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg'style='width: 3rem; height: 3rem'>*<a href='tel:{contact:phone}'>{contact:phone}</a>* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
This tagrendering has labels
`contact`
### payment-options
The question is `Which methods of payment are accepted here?`
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg'style='width: 3rem; height: 3rem'>*Cash is accepted here* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:cash'target='_blank'>payment:cash</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:cash'target='_blank'>payment:cash</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dno'target='_blank'>no</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg'style='width: 3rem; height: 3rem'>*Payment cards are accepted here* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:cards'target='_blank'>payment:cards</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:cards'target='_blank'>payment:cards</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dno'target='_blank'>no</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg'style='width: 3rem; height: 3rem'>*Payment by QR-code is possible here* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code'target='_blank'>payment:qr_code</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code'target='_blank'>payment:qr_code</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno'target='_blank'>no</a>
### 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~.+
This tagrendering has labels
`level`
### 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 underground* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:location'target='_blank'>location</a>=<ahref='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 <ahref='https://wiki.openstreetmap.org/wiki/Key:level'target='_blank'>level</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:level%3D0'target='_blank'>0</a>
-*Located on the ground floor* is shown if with level=. _This option cannot be chosen as answer_
-*Located on the first floor* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:level'target='_blank'>level</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:level%3D1'target='_blank'>1</a>
-*Located on the first basement level* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:level'target='_blank'>level</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:level%3D-1'target='_blank'>-1</a>
This tagrendering has labels
`level`
### copyshop-print-sizes
The question is `What paper formats does this shop offer?`
-*This shop can print on papers of size A4* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:print:A4'target='_blank'>service:print:A4</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:print:A4%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:service:print:A4'target='_blank'>service:print:A4</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:print:A4%3Dno'target='_blank'>no</a>
-*This shop can print on papers of size A3* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:print:A3'target='_blank'>service:print:A3</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:print:A3%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:service:print:A3'target='_blank'>service:print:A3</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:print:A3%3Dno'target='_blank'>no</a>
-*This shop can print on papers of size A2* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:print:A2'target='_blank'>service:print:A2</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:print:A2%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:service:print:A2'target='_blank'>service:print:A2</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:print:A2%3Dno'target='_blank'>no</a>
-*This shop can print on papers of size A1* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:print:A1'target='_blank'>service:print:A1</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:print:A1%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:service:print:A1'target='_blank'>service:print:A1</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:print:A1%3Dno'target='_blank'>no</a>
-*This shop can print on papers of size A0* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:print:A0'target='_blank'>service:print:A0</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:print:A0%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:service:print:A0'target='_blank'>service:print:A0</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:print:A0%3Dno'target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:service:print'target='_blank'>service:print</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:print%3Dyes'target='_blank'>yes</a> | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$
### copyshop-binding
The question is `Does this shop offer a binding service?`
-*This shop binds papers into a booklet* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:binding'target='_blank'>service:binding</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dyes'target='_blank'>yes</a>
-*This shop does bind books* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:binding'target='_blank'>service:binding</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dno'target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:service:print'target='_blank'>service:print</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:print%3Dyes'target='_blank'>yes</a> | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$
### key_cutter
The question is `Does this shop offer key cutting?`
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/fas-key.svg'style='width: 3rem; height: 3rem'>*This shop is also specialized in key cutting* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:craft'target='_blank'>craft</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:craft%3Dkey_cutter'target='_blank'>key_cutter</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/fas-key.svg'style='width: 3rem; height: 3rem'>*This shop offers key cutting as a service* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:key_cutting'target='_blank'>service:key_cutting</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:key_cutting%3Dyes'target='_blank'>yes</a>
-*This shops does not offer key cutting as a service* is shown if with craft= &<ahref='https://wiki.openstreetmap.org/wiki/Key:service:key_cutting'target='_blank'>service:key_cutting</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:key_cutting%3Dno'target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:craft'target='_blank'>craft</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:craft%3Dkey_cutting'target='_blank'>key_cutting</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dshoe_repair'target='_blank'>shoe_repair</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddiy'target='_blank'>diy</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddoityourself'target='_blank'>doityourself</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhome_improvement'target='_blank'>home_improvement</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhardware'target='_blank'>hardware</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlocksmith'target='_blank'>locksmith</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Drepair'target='_blank'>repair</a> | service:key_cutting~.+
-*This shop sells new bikes* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail'target='_blank'>service:bicycle:retail</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dyes'target='_blank'>yes</a>
-*This shop doesn't sell new bikes* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail'target='_blank'>service:bicycle:retail</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dno'target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Doutdoor'target='_blank'>outdoor</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsport'target='_blank'>sport</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddiy'target='_blank'>diy</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddoityourself'target='_blank'>doityourself</a> | service:bicycle:retail~.+
### bike_second_hand
The question is `Does this shop sell second-hand bikes?`
-*This shop sells second-hand bikes* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand'target='_blank'>service:bicycle:second_hand</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dyes'target='_blank'>yes</a>
-*This shop doesn't sell second-hand bikes* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand'target='_blank'>service:bicycle:second_hand</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dno'target='_blank'>no</a>
-*This shop only sells second-hand bikes* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand'target='_blank'>service:bicycle:second_hand</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Donly'target='_blank'>only</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle'target='_blank'>bicycle</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcharity'target='_blank'>charity</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsecond_hand'target='_blank'>second_hand</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle_repair'target='_blank'>bicycle_repair</a> | service:bicycle:second_hand~.+
### repairs_bikes
The question is `Does this shop repair bikes?`
-*This shop repairs bikes* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair'target='_blank'>service:bicycle:repair</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dyes'target='_blank'>yes</a>
-*This shop doesn't repair bikes* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair'target='_blank'>service:bicycle:repair</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dno'target='_blank'>no</a>
-*This shop only repairs bikes bought here* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair'target='_blank'>service:bicycle:repair</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Donly_sold'target='_blank'>only_sold</a>
-*This shop only repairs bikes of a certain brand* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair'target='_blank'>service:bicycle:repair</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dbrand'target='_blank'>brand</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail'target='_blank'>service:bicycle:retail</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dyes'target='_blank'>yes</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand'target='_blank'>service:bicycle:second_hand</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dyes'target='_blank'>yes</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand'target='_blank'>service:bicycle:second_hand</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Donly'target='_blank'>only</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsport'target='_blank'>sport</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Doutdoor'target='_blank'>outdoor</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle'target='_blank'>bicycle</a> | service:bicycle:repair~.+
### bicycle_rental
The question is `Does this shop rent out bikes?`
-*This shop rents out bikes* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental'target='_blank'>service:bicycle:rental</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes'target='_blank'>yes</a>
-*This shop doesn't rent out bikes* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental'target='_blank'>service:bicycle:rental</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dno'target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle'target='_blank'>bicycle</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsport'target='_blank'>sport</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle_repair'target='_blank'>bicycle_repair</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Doutdoor'target='_blank'>outdoor</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Drental'target='_blank'>rental</a> | service:bicycle:rental~.+
### bike_pump_service
The question is `Does this shop offer a bike pump for use by anyone?`
-*This shop offers a bike pump for anyone* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump'target='_blank'>service:bicycle:pump</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes'target='_blank'>yes</a>
-*This shop doesn't offer a bike pump for anyone* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump'target='_blank'>service:bicycle:pump</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dno'target='_blank'>no</a>
-*There is bicycle pump, it is shown as a separate point* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump'target='_blank'>service:bicycle:pump</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dseparate'target='_blank'>separate</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail'target='_blank'>service:bicycle:retail</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dyes'target='_blank'>yes</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle'target='_blank'>bicycle</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle_repair'target='_blank'>bicycle_repair</a> | ^(service:bicycle:.+)$~~^(yes)$ | service:bicycle:pump~.+
### bike_repair_tools
The question is `Are there tools here to repair your own bike?`
-*This shop offers tools for DIY bicycle repair* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy'target='_blank'>service:bicycle:diy</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes'target='_blank'>yes</a>
-*This shop doesn't offer tools for DIY bicycle repair* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy'target='_blank'>service:bicycle:diy</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno'target='_blank'>no</a>
-*Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy'target='_blank'>service:bicycle:diy</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold'target='_blank'>only_sold</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle'target='_blank'>bicycle</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle_repair'target='_blank'>bicycle_repair</a> | service:bicycle:diy~.+ | service:bicycle:repair~^(yes|only)$
### bike_wash
The question is `Are bicycles washed here?`
-*This shop cleans bicycles* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning'target='_blank'>service:bicycle:cleaning</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes'target='_blank'>yes</a>
-*This shop has an installation where one can clean bicycles themselves* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning'target='_blank'>service:bicycle:cleaning</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy'target='_blank'>diy</a>
-*This shop doesn't offer bicycle cleaning* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning'target='_blank'>service:bicycle:cleaning</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno'target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle'target='_blank'>bicycle</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle_repair'target='_blank'>bicycle_repair</a> | ^(service:bicycle:.*)$~~^(yes|only)$ | service:bicycle:cleaning~.+
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/wifi'style='width: 3rem; height: 3rem'>*This place offers wireless internet access* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:internet_access'target='_blank'>internet_access</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan'target='_blank'>wlan</a>
-*This place <b>does not</b> offer internet access* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:internet_access'target='_blank'>internet_access</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno'target='_blank'>no</a>
-*This place offers internet access* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:internet_access'target='_blank'>internet_access</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dyes'target='_blank'>yes</a>. _This option cannot be chosen as answer_
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/computer'style='width: 3rem; height: 3rem'>*This place offers internet access via a terminal or computer* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:internet_access'target='_blank'>internet_access</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal'target='_blank'>terminal</a>
-*This place offers wired internet access* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:internet_access'target='_blank'>internet_access</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired'target='_blank'>wired</a>
This tagrendering has labels
`internet-all`
### internet-fee
The question is `Is there a fee for internet access?`
-*There is a fee for the internet access at this place* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:internet_access:fee'target='_blank'>internet_access:fee</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes'target='_blank'>yes</a>
-*Internet access is free at this place* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:internet_access:fee'target='_blank'>internet_access:fee</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno'target='_blank'>no</a>
-*Internet access is free at this place, for customers only* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:internet_access:fee'target='_blank'>internet_access:fee</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers'target='_blank'>customers</a>
This tagrendering is only visible in the popup if the following condition is met: internet_access!=no & internet_access~.+
This tagrendering has labels
`internet-all`
### 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
-*Telekom* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid'target='_blank'>internet_access:ssid</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom'target='_blank'>Telekom</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:internet_access'target='_blank'>internet_access</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan'target='_blank'>wlan</a>
This tagrendering has labels
`internet-all`
### organic
The question is `Does this shop offer organic products?`
-*This shop offers organic products* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:organic'target='_blank'>organic</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes'target='_blank'>yes</a>
-*This shop only offers organic products* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:organic'target='_blank'>organic</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly'target='_blank'>only</a>
-*This shop does not offer organic products* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:organic'target='_blank'>organic</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno'target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket'target='_blank'>supermarket</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience'target='_blank'>convenience</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm'target='_blank'>farm</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer'target='_blank'>greengrocer</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food'target='_blank'>health_food</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dclothes'target='_blank'>clothes</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dshoes'target='_blank'>shoes</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbutcher'target='_blank'>butcher</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcosmetics'target='_blank'>cosmetics</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli'target='_blank'>deli</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery'target='_blank'>bakery</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dalcohol'target='_blank'>alcohol</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dseafood'target='_blank'>seafood</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages'target='_blank'>beverages</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dflorist'target='_blank'>florist</a>
### sugar_free
The question is `Does this shop have a sugar free offering?`
-*This shop <b>only sells sugar free</b> products* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free'target='_blank'>diet:sugar_free</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly'target='_blank'>only</a>
-*This shop has a big sugar free offering* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free'target='_blank'>diet:sugar_free</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes'target='_blank'>yes</a>
-*This shop has a <b>limited sugar free</b> offering* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free'target='_blank'>diet:sugar_free</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited'target='_blank'>limited</a>
-*This shop has no sugar free offering* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free'target='_blank'>diet:sugar_free</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno'target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket'target='_blank'>supermarket</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience'target='_blank'>convenience</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm'target='_blank'>farm</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer'target='_blank'>greengrocer</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food'target='_blank'>health_food</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli'target='_blank'>deli</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery'target='_blank'>bakery</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages'target='_blank'>beverages</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages'target='_blank'>beverages</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry'target='_blank'>pastry</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate'target='_blank'>chocolate</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food'target='_blank'>frozen_food</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream'target='_blank'>ice_cream</a>
This tagrendering has labels
`diets`
### gluten_free
The question is `Does this shop have a gluten free offering?`
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg'style='width: 3rem; height: 3rem'>*This shop <b>only sells gluten free</b> products* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free'target='_blank'>diet:gluten_free</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly'target='_blank'>only</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg'style='width: 3rem; height: 3rem'>*This shop has a big gluten free offering* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free'target='_blank'>diet:gluten_free</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes'target='_blank'>yes</a>
-*This shop has a <b>limited gluten free</b> offering* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free'target='_blank'>diet:gluten_free</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited'target='_blank'>limited</a>
-*This shop has no gluten free offering* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free'target='_blank'>diet:gluten_free</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno'target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket'target='_blank'>supermarket</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience'target='_blank'>convenience</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm'target='_blank'>farm</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer'target='_blank'>greengrocer</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food'target='_blank'>health_food</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli'target='_blank'>deli</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery'target='_blank'>bakery</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages'target='_blank'>beverages</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages'target='_blank'>beverages</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry'target='_blank'>pastry</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate'target='_blank'>chocolate</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food'target='_blank'>frozen_food</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream'target='_blank'>ice_cream</a>
This tagrendering has labels
`diets`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg'style='width: 3rem; height: 3rem'>*<b>Only sells lactose free</b> products* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free'target='_blank'>diet:lactose_free</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly'target='_blank'>only</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg'style='width: 3rem; height: 3rem'>*Big lactose free offering* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free'target='_blank'>diet:lactose_free</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes'target='_blank'>yes</a>
-*<b>Limited lactose free</b> offering* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free'target='_blank'>diet:lactose_free</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited'target='_blank'>limited</a>
-*No lactose free offering* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free'target='_blank'>diet:lactose_free</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno'target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket'target='_blank'>supermarket</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience'target='_blank'>convenience</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm'target='_blank'>farm</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer'target='_blank'>greengrocer</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food'target='_blank'>health_food</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli'target='_blank'>deli</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery'target='_blank'>bakery</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages'target='_blank'>beverages</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages'target='_blank'>beverages</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry'target='_blank'>pastry</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate'target='_blank'>chocolate</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food'target='_blank'>frozen_food</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:shop'target='_blank'>shop</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream'target='_blank'>ice_cream</a>
The question is `Does this shop offer fetish gear?`
-*This shop offers <b>soft BDSM-gear</b>, such as fluffy handcuffs, a 'fifty-shade-of-grey'-starterset, ...* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:fetish:bdsm:soft'target='_blank'>fetish:bdsm:soft</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:fetish:bdsm:soft%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:fetish:bdsm:soft'target='_blank'>fetish:bdsm:soft</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:fetish:bdsm:soft%3Dno'target='_blank'>no</a>
-*This shop offers <b>specialized BDSM-gear</b>, such as spreader bars, supplies for needle play, medical bondage supplies, impact tools, shackles, metal colors, cuffs, nipple clamps, shibari accessories, ...* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:fetish:bdsm:specialized'target='_blank'>fetish:bdsm:specialized</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:fetish:bdsm:specialized%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:fetish:bdsm:specialized'target='_blank'>fetish:bdsm:specialized</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:fetish:bdsm:specialized%3Dno'target='_blank'>no</a>
-*This shop offers <b>pet play</b> accessories, such as puppy masks, animal masks, pony play, tails, hoof shoes, ...* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:fetish:pet_play'target='_blank'>fetish:pet_play</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:fetish:pet_play%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:fetish:pet_play'target='_blank'>fetish:pet_play</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:fetish:pet_play%3Dno'target='_blank'>no</a>
-*This shop offers <b>leather gear</b>, including pants and shirts usable in daily life up till leather harnesses* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:fetish:leather'target='_blank'>fetish:leather</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:fetish:leather%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:fetish:leather'target='_blank'>fetish:leather</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:fetish:leather%3Dno'target='_blank'>no</a>
-*This shop offers <b>uniforms</b> for roleplay, such nurse uniforms, military uniforms, police, school girl, french maid, ...* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:fetish:uniform'target='_blank'>fetish:uniform</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:fetish:uniform%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:fetish:uniform'target='_blank'>fetish:uniform</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:fetish:uniform%3Dno'target='_blank'>no</a>
### has_video_booth
The question is `Does {title()} have a private video booth?`
-*Private video booths are available* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:private_video_booth'target='_blank'>service:private_video_booth</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:private_video_booth%3Dyes'target='_blank'>yes</a>
-*No private video booths* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:private_video_booth'target='_blank'>service:private_video_booth</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:private_video_booth%3Dno'target='_blank'>no</a>
| fetish.1 | This shop offers <b>soft BDSM-gear</b>, such as fluffy handcuffs, a 'fifty-shade-of-grey'-starterset, ... | fetish:bdsm:soft=yes |
| fetish.2 | This shop offers <b>specialized BDSM-gear</b>, such as spreader bars, supplies for needle play, medical bondage supplies, impact tools, shackles, metal colors, cuffs, nipple clamps, shibari accessories, ... | fetish:bdsm:specialized=yes |
| fetish.3 | This shop offers <b>pet play</b> accessories, such as puppy masks, animal masks, pony play, tails, hoof shoes, ... | fetish:pet_play=yes |
| fetish.4 | This shop offers <b>leather gear</b>, including pants and shirts usable in daily life up till leather harnesses | fetish:leather=yes |
| fetish.5 | This shop offers <b>uniforms</b> for roleplay, such nurse uniforms, military uniforms, police, school girl, french maid, ... | fetish:uniform=yes |
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22vending_machine%22%5D%5B%22vending%22%3D%22condoms%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
## Supported attributes
**Warning:**,this quick overview is incomplete,
| attribute | type | values which are supported by this layer |
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~.+
This tagrendering has labels
`level`
### 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 underground* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:location'target='_blank'>location</a>=<ahref='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 <ahref='https://wiki.openstreetmap.org/wiki/Key:level'target='_blank'>level</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:level%3D0'target='_blank'>0</a>
-*Located on the ground floor* is shown if with level=. _This option cannot be chosen as answer_
-*Located on the first floor* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:level'target='_blank'>level</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:level%3D1'target='_blank'>1</a>
-*Located on the first basement level* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:level'target='_blank'>level</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:level%3D-1'target='_blank'>-1</a>
This tagrendering has labels
`level`
### vending
The question is `What does this vending machine sell?`
*This vending machine sells {vending}* is shown if `vending` is set
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/temaki-bottles.svg'style='width: 3rem; height: 3rem'>*Drinks are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Ddrinks'target='_blank'>drinks</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/maki-confectionery.svg'style='width: 3rem; height: 3rem'>*Sweets are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dsweets'target='_blank'>sweets</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/utensils.svg'style='width: 3rem; height: 3rem'>*Food is sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dfood'target='_blank'>food</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/smoking.svg'style='width: 3rem; height: 3rem'>*Cigarettes are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcigarettes'target='_blank'>cigarettes</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/condom.svg'style='width: 3rem; height: 3rem'>*Condoms are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcondoms'target='_blank'>condoms</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/mug-saucer.svg'style='width: 3rem; height: 3rem'>*Coffee is sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcoffee'target='_blank'>coffee</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/temaki-water_bottle.svg'style='width: 3rem; height: 3rem'>*Drinking water is sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dwater'target='_blank'>water</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/fas-newspaper.svg'style='width: 3rem; height: 3rem'>*Newspapers are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dnewspapers'target='_blank'>newspapers</a>
-*Bicycle inner tubes are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_tube'target='_blank'>bicycle_tube</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/cow.svg'style='width: 3rem; height: 3rem'>*Milk is sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dmilk'target='_blank'>milk</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/maki-bakery.svg'style='width: 3rem; height: 3rem'>*Bread is sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbread'target='_blank'>bread</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/egg.svg'style='width: 3rem; height: 3rem'>*Eggs are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Deggs'target='_blank'>eggs</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/fas-cheese.svg'style='width: 3rem; height: 3rem'>*Cheese is sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcheese'target='_blank'>cheese</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/honey.svg'style='width: 3rem; height: 3rem'>*Honey is sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dhoney'target='_blank'>honey</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/potato.svg'style='width: 3rem; height: 3rem'>*Potatoes are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dpotatoes'target='_blank'>potatoes</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/temaki-meat.svg'style='width: 3rem; height: 3rem'>*Meat is sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dmeat'target='_blank'>meat</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/fruits.svg'style='width: 3rem; height: 3rem'>*Fruit is sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dfruit'target='_blank'>fruit</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/strawberry.svg'style='width: 3rem; height: 3rem'>*Strawberries are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dstrawberries'target='_blank'>strawberries</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/maki-florist.svg'style='width: 3rem; height: 3rem'>*Flowers are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dflowers'target='_blank'>flowers</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/parking_ticket_machine/parking_tickets.svg'style='width: 3rem; height: 3rem'>*Parking tickets are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dparking_tickets'target='_blank'>parking_tickets</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/elongated_coin/penny.svg'style='width: 3rem; height: 3rem'>*Pressed pennies are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Delongated_coin'target='_blank'>elongated_coin</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/stations/public_transport_tickets.svg'style='width: 3rem; height: 3rem'>*Public transport tickets are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dpublic_transport_tickets'target='_blank'>public_transport_tickets</a>
-*Bicycle lights are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_light'target='_blank'>bicycle_light</a>
-*Gloves are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dgloves'target='_blank'>gloves</a>
-*Bicycle repair kits are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_repair_kit'target='_blank'>bicycle_repair_kit</a>
-*Bicycle pumps are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_pump'target='_blank'>bicycle_pump</a>
-*Bicycle locks are sold* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:vending'target='_blank'>vending</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_lock'target='_blank'>bicycle_lock</a>
### 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
-*Continental tubes are sold here* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:brand'target='_blank'>brand</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:brand%3DContinental'target='_blank'>Continental</a>
-*Schwalbe tubes are sold here* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:brand'target='_blank'>brand</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:brand%3DSchwalbe'target='_blank'>Schwalbe</a>
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_tube.*)$
### 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
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/open24_7.svg'style='width: 3rem; height: 3rem'>*24/7 opened (including holidays)* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:opening_hours'target='_blank'>opening_hours</a>=<ahref='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 <ahref='https://wiki.openstreetmap.org/wiki/Key:opening_hours'target='_blank'>opening_hours</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed'target='_blank'>closed</a>. _This option cannot be chosen as answer_
### payment-options-split
The question is `Which methods of payment are accepted here?`
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg'style='width: 3rem; height: 3rem'>*Cash is accepted here* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:cash'target='_blank'>payment:cash</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dyes'target='_blank'>yes</a>. _This option cannot be chosen as answer_. Unselecting this answer will add payment:cash=
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg'style='width: 3rem; height: 3rem'>*Payment cards are accepted here* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:cards'target='_blank'>payment:cards</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dyes'target='_blank'>yes</a>. _This option cannot be chosen as answer_. Unselecting this answer will add payment:cards=
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg'style='width: 3rem; height: 3rem'>*Payment by QR-code is possible here* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code'target='_blank'>payment:qr_code</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code'target='_blank'>payment:qr_code</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno'target='_blank'>no</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/coins.svg'style='width: 3rem; height: 3rem'>*Coins are accepted here* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins'target='_blank'>payment:coins</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins'target='_blank'>payment:coins</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins%3Dno'target='_blank'>no</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/notes.svg'style='width: 3rem; height: 3rem'>*Bank notes are accepted here* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes'target='_blank'>payment:notes</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes'target='_blank'>payment:notes</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes%3Dno'target='_blank'>no</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg'style='width: 3rem; height: 3rem'>*Debit cards are accepted here* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:debit_cards'target='_blank'>payment:debit_cards</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:debit_cards%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:debit_cards'target='_blank'>payment:debit_cards</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:debit_cards%3Dno'target='_blank'>no</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg'style='width: 3rem; height: 3rem'>*Credit cards are accepted here* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:credit_cards'target='_blank'>payment:credit_cards</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:credit_cards%3Dyes'target='_blank'>yes</a>. Unselecting this answer will add <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:credit_cards'target='_blank'>payment:credit_cards</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:credit_cards%3Dno'target='_blank'>no</a>
### denominations-coins
The question is `What coins can you use to pay here?`
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/1cent.svg'style='width: 3rem; height: 3rem'>*1 cent coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.01 EUR'target='_blank'>0.01 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/2cent.svg'style='width: 3rem; height: 3rem'>*2 cent coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.02 EUR'target='_blank'>0.02 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/5cent.svg'style='width: 3rem; height: 3rem'>*5 cent coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.05 EUR'target='_blank'>0.05 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/10cent.svg'style='width: 3rem; height: 3rem'>*10 cent coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.10 EUR'target='_blank'>0.10 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/20cent.svg'style='width: 3rem; height: 3rem'>*20 cent coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.20 EUR'target='_blank'>0.20 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/50cent.svg'style='width: 3rem; height: 3rem'>*50 cent coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.50 EUR'target='_blank'>0.50 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/1euro.svg'style='width: 3rem; height: 3rem'>*1 euro coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D1 EUR'target='_blank'>1 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/2euro.svg'style='width: 3rem; height: 3rem'>*2 euro coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D2 EUR'target='_blank'>2 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/5rp-2019-800px.png'style='width: 3rem; height: 3rem'>*5 centimes coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.05 CHF'target='_blank'>0.05 CHF</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/10rp-2019-800px.png'style='width: 3rem; height: 3rem'>*10 centimes coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.10 CHF'target='_blank'>0.10 CHF</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/20rp-2019-800px.png'style='width: 3rem; height: 3rem'>*20 centimes coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.20 CHF'target='_blank'>0.20 CHF</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/50rp-2019-800px.png'style='width: 3rem; height: 3rem'>*½ franc coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.50 CHF'target='_blank'>0.50 CHF</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/1fr-2019-800px.png'style='width: 3rem; height: 3rem'>*1 franc coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D1 CHF'target='_blank'>1 CHF</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/2fr-2019-800px.png'style='width: 3rem; height: 3rem'>*2 francs coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D2 CHF'target='_blank'>2 CHF</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/5fr-2019-800px.png'style='width: 3rem; height: 3rem'>*5 francs coins are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations'target='_blank'>payment:coins:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D5 CHF'target='_blank'>5 CHF</a>
This tagrendering is only visible in the popup if the following condition is met: (<ahref='https://wiki.openstreetmap.org/wiki/Key:payment:cash'target='_blank'>payment:cash</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dyes'target='_blank'>yes</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:coins'target='_blank'>payment:coins</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:coins%3Dyes'target='_blank'>yes</a>) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$)
### denominations-notes
The question is `what notes can you use to pay here?`
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/5euro.svg'style='width: 3rem; height: 3rem'>*5 euro notes are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations'target='_blank'>payment:notes:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D5 EUR'target='_blank'>5 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/10euro.svg'style='width: 3rem; height: 3rem'>*10 euro notes are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations'target='_blank'>payment:notes:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D10 EUR'target='_blank'>10 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/20euro.svg'style='width: 3rem; height: 3rem'>*20 euro notes are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations'target='_blank'>payment:notes:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D20 EUR'target='_blank'>20 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/50euro.svg'style='width: 3rem; height: 3rem'>*50 euro notes are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations'target='_blank'>payment:notes:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D50 EUR'target='_blank'>50 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/100euro.svg'style='width: 3rem; height: 3rem'>*100 euro notes are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations'target='_blank'>payment:notes:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D100 EUR'target='_blank'>100 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/200euro.svg'style='width: 3rem; height: 3rem'>*200 euro notes are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations'target='_blank'>payment:notes:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D200 EUR'target='_blank'>200 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/500euro.svg'style='width: 3rem; height: 3rem'>*500 euro notes are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations'target='_blank'>payment:notes:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D500 EUR'target='_blank'>500 EUR</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/10chf.svg'style='width: 3rem; height: 3rem'>*10 francs notes are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations'target='_blank'>payment:notes:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D10 CHF'target='_blank'>10 CHF</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/20chf.svg'style='width: 3rem; height: 3rem'>*20 francs notes are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations'target='_blank'>payment:notes:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D20 CHF'target='_blank'>20 CHF</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/50chf.svg'style='width: 3rem; height: 3rem'>*50 francs notes are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations'target='_blank'>payment:notes:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D50 CHF'target='_blank'>50 CHF</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/100chf.svg'style='width: 3rem; height: 3rem'>*100 francs notes are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations'target='_blank'>payment:notes:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D100 CHF'target='_blank'>100 CHF</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/200chf.svg'style='width: 3rem; height: 3rem'>*200 francs notes are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations'target='_blank'>payment:notes:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D200 CHF'target='_blank'>200 CHF</a>
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/1000chf.svg'style='width: 3rem; height: 3rem'>*1000 francs notes are accepted* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations'target='_blank'>payment:notes:denominations</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D1000 CHF'target='_blank'>1000 CHF</a>
This tagrendering is only visible in the popup if the following condition is met: (<ahref='https://wiki.openstreetmap.org/wiki/Key:payment:cash'target='_blank'>payment:cash</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dyes'target='_blank'>yes</a> | <ahref='https://wiki.openstreetmap.org/wiki/Key:payment:notes'target='_blank'>payment:notes</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:payment:notes%3Dyes'target='_blank'>yes</a>) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$)
### operator
The question is `Who operates this vending machine?`
*This vending machine is operated by {operator}* is shown if `operator` is set
### indoor
The question is `Is this vending machine indoors?`
-*This vending machine is outdoors* is shown if with indoor=. _This option cannot be chosen as answer_
-*This vending machine is indoors* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:indoor'target='_blank'>indoor</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dyes'target='_blank'>yes</a>
-*This vending machine is outdoors* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:indoor'target='_blank'>indoor</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dno'target='_blank'>no</a>
### phone
The question is `What is the phone number of the operator of this vending machine?`
*<ahref='tel:{phone}'>{phone}</a>* is shown if `phone` is set
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg'style='width: 3rem; height: 3rem'>*<a href='tel:{contact:phone}'>{contact:phone}</a>* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
This tagrendering has labels
`contact`
### website
The question is `What is the website of {title()}?`
*<ahref='{website}'rel='nofollow noopener noreferrer'target='_blank'>{website}</a>* is shown if `website` is set
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg'style='width: 3rem; height: 3rem'>*<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_
This tagrendering has labels
`contact`
### charge_bicycle_tube
The question is `How much does a a bicycle tube cost?`
*a bicycle tube costs {charge:bicycle_tube}* 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:bicycle_light}* 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:condom}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*condom.*)$
### operational_status
The question is `Is this vending machine still operational?`
-*This vending machine works* is shown if with operational_status=
-*This vending machine is broken* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:operational_status'target='_blank'>operational_status</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken'target='_blank'>broken</a>
-*This vending machine is closed* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:operational_status'target='_blank'>operational_status</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dclosed'target='_blank'>closed</a>
-*The operational status is <i>{operational_status}</i>* is shown if with operational_status~.+. _This option cannot be chosen as answer_
### has_video_booth
The question is `Does {title()} have a private video booth?`
-*Private video booths are available* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:private_video_booth'target='_blank'>service:private_video_booth</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:private_video_booth%3Dyes'target='_blank'>yes</a>
-*No private video booths* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:private_video_booth'target='_blank'>service:private_video_booth</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:private_video_booth%3Dno'target='_blank'>no</a>
### leftover-questions
_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_
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22cinema%22%5D%5B%22cinema%22%3D%22erotic%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
## Supported attributes
**Warning:**,this quick overview is incomplete,
| attribute | type | values which are supported by this layer |
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()}?`
*<ahref='tel:{phone}'>{phone}</a>* is shown if `phone` is set
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg'style='width: 3rem; height: 3rem'>*<a href='tel:{contact:phone}'>{contact:phone}</a>* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
This tagrendering has labels
`contact`
### email
The question is `What is the email address of {title()}?`
*<ahref='mailto:{email}'target='_blank'rel='noopener'>{email}</a>* is shown if `email` is set
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg'style='width: 3rem; height: 3rem'>*<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_
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg'style='width: 3rem; height: 3rem'>*<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_
This tagrendering has labels
`contact`
### website
The question is `What is the website of {title()}?`
*<ahref='{website}'rel='nofollow noopener noreferrer'target='_blank'>{website}</a>* is shown if `website` is set
-<imgsrc='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg'style='width: 3rem; height: 3rem'>*<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_
This tagrendering has labels
`contact`
### cinema_type
The question is `What type of cinema is this?`
-*This is a normal cinema showing movies for all ages* is shown if with cinema=
-*This is an erotic cinema showing adult movies* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:cinema'target='_blank'>cinema</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:cinema%3Derotic'target='_blank'>erotic</a>
### 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
-*Marked as closed for an unspecified time* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:opening_hours'target='_blank'>opening_hours</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3Dclosed'target='_blank'>closed</a>. _This option cannot be chosen as answer_
### has_video_booth
The question is `Does {title()} have a private video booth?`
-*Private video booths are available* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:private_video_booth'target='_blank'>service:private_video_booth</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:private_video_booth%3Dyes'target='_blank'>yes</a>
-*No private video booths* is shown if with <ahref='https://wiki.openstreetmap.org/wiki/Key:service:private_video_booth'target='_blank'>service:private_video_booth</a>=<ahref='https://wiki.openstreetmap.org/wiki/Tag:service:private_video_booth%3Dno'target='_blank'>no</a>
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,)}*
### lod
_This tagrendering has no question and is thus read-only_
This document is autogenerated from [assets/themes/openlovemap/openlovemap.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/openlovemap/openlovemap.json)