Chore: regen docs

This commit is contained in:
Pieter Vander Vennet 2025-06-26 02:28:26 +02:00
parent c0e323b8c9
commit 24cb539559
53 changed files with 4524 additions and 2991 deletions

View file

@ -31,6 +31,7 @@ A shop specifically selling bicycles or related items
- [single_level](#single_level)
- [copyshop-print-sizes](#copyshop-print-sizes)
- [copyshop-binding](#copyshop-binding)
- [copyshop-binding-types](#copyshop-binding-types)
- [optometrist_service](#optometrist_service)
- [key_cutter](#key_cutter)
- [hairdresser-targetgroup](#hairdresser-targetgroup)
@ -224,6 +225,7 @@ Elements must match **any** of the following expressions:
| [single_level](#single_level) <br/> _(Original in [shops](./shops.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
| [copyshop-print-sizes](#copyshop-print-sizes) <br/> _(Original in [shops](./shops.md#copyshop-print-sizes))_ | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
| [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_ |
| [copyshop-binding-types](#copyshop-binding-types) <br/> _(Original in [shops](./shops.md#copyshop-binding-types))_ | What types of binding are offered here?<br/>4 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_ |
@ -248,9 +250,9 @@ Elements must match **any** of the following expressions:
| [internet-fee](#internet-fee) <br/> _(Original in [shops](./shops.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
| [internet-ssid](#internet-ssid) <br/> _(Original in [shops](./shops.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
| [organic](#organic) <br/> _(Original in [shops](./shops.md#organic))_ | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
| [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_ |
| [sugar_free](#sugar_free) <br/> _(Original in [shops](./shops.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _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, diets-content, hidden | _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, diets-content, hidden | _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_ |
@ -589,6 +591,16 @@ The question is `Does this shop offer a binding service?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:service:print' target='_blank'>service:print</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:print%3Dyes' target='_blank'>yes</a> | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$
### copyshop-binding-types
The question is `What types of binding are offered here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/comb_binding.jpg'> *This shop offers comb binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/coil_binding.jpg'> *This shop offers coil binding <i class='subtle'>(spiral binding)</i>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/wire_binding.jpg'> *This shop offers wire binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dno' target='_blank'>no</a>
- *This shop offers thermal binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%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:service:binding' target='_blank'>service:binding</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dyes' target='_blank'>yes</a>
### optometrist_service
The question is `Are medical services available here?`
@ -821,7 +833,7 @@ The question is `Does this shop have a sugar free offering?`
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### gluten_free
The question is `Does this shop have a gluten free offering?`
@ -832,7 +844,7 @@ The question is `Does this shop have a gluten free offering?`
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
@ -843,7 +855,7 @@ The question is `Does {title()} have a lactose-free offering?`
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### shop-dog-access
The question is `Are dogs allowed in this business?`

View file

@ -30,7 +30,6 @@ Layer showing individual charge points within a charging station
- [plugs-amount-socket:type2_cable](#plugs-amount-sockettype2_cable)
- [plugs-amount-socket:tesla_supercharger_ccs](#plugs-amount-sockettesla_supercharger_ccs)
- [plugs-amount-socket:tesla_destination_us](#plugs-amount-sockettesla_destination_us)
- [plugs-amount-socket:tesla_destination](#plugs-amount-sockettesla_destination)
- [plugs-amount-socket:USB-A](#plugs-amount-socketusb-a)
- [plugs-amount-socket:bosch_3pin](#plugs-amount-socketbosch_3pin)
- [plugs-amount-socket:bosch_5pin](#plugs-amount-socketbosch_5pin)
@ -39,6 +38,7 @@ Layer showing individual charge points within a charging station
- [plugs-amount-socket:sev1011_t23](#plugs-amount-socketsev1011_t23)
- [plugs-amount-socket:as3112](#plugs-amount-socketas3112)
- [plugs-amount-socket:nema_5_20](#plugs-amount-socketnema_5_20)
- [plugs-amount-socket:nacs](#plugs-amount-socketnacs)
- [questions](#questions)
- [questions-technical](#questions-technical)
- [Technical questions](#technical-questions)
@ -78,9 +78,6 @@ Layer showing individual charge points within a charging station
- [voltage-socket:tesla_destination_us](#voltage-sockettesla_destination_us)
- [current-socket:tesla_destination_us](#current-sockettesla_destination_us)
- [power-output-socket:tesla_destination_us](#power-output-sockettesla_destination_us)
- [voltage-socket:tesla_destination](#voltage-sockettesla_destination)
- [current-socket:tesla_destination](#current-sockettesla_destination)
- [power-output-socket:tesla_destination](#power-output-sockettesla_destination)
- [voltage-socket:USB-A](#voltage-socketusb-a)
- [current-socket:USB-A](#current-socketusb-a)
- [power-output-socket:USB-A](#power-output-socketusb-a)
@ -105,6 +102,9 @@ Layer showing individual charge points within a charging station
- [voltage-socket:nema_5_20](#voltage-socketnema_5_20)
- [current-socket:nema_5_20](#current-socketnema_5_20)
- [power-output-socket:nema_5_20](#power-output-socketnema_5_20)
- [voltage-socket:nacs](#voltage-socketnacs)
- [current-socket:nacs](#current-socketnacs)
- [power-output-socket:nacs](#power-output-socketnacs)
- [move-button](#move-button)
- [lod](#lod)
@ -145,7 +145,6 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:type2_cable#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atype2_cable/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:type2_cable](https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_supercharger_ccs#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_supercharger_ccs/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_supercharger_ccs](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:USB-A#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3AUSB-A/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:USB-A](https://wiki.openstreetmap.org/wiki/Key:socket:USB-A) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:bosch_3pin#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Abosch_3pin/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:bosch_3pin](https://wiki.openstreetmap.org/wiki/Key:socket:bosch_3pin) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:bosch_5pin#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Abosch_5pin/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:bosch_5pin](https://wiki.openstreetmap.org/wiki/Key:socket:bosch_5pin) | [pnat](../SpecialInputElements.md#pnat) | |
@ -154,6 +153,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:sev1011_t23#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Asev1011_t23/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:sev1011_t23](https://wiki.openstreetmap.org/wiki/Key:socket:sev1011_t23) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:as3112#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Aas3112/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:as3112](https://wiki.openstreetmap.org/wiki/Key:socket:as3112) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nema_5_20#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anema_5_20/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nema_5_20](https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nacs#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anacs/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nacs](https://wiki.openstreetmap.org/wiki/Key:socket:nacs) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:schuko:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Aschuko%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:schuko:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:schuko:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | [230](https://wiki.openstreetmap.org/wiki/Tag:socket:schuko:voltage%3D230) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:schuko:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Aschuko%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:schuko:current](https://wiki.openstreetmap.org/wiki/Key:socket:schuko:current) | [pfloat](../SpecialInputElements.md#pfloat) | [16](https://wiki.openstreetmap.org/wiki/Tag:socket:schuko:current%3D16) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:schuko:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Aschuko%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:schuko:output](https://wiki.openstreetmap.org/wiki/Key:socket:schuko:output) | [pfloat](../SpecialInputElements.md#pfloat) | [3.6 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:schuko:output%3D3.6 kW) |
@ -190,9 +190,6 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | [480](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D480) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:current](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current) | [pfloat](../SpecialInputElements.md#pfloat) | [125](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D125) [350](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D350) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:output](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output) | [pfloat](../SpecialInputElements.md#pfloat) | [120 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D120 kW) [150 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D150 kW) [250 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D250 kW) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | [230](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D230) [400](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D400) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:current](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current) | [pfloat](../SpecialInputElements.md#pfloat) | [16](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D16) [32](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D32) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:output](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output) | [pfloat](../SpecialInputElements.md#pfloat) | [11 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D11 kW) [22 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D22 kW) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:USB-A:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3AUSB-A%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:USB-A:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | [5](https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:voltage%3D5) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:USB-A:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3AUSB-A%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:USB-A:current](https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:current) | [pfloat](../SpecialInputElements.md#pfloat) | [1](https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:current%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:current%3D2) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:USB-A:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3AUSB-A%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:USB-A:output](https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:output) | [pfloat](../SpecialInputElements.md#pfloat) | [5W](https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:output%3D5W) [10W](https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:output%3D10W) |
@ -217,6 +214,9 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nema_5_20:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anema_5_20%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nema_5_20:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | [120](https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:voltage%3D120) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nema_5_20:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anema_5_20%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nema_5_20:current](https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:current) | [pfloat](../SpecialInputElements.md#pfloat) | [20](https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:current%3D20) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nema_5_20:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anema_5_20%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nema_5_20:output](https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:output) | [pfloat](../SpecialInputElements.md#pfloat) | [2.4 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:output%3D2.4 kW) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nacs:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anacs%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nacs:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:nacs:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nacs:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anacs%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nacs:current](https://wiki.openstreetmap.org/wiki/Key:socket:nacs:current) | [pfloat](../SpecialInputElements.md#pfloat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nacs:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anacs%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nacs:output](https://wiki.openstreetmap.org/wiki/Key:socket:nacs:output) | [pfloat](../SpecialInputElements.md#pfloat) | |
## Featureview elements and TagRenderings
@ -238,15 +238,15 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| [plugs-amount-socket:type2_cable](#plugs-amount-socket:type2_cable) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:type2_cable))_ | How much plugs of type <b>Type 2 with cable</b> (mennekes) are available here?<br/>_There are <b class='text-xl'>{socket:type2_cable}</b> plugs of type <b>Type 2 with cable</b> (mennekes) available here_ | plugs-amount | *[socket:type2_cable](https://wiki.osm.org/wiki/Key:socket:type2_cable)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:tesla_supercharger_ccs](#plugs-amount-socket:tesla_supercharger_ccs) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:tesla_supercharger_ccs))_ | How much plugs of type <b>Tesla Supercharger CCS</b> (a branded type2_css) are available here?<br/>_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_ | plugs-amount | *[socket:tesla_supercharger_ccs](https://wiki.osm.org/wiki/Key:socket:tesla_supercharger_ccs)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:tesla_destination_us](#plugs-amount-socket:tesla_destination_us) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:tesla_destination_us))_ | How much plugs of type <b>Tesla Supercharger (destination)</b> are available here?<br/>_There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <b>Tesla Supercharger (destination)</b> available here_ | plugs-amount | *[socket:tesla_destination](https://wiki.osm.org/wiki/Key:socket:tesla_destination)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:tesla_destination](#plugs-amount-socket:tesla_destination) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:tesla_destination))_ | How much plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) are available here?<br/>_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_ | plugs-amount | *[socket:tesla_destination](https://wiki.osm.org/wiki/Key:socket:tesla_destination)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:USB-A](#plugs-amount-socket:USB-A) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:USB-A))_ | How much plugs of type <b>USB</b> to charge phones and small electronics are available here?<br/>_There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>USB</b> to charge phones and small electronics available here_ | plugs-amount | *[socket:USB-A](https://wiki.osm.org/wiki/Key:socket:USB-A)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:bosch_3pin](#plugs-amount-socket:bosch_3pin) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:bosch_3pin))_ | How much plugs of type <b>Bosch Active Connect with 3 pins</b> and cable are available here?<br/>_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_ | plugs-amount | *[socket:bosch_3pin](https://wiki.osm.org/wiki/Key:socket:bosch_3pin)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:bosch_5pin](#plugs-amount-socket:bosch_5pin) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:bosch_5pin))_ | How much plugs of type <b>Bosch Active Connect with 5 pins</b> and cable are available here?<br/>_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_ | plugs-amount | *[socket:bosch_5pin](https://wiki.osm.org/wiki/Key:socket:bosch_5pin)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:bs1363](#plugs-amount-socket:bs1363) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:bs1363))_ | How much plugs of type <b>BS1363</b> (Type G) are available here?<br/>_There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>BS1363</b> (Type G) available here_ | plugs-amount | *[socket:bs1363](https://wiki.osm.org/wiki/Key:socket:bs1363)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:nema5_15](#plugs-amount-socket:nema5_15) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:nema5_15))_ | How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here_ | plugs-amount | *[socket:nema5_15](https://wiki.osm.org/wiki/Key:socket:nema5_15)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:sev1011_t23](#plugs-amount-socket:sev1011_t23) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:sev1011_t23))_ | How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?<br/>_There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here_ | plugs-amount | *[socket:sev1011_t23](https://wiki.osm.org/wiki/Key:socket:sev1011_t23)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:as3112](#plugs-amount-socket:as3112) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:as3112))_ | How much plugs of type <b>AS3112</b> (Type I) are available here?<br/>_There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>AS3112</b> (Type I) available here_ | plugs-amount | *[socket:as3112](https://wiki.osm.org/wiki/Key:socket:as3112)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:nema_5_20](#plugs-amount-socket:nema_5_20) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:nema_5_20))_ | How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here_ | plugs-amount | *[socket:nema_5_20](https://wiki.osm.org/wiki/Key:socket:nema_5_20)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:USB-A](#plugs-amount-socket:USB-A) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:USB-A))_ | How much plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) are available here?<br/>_There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) available here_ | plugs-amount | *[socket:USB-A](https://wiki.osm.org/wiki/Key:socket:USB-A)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:bosch_3pin](#plugs-amount-socket:bosch_3pin) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:bosch_3pin))_ | How much plugs of type <b>USB</b> to charge phones and small electronics are available here?<br/>_There are <b class='text-xl'>{socket:bosch_3pin}</b> plugs of type <b>USB</b> to charge phones and small electronics available here_ | plugs-amount | *[socket:bosch_3pin](https://wiki.osm.org/wiki/Key:socket:bosch_3pin)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:bosch_5pin](#plugs-amount-socket:bosch_5pin) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:bosch_5pin))_ | How much plugs of type <b>Bosch Active Connect with 3 pins</b> and cable are available here?<br/>_There are <b class='text-xl'>{socket:bosch_5pin}</b> plugs of type <b>Bosch Active Connect with 3 pins</b> and cable available here_ | plugs-amount | *[socket:bosch_5pin](https://wiki.osm.org/wiki/Key:socket:bosch_5pin)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:bs1363](#plugs-amount-socket:bs1363) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:bs1363))_ | How much plugs of type <b>Bosch Active Connect with 5 pins</b> and cable are available here?<br/>_There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>Bosch Active Connect with 5 pins</b> and cable available here_ | plugs-amount | *[socket:bs1363](https://wiki.osm.org/wiki/Key:socket:bs1363)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:nema5_15](#plugs-amount-socket:nema5_15) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:nema5_15))_ | How much plugs of type <b>BS1363</b> (Type G) are available here?<br/>_There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>BS1363</b> (Type G) available here_ | plugs-amount | *[socket:nema5_15](https://wiki.osm.org/wiki/Key:socket:nema5_15)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:sev1011_t23](#plugs-amount-socket:sev1011_t23) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:sev1011_t23))_ | How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here_ | plugs-amount | *[socket:sev1011_t23](https://wiki.osm.org/wiki/Key:socket:sev1011_t23)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:as3112](#plugs-amount-socket:as3112) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:as3112))_ | How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?<br/>_There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here_ | plugs-amount | *[socket:as3112](https://wiki.osm.org/wiki/Key:socket:as3112)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:nema_5_20](#plugs-amount-socket:nema_5_20) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:nema_5_20))_ | How much plugs of type <b>AS3112</b> (Type I) are available here?<br/>_There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>AS3112</b> (Type I) available here_ | plugs-amount | *[socket:nema_5_20](https://wiki.osm.org/wiki/Key:socket:nema_5_20)* ([pnat](../SpecialInputElements.md#pnat)) |
| [plugs-amount-socket:nacs](#plugs-amount-socket:nacs) <br/> _(Original in [charging_station](./charging_station.md#plugs-amount-socket:nacs))_ | How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:nacs}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here_ | plugs-amount | *[socket:nacs](https://wiki.osm.org/wiki/Key:socket:nacs)* ([pnat](../SpecialInputElements.md#pnat)) |
| [questions](#questions) <br/> _(Original in [questions](./BuiltinQuestions.md#questions))_ | _{questions()}_ | | _Multiple choice only_ |
| [questions-technical](#questions-technical) <br/> _(Original in [charging_station](./charging_station.md#questions-technical))_ | _<h3>Technical questions</h3>The questions below are very technical. Feel free to ignore them<br/>{questions(technical)}_ | | _Multiple choice only_ |
| [voltage-socket:schuko](#voltage-socket:schuko) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:schuko))_ | What voltage do the plugs with <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) offer?<br/>_<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs {canonical(socket:schuko:voltage)}_<br/>1 options | technical | *[socket:schuko:voltage](https://wiki.osm.org/wiki/Key:socket:schuko:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
@ -285,33 +285,33 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| [voltage-socket:tesla_destination_us](#voltage-socket:tesla_destination_us) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:tesla_destination_us))_ | What voltage do the plugs with <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs {canonical(socket:tesla_destination:voltage)}_<br/>1 options | technical | *[socket:tesla_destination:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_destination:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:tesla_destination_us](#current-socket:tesla_destination_us) <br/> _(Original in [charging_station](./charging_station.md#current-socket:tesla_destination_us))_ | What current do the plugs with <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:current)}_<br/>2 options | technical | *[socket:tesla_destination:current](https://wiki.osm.org/wiki/Key:socket:tesla_destination:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:tesla_destination_us](#power-output-socket:tesla_destination_us) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:tesla_destination_us))_ | What power output does a single plug of type <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:output)}_<br/>3 options | technical | *[socket:tesla_destination:output](https://wiki.osm.org/wiki/Key:socket:tesla_destination:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:tesla_destination](#voltage-socket:tesla_destination) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:tesla_destination))_ | What voltage do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}_<br/>2 options | technical | *[socket:tesla_destination:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_destination:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:tesla_destination](#current-socket:tesla_destination) <br/> _(Original in [charging_station](./charging_station.md#current-socket:tesla_destination))_ | What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}_<br/>2 options | technical | *[socket:tesla_destination:current](https://wiki.osm.org/wiki/Key:socket:tesla_destination:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:tesla_destination](#power-output-socket:tesla_destination) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:tesla_destination))_ | What power output does a single plug of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}_<br/>2 options | technical | *[socket:tesla_destination:output](https://wiki.osm.org/wiki/Key:socket:tesla_destination:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:USB-A](#voltage-socket:USB-A) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:USB-A))_ | What voltage do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}_<br/>1 options | technical | *[socket:USB-A:voltage](https://wiki.osm.org/wiki/Key:socket:USB-A:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:USB-A](#current-socket:USB-A) <br/> _(Original in [charging_station](./charging_station.md#current-socket:USB-A))_ | What current do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}_<br/>2 options | technical | *[socket:USB-A:current](https://wiki.osm.org/wiki/Key:socket:USB-A:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:USB-A](#power-output-socket:USB-A) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:USB-A))_ | What power output does a single plug of type <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}_<br/>2 options | technical | *[socket:USB-A:output](https://wiki.osm.org/wiki/Key:socket:USB-A:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:bosch_3pin](#voltage-socket:bosch_3pin) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:bosch_3pin))_ | What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_3pin:voltage)}_ | technical | *[socket:bosch_3pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bosch_3pin](#current-socket:bosch_3pin) <br/> _(Original in [charging_station](./charging_station.md#current-socket:bosch_3pin))_ | What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:current)}_ | technical | *[socket:bosch_3pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bosch_3pin](#power-output-socket:bosch_3pin) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:bosch_3pin))_ | What power output does a single plug of type <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:output)}_ | technical | *[socket:bosch_3pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:bosch_5pin](#voltage-socket:bosch_5pin) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:bosch_5pin))_ | What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}_ | technical | *[socket:bosch_5pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bosch_5pin](#current-socket:bosch_5pin) <br/> _(Original in [charging_station](./charging_station.md#current-socket:bosch_5pin))_ | What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}_ | technical | *[socket:bosch_5pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bosch_5pin](#power-output-socket:bosch_5pin) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:bosch_5pin))_ | What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}_ | technical | *[socket:bosch_5pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:bs1363](#voltage-socket:bs1363) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:bs1363))_ | What voltage do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}_<br/>1 options | technical | *[socket:bs1363:voltage](https://wiki.osm.org/wiki/Key:socket:bs1363:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bs1363](#current-socket:bs1363) <br/> _(Original in [charging_station](./charging_station.md#current-socket:bs1363))_ | What current do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}_<br/>1 options | technical | *[socket:bs1363:current](https://wiki.osm.org/wiki/Key:socket:bs1363:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bs1363](#power-output-socket:bs1363) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:bs1363))_ | What power output does a single plug of type <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}_<br/>1 options | technical | *[socket:bs1363:output](https://wiki.osm.org/wiki/Key:socket:bs1363:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:nema5_15](#voltage-socket:nema5_15) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:nema5_15))_ | What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}_<br/>1 options | technical | *[socket:nema5_15:voltage](https://wiki.osm.org/wiki/Key:socket:nema5_15:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nema5_15](#current-socket:nema5_15) <br/> _(Original in [charging_station](./charging_station.md#current-socket:nema5_15))_ | What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:current)}_<br/>1 options | technical | *[socket:nema5_15:current](https://wiki.osm.org/wiki/Key:socket:nema5_15:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nema5_15](#power-output-socket:nema5_15) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:nema5_15))_ | What power output does a single plug of type <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:output)}_<br/>1 options | technical | *[socket:nema5_15:output](https://wiki.osm.org/wiki/Key:socket:nema5_15:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:sev1011_t23](#voltage-socket:sev1011_t23) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:sev1011_t23))_ | What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}_<br/>1 options | technical | *[socket:sev1011_t23:voltage](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:sev1011_t23](#current-socket:sev1011_t23) <br/> _(Original in [charging_station](./charging_station.md#current-socket:sev1011_t23))_ | What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:current)}_<br/>1 options | technical | *[socket:sev1011_t23:current](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:sev1011_t23](#power-output-socket:sev1011_t23) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:sev1011_t23))_ | What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:output)}_<br/>1 options | technical | *[socket:sev1011_t23:output](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:as3112](#voltage-socket:as3112) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:as3112))_ | What voltage do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}_<br/>1 options | technical | *[socket:as3112:voltage](https://wiki.osm.org/wiki/Key:socket:as3112:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:as3112](#current-socket:as3112) <br/> _(Original in [charging_station](./charging_station.md#current-socket:as3112))_ | What current do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}_<br/>1 options | technical | *[socket:as3112:current](https://wiki.osm.org/wiki/Key:socket:as3112:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:as3112](#power-output-socket:as3112) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:as3112))_ | What power output does a single plug of type <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}_<br/>1 options | technical | *[socket:as3112:output](https://wiki.osm.org/wiki/Key:socket:as3112:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:nema_5_20](#voltage-socket:nema_5_20) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:nema_5_20))_ | What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nema_5_20:voltage)}_<br/>1 options | technical | *[socket:nema_5_20:voltage](https://wiki.osm.org/wiki/Key:socket:nema_5_20:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nema_5_20](#current-socket:nema_5_20) <br/> _(Original in [charging_station](./charging_station.md#current-socket:nema_5_20))_ | What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:current)}_<br/>1 options | technical | *[socket:nema_5_20:current](https://wiki.osm.org/wiki/Key:socket:nema_5_20:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nema_5_20](#power-output-socket:nema_5_20) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:nema_5_20))_ | What power output does a single plug of type <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:output)}_<br/>1 options | technical | *[socket:nema_5_20:output](https://wiki.osm.org/wiki/Key:socket:nema_5_20:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:USB-A](#voltage-socket:USB-A) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:USB-A))_ | What voltage do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:USB-A:voltage)}_<br/>1 options | technical | *[socket:USB-A:voltage](https://wiki.osm.org/wiki/Key:socket:USB-A:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:USB-A](#current-socket:USB-A) <br/> _(Original in [charging_station](./charging_station.md#current-socket:USB-A))_ | What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:USB-A:current)}_<br/>2 options | technical | *[socket:USB-A:current](https://wiki.osm.org/wiki/Key:socket:USB-A:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:USB-A](#power-output-socket:USB-A) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:USB-A))_ | What power output does a single plug of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:USB-A:output)}_<br/>2 options | technical | *[socket:USB-A:output](https://wiki.osm.org/wiki/Key:socket:USB-A:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:bosch_3pin](#voltage-socket:bosch_3pin) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:bosch_3pin))_ | What voltage do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs {canonical(socket:bosch_3pin:voltage)}_ | technical | *[socket:bosch_3pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bosch_3pin](#current-socket:bosch_3pin) <br/> _(Original in [charging_station](./charging_station.md#current-socket:bosch_3pin))_ | What current do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:bosch_3pin:current)}_ | technical | *[socket:bosch_3pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bosch_3pin](#power-output-socket:bosch_3pin) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:bosch_3pin))_ | What power output does a single plug of type <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:bosch_3pin:output)}_ | technical | *[socket:bosch_3pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:bosch_5pin](#voltage-socket:bosch_5pin) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:bosch_5pin))_ | What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}_ | technical | *[socket:bosch_5pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bosch_5pin](#current-socket:bosch_5pin) <br/> _(Original in [charging_station](./charging_station.md#current-socket:bosch_5pin))_ | What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}_ | technical | *[socket:bosch_5pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bosch_5pin](#power-output-socket:bosch_5pin) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:bosch_5pin))_ | What power output does a single plug of type <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}_ | technical | *[socket:bosch_5pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:bs1363](#voltage-socket:bs1363) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:bs1363))_ | What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bs1363:voltage)}_<br/>1 options | technical | *[socket:bs1363:voltage](https://wiki.osm.org/wiki/Key:socket:bs1363:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bs1363](#current-socket:bs1363) <br/> _(Original in [charging_station](./charging_station.md#current-socket:bs1363))_ | What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bs1363:current)}_<br/>1 options | technical | *[socket:bs1363:current](https://wiki.osm.org/wiki/Key:socket:bs1363:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bs1363](#power-output-socket:bs1363) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:bs1363))_ | What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bs1363:output)}_<br/>1 options | technical | *[socket:bs1363:output](https://wiki.osm.org/wiki/Key:socket:bs1363:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:nema5_15](#voltage-socket:nema5_15) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:nema5_15))_ | What voltage do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs {canonical(socket:nema5_15:voltage)}_<br/>1 options | technical | *[socket:nema5_15:voltage](https://wiki.osm.org/wiki/Key:socket:nema5_15:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nema5_15](#current-socket:nema5_15) <br/> _(Original in [charging_station](./charging_station.md#current-socket:nema5_15))_ | What current do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:nema5_15:current)}_<br/>1 options | technical | *[socket:nema5_15:current](https://wiki.osm.org/wiki/Key:socket:nema5_15:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nema5_15](#power-output-socket:nema5_15) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:nema5_15))_ | What power output does a single plug of type <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:nema5_15:output)}_<br/>1 options | technical | *[socket:nema5_15:output](https://wiki.osm.org/wiki/Key:socket:nema5_15:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:sev1011_t23](#voltage-socket:sev1011_t23) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:sev1011_t23))_ | What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:sev1011_t23:voltage)}_<br/>1 options | technical | *[socket:sev1011_t23:voltage](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:sev1011_t23](#current-socket:sev1011_t23) <br/> _(Original in [charging_station](./charging_station.md#current-socket:sev1011_t23))_ | What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:sev1011_t23:current)}_<br/>1 options | technical | *[socket:sev1011_t23:current](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:sev1011_t23](#power-output-socket:sev1011_t23) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:sev1011_t23))_ | What power output does a single plug of type <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:sev1011_t23:output)}_<br/>1 options | technical | *[socket:sev1011_t23:output](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:as3112](#voltage-socket:as3112) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:as3112))_ | What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:as3112:voltage)}_<br/>1 options | technical | *[socket:as3112:voltage](https://wiki.osm.org/wiki/Key:socket:as3112:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:as3112](#current-socket:as3112) <br/> _(Original in [charging_station](./charging_station.md#current-socket:as3112))_ | What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:as3112:current)}_<br/>1 options | technical | *[socket:as3112:current](https://wiki.osm.org/wiki/Key:socket:as3112:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:as3112](#power-output-socket:as3112) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:as3112))_ | What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:as3112:output)}_<br/>1 options | technical | *[socket:as3112:output](https://wiki.osm.org/wiki/Key:socket:as3112:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:nema_5_20](#voltage-socket:nema_5_20) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:nema_5_20))_ | What voltage do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs {canonical(socket:nema_5_20:voltage)}_<br/>1 options | technical | *[socket:nema_5_20:voltage](https://wiki.osm.org/wiki/Key:socket:nema_5_20:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nema_5_20](#current-socket:nema_5_20) <br/> _(Original in [charging_station](./charging_station.md#current-socket:nema_5_20))_ | What current do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:nema_5_20:current)}_<br/>1 options | technical | *[socket:nema_5_20:current](https://wiki.osm.org/wiki/Key:socket:nema_5_20:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nema_5_20](#power-output-socket:nema_5_20) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:nema_5_20))_ | What power output does a single plug of type <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:nema_5_20:output)}_<br/>1 options | technical | *[socket:nema_5_20:output](https://wiki.osm.org/wiki/Key:socket:nema_5_20:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [voltage-socket:nacs](#voltage-socket:nacs) <br/> _(Original in [charging_station](./charging_station.md#voltage-socket:nacs))_ | What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nacs:voltage)}_ | technical | *[socket:nacs:voltage](https://wiki.osm.org/wiki/Key:socket:nacs:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nacs](#current-socket:nacs) <br/> _(Original in [charging_station](./charging_station.md#current-socket:nacs))_ | What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nacs:current)}_ | technical | *[socket:nacs:current](https://wiki.osm.org/wiki/Key:socket:nacs:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nacs](#power-output-socket:nacs) <br/> _(Original in [charging_station](./charging_station.md#power-output-socket:nacs))_ | What power output does a single plug of type <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nacs:output)}_ | technical | *[socket:nacs:output](https://wiki.osm.org/wiki/Key:socket:nacs:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [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_ |
@ -346,7 +346,7 @@ The question is `Which charging connections are available here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type1_J1772.svg'> *<b>Type 1 <i>without</i> cable</b> (J1772)* is shown if with socket:type1~.+ & socket:type1!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type1-ccs.svg'> *<b>Type 1 CCS</b> (aka Type 1 Combo)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo' target='_blank'>socket:type1_combo</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:type1_combo=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type1-ccs.svg'> *<b>Type 1 CCS</b> (aka Type 1 Combo)* is shown if with socket:type1_combo~.+ & socket:type1_combo!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger' target='_blank'>socket:tesla_supercharger</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:tesla_supercharger=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger' target='_blank'>socket:tesla_supercharger</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger%3D1' target='_blank'>1</a>. _This option cannot be chosen as answer_. Unselecting this answer will add socket:tesla_supercharger=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger</b>* is shown if with socket:tesla_supercharger~.+ & socket:tesla_supercharger!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_socket.svg'> *<b>Type 2</b> (mennekes)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2' target='_blank'>socket:type2</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:type2=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_socket.svg'> *<b>Type 2</b> (mennekes)* is shown if with socket:type2~.+ & socket:type2!=1. _This option cannot be chosen as answer_
@ -354,12 +354,10 @@ The question is `Which charging connections are available here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_CCS.svg'> *<b>Type 2 CCS</b> (mennekes)* is shown if with socket:type2_combo~.+ & socket:type2_combo!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_tethered.svg'> *<b>Type 2 with cable</b> (mennekes)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable' target='_blank'>socket:type2_cable</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:type2_cable=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_tethered.svg'> *<b>Type 2 with cable</b> (mennekes)* is shown if with socket:type2_cable~.+ & socket:type2_cable!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_CCS.svg'> *<b>Tesla Supercharger CCS</b> (a branded type2_css)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs' target='_blank'>socket:tesla_supercharger_ccs</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:tesla_supercharger_ccs=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_CCS.svg'> *<b>Tesla Supercharger CCS</b> (a branded type2_css)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs' target='_blank'>socket:tesla_supercharger_ccs</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs%3D1' target='_blank'>1</a>. _This option cannot be chosen as answer_. Unselecting this answer will add socket:tesla_supercharger_ccs=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_CCS.svg'> *<b>Tesla Supercharger CCS</b> (a branded type2_css)* is shown if with socket:tesla_supercharger_ccs~.+ & socket:tesla_supercharger_ccs!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger (destination)</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination' target='_blank'>socket:tesla_destination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:tesla_destination=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger (destination)</b>* is shown if with socket:tesla_destination~.+ & socket:tesla_destination!=1 & <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dus' target='_blank'>us</a>. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_tethered.svg'> *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination' target='_blank'>socket:tesla_destination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:tesla_destination=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_tethered.svg'> *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)* is shown if with socket:tesla_destination~.+ & socket:tesla_destination!=1 & _country!=us. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger (destination)</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination' target='_blank'>socket:tesla_destination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination%3D1' target='_blank'>1</a>. _This option cannot be chosen as answer_. Unselecting this answer will add socket:tesla_destination=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger (destination)</b>* is shown if with socket:tesla_destination~.+ & socket:tesla_destination!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/usb_port.svg'> *<b>USB</b> to charge phones and small electronics* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A' target='_blank'>socket:USB-A</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:USB-A=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/usb_port.svg'> *<b>USB</b> to charge phones and small electronics* is shown if with socket:USB-A~.+ & socket:USB-A!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/bosch-3pin.svg'> *<b>Bosch Active Connect with 3 pins</b> and cable* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bosch_3pin' target='_blank'>socket:bosch_3pin</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bosch_3pin%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:bosch_3pin=
@ -376,6 +374,8 @@ The question is `Which charging connections are available here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/as3112.svg'> *<b>AS3112</b> (Type I)* is shown if with socket:as3112~.+ & socket:as3112!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/nema-5-20.svg'> *<b>NEMA 5-20</b> (Type B)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20' target='_blank'>socket:nema_5_20</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:nema_5_20=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/nema-5-20.svg'> *<b>NEMA 5-20</b> (Type B)* is shown if with socket:nema_5_20~.+ & socket:nema_5_20!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>NACS</b>(North-American Charging System)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nacs' target='_blank'>socket:nacs</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nacs%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:nacs=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>NACS</b>(North-American Charging System)* is shown if with socket:nacs~.+ & socket:nacs!=1. _This option cannot be chosen as answer_
### 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?`
@ -473,78 +473,78 @@ The question is `How much plugs of type <b>Tesla Supercharger (destination)</b>
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 `plugs-amount`
### plugs-amount-socket:tesla_destination
### plugs-amount-socket:USB-A
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.
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 `plugs-amount`
### 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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 `plugs-amount`
### 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?`
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: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>USB</b> to charge phones and small electronics 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 `plugs-amount`
### 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?`
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_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 3 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 `plugs-amount`
### plugs-amount-socket:bs1363
The question is `How much plugs of type <b>BS1363</b> (Type G) are available here?`
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: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>Bosch Active Connect with 5 pins</b> and cable 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 `plugs-amount`
### plugs-amount-socket:nema5_15
The question is `How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?`
The question is `How much plugs of type <b>BS1363</b> (Type G) 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>BS1363</b> (Type G) 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 `plugs-amount`
### plugs-amount-socket:sev1011_t23
The question is `How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?`
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: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>NEMA 5-15</b> (Type B) 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 `plugs-amount`
### plugs-amount-socket:as3112
The question is `How much plugs of type <b>AS3112</b> (Type I) are available here?`
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: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>SEV 1011 T23</b> (Type J) 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 `plugs-amount`
### plugs-amount-socket:nema_5_20
The question is `How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?`
The question is `How much plugs of type <b>AS3112</b> (Type I) 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>AS3112</b> (Type I) 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 `plugs-amount`
### plugs-amount-socket:nacs
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:nacs}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here* is shown if `socket:nacs` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nacs~.+ & socket:nacs!=0
This tagrendering has labels `plugs-amount`
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
@ -944,269 +944,260 @@ The question is `What power output does a single plug of type <b>Tesla Superchar
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 `technical`
### voltage-socket:tesla_destination
### voltage-socket:USB-A
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:USB-A:voltage)}* is shown if `socket:USB-A: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>
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 `technical`
### 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 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>
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 `technical`
### 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 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>
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 `technical`
### 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 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>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
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 `technical`
### current-socket:USB-A
The question is `What current do the plugs with <b>USB</b> to charge phones and small electronics offer?`
The question is `What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
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 `technical`
### 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?`
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>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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
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 `technical`
### voltage-socket:bosch_3pin
The question is `What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?`
The question is `What voltage do the plugs with <b>USB</b> to charge phones and small electronics 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>USB</b> to charge phones and small electronics 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 `technical`
### current-socket:bosch_3pin
The question is `What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?`
The question is `What current do the plugs with <b>USB</b> to charge phones and small electronics 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>USB</b> to charge phones and small electronics 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 `technical`
### 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?`
The question is `What power output does a single plug of type <b>USB</b> to charge phones and small electronics 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>USB</b> to charge phones and small electronics 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 `technical`
### voltage-socket:bosch_5pin
The question is `What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
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 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 3 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 `technical`
### current-socket:bosch_5pin
The question is `What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
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 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 3 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 `technical`
### 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?`
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 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 3 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 `technical`
### voltage-socket:bs1363
The question is `What voltage do the plugs with <b>BS1363</b> (Type G) offer?`
The question is `What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}* is shown if `socket:bs1363:voltage` is set.
*<b>Bosch Active Connect with 5 pins</b> and cable 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>
- *<b>Bosch Active Connect with 5 pins</b> and cable 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>
This tagrendering is only visible in the popup if the following condition is met: socket:bs1363~.+ & socket:bs1363!=0
This tagrendering has labels `technical`
### current-socket:bs1363
The question is `What current do the plugs with <b>BS1363</b> (Type G) offer?`
The question is `What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}* is shown if `socket:bs1363:current` is set.
*<b>Bosch Active Connect with 5 pins</b> and cable 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>
- *<b>Bosch Active Connect with 5 pins</b> and cable 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>
This tagrendering is only visible in the popup if the following condition is met: socket:bs1363~.+ & socket:bs1363!=0
This tagrendering has labels `technical`
### power-output-socket:bs1363
The question is `What power output does a single plug of type <b>BS1363</b> (Type G) offer?`
The question is `What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}* is shown if `socket:bs1363:output` is set.
*<b>Bosch Active Connect with 5 pins</b> and cable 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>
- *<b>Bosch Active Connect with 5 pins</b> and cable 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>
This tagrendering is only visible in the popup if the following condition is met: socket:bs1363~.+ & socket:bs1363!=0
This tagrendering has labels `technical`
### voltage-socket:nema5_15
The question is `What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
The question is `What voltage do the plugs with <b>BS1363</b> (Type G) offer?`
*<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}* is shown if `socket:nema5_15:voltage` is set.
*<b>BS1363</b> (Type G) 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>
- *<b>BS1363</b> (Type G) 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>
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 `technical`
### current-socket:nema5_15
The question is `What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
The question is `What current do the plugs with <b>BS1363</b> (Type G) 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>BS1363</b> (Type G) 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>
- *<b>BS1363</b> (Type G) 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>
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 `technical`
### 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?`
The question is `What power output does a single plug of type <b>BS1363</b> (Type G) 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>BS1363</b> (Type G) 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>
- *<b>BS1363</b> (Type G) 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>
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 `technical`
### voltage-socket:sev1011_t23
The question is `What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
The question is `What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
*<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}* is shown if `socket:sev1011_t23:voltage` is set.
*<b>NEMA 5-15</b> (Type B) 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>
- *<b>NEMA 5-15</b> (Type B) 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>
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 `technical`
### current-socket:sev1011_t23
The question is `What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
The question is `What current do the plugs with <b>NEMA 5-15</b> (Type B) 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>NEMA 5-15</b> (Type B) 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>
- *<b>NEMA 5-15</b> (Type B) 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>
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 `technical`
### 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?`
The question is `What power output does a single plug of type <b>NEMA 5-15</b> (Type B) 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>NEMA 5-15</b> (Type B) 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>
- *<b>NEMA 5-15</b> (Type B) 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>
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 `technical`
### voltage-socket:as3112
The question is `What voltage do the plugs with <b>AS3112</b> (Type I) offer?`
The question is `What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
*<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}* is shown if `socket:as3112:voltage` is set.
*<b>SEV 1011 T23</b> (Type J) 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>
- *<b>SEV 1011 T23</b> (Type J) 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>
This tagrendering is only visible in the popup if the following condition is met: socket:as3112~.+ & socket:as3112!=0
This tagrendering has labels `technical`
### current-socket:as3112
The question is `What current do the plugs with <b>AS3112</b> (Type I) offer?`
The question is `What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}* is shown if `socket:as3112:current` is set.
*<b>SEV 1011 T23</b> (Type J) 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>
- *<b>SEV 1011 T23</b> (Type J) 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>
This tagrendering is only visible in the popup if the following condition is met: socket:as3112~.+ & socket:as3112!=0
This tagrendering has labels `technical`
### power-output-socket:as3112
The question is `What power output does a single plug of type <b>AS3112</b> (Type I) offer?`
The question is `What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?`
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}* is shown if `socket:as3112:output` is set.
*<b>SEV 1011 T23</b> (Type J) 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>
- *<b>SEV 1011 T23</b> (Type J) 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>
This tagrendering is only visible in the popup if the following condition is met: socket:as3112~.+ & socket:as3112!=0
This tagrendering has labels `technical`
### voltage-socket:nema_5_20
The question is `What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?`
The question is `What voltage do the plugs with <b>AS3112</b> (Type I) 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>AS3112</b> (Type I) 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>
- *<b>AS3112</b> (Type I) 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>
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 `technical`
### current-socket:nema_5_20
The question is `What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?`
The question is `What current do the plugs with <b>AS3112</b> (Type I) 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>AS3112</b> (Type I) 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>
- *<b>AS3112</b> (Type I) 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>
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 `technical`
### 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?`
The question is `What power output does a single plug of type <b>AS3112</b> (Type I) 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>AS3112</b> (Type I) 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>
- *<b>AS3112</b> (Type I) 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>
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 `technical`
### voltage-socket:nacs
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:nacs:voltage)}* is shown if `socket:nacs:voltage` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nacs~.+ & socket:nacs!=0
This tagrendering has labels `technical`
### current-socket:nacs
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:nacs:current)}* is shown if `socket:nacs:current` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nacs~.+ & socket:nacs!=0
This tagrendering has labels `technical`
### power-output-socket:nacs
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:nacs:output)}* is shown if `socket:nacs:output` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nacs~.+ & socket:nacs!=0
This tagrendering has labels `technical`
### move-button
_This tagrendering has no question and is thus read-only_

View file

@ -68,10 +68,6 @@ A charging station
- [voltage-socket:tesla_destination_us](#voltage-sockettesla_destination_us)
- [current-socket:tesla_destination_us](#current-sockettesla_destination_us)
- [power-output-socket:tesla_destination_us](#power-output-sockettesla_destination_us)
- [plugs-amount-socket:tesla_destination](#plugs-amount-sockettesla_destination)
- [voltage-socket:tesla_destination](#voltage-sockettesla_destination)
- [current-socket:tesla_destination](#current-sockettesla_destination)
- [power-output-socket:tesla_destination](#power-output-sockettesla_destination)
- [plugs-amount-socket:USB-A](#plugs-amount-socketusb-a)
- [voltage-socket:USB-A](#voltage-socketusb-a)
- [current-socket:USB-A](#current-socketusb-a)
@ -104,6 +100,10 @@ A charging station
- [voltage-socket:nema_5_20](#voltage-socketnema_5_20)
- [current-socket:nema_5_20](#current-socketnema_5_20)
- [power-output-socket:nema_5_20](#power-output-socketnema_5_20)
- [plugs-amount-socket:nacs](#plugs-amount-socketnacs)
- [voltage-socket:nacs](#voltage-socketnacs)
- [current-socket:nacs](#current-socketnacs)
- [power-output-socket:nacs](#power-output-socketnacs)
- [OH](#oh)
- [Opening hours](#opening-hours)
- [fee](#fee)
@ -213,10 +213,6 @@ Elements must match **any** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | [480](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D480) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:current](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current) | [pfloat](../SpecialInputElements.md#pfloat) | [125](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D125) [350](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D350) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:output](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output) | [pfloat](../SpecialInputElements.md#pfloat) | [120 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D120 kW) [150 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D150 kW) [250 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D250 kW) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | [230](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D230) [400](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D400) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:current](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current) | [pfloat](../SpecialInputElements.md#pfloat) | [16](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D16) [32](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D32) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:output](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output) | [pfloat](../SpecialInputElements.md#pfloat) | [11 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D11 kW) [22 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D22 kW) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:USB-A#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3AUSB-A/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:USB-A](https://wiki.openstreetmap.org/wiki/Key:socket:USB-A) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:USB-A:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3AUSB-A%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:USB-A:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | [5](https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:voltage%3D5) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:USB-A:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3AUSB-A%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:USB-A:current](https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:current) | [pfloat](../SpecialInputElements.md#pfloat) | [1](https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:current%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:current%3D2) |
@ -249,6 +245,10 @@ Elements must match **any** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nema_5_20:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anema_5_20%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nema_5_20:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | [120](https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:voltage%3D120) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nema_5_20:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anema_5_20%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nema_5_20:current](https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:current) | [pfloat](../SpecialInputElements.md#pfloat) | [20](https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:current%3D20) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nema_5_20:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anema_5_20%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nema_5_20:output](https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:output) | [pfloat](../SpecialInputElements.md#pfloat) | [2.4 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:output%3D2.4 kW) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nacs#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anacs/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nacs](https://wiki.openstreetmap.org/wiki/Key:socket:nacs) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nacs:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anacs%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nacs:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:nacs:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nacs:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anacs%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nacs:current](https://wiki.openstreetmap.org/wiki/Key:socket:nacs:current) | [pfloat](../SpecialInputElements.md#pfloat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nacs:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anacs%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nacs:output](https://wiki.openstreetmap.org/wiki/Key:socket:nacs:output) | [pfloat](../SpecialInputElements.md#pfloat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | [24/7](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [fee](https://wiki.openstreetmap.org/wiki/Key:fee) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno) [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | |
@ -322,42 +322,42 @@ Elements must match **any** of the following expressions:
| [voltage-socket:tesla_destination_us](#voltage-socket:tesla_destination_us) | What voltage do the plugs with <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs {canonical(socket:tesla_destination:voltage)}_<br/>1 options | technical | *[socket:tesla_destination:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_destination:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:tesla_destination_us](#current-socket:tesla_destination_us) | What current do the plugs with <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:current)}_<br/>2 options | technical | *[socket:tesla_destination:current](https://wiki.osm.org/wiki/Key:socket:tesla_destination:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:tesla_destination_us](#power-output-socket:tesla_destination_us) | What power output does a single plug of type <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:output)}_<br/>3 options | technical | *[socket:tesla_destination:output](https://wiki.osm.org/wiki/Key:socket:tesla_destination:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:tesla_destination](#plugs-amount-socket:tesla_destination) | How much plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) are available here?<br/>_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_ | plugs-amount | *[socket:tesla_destination](https://wiki.osm.org/wiki/Key:socket:tesla_destination)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:tesla_destination](#voltage-socket:tesla_destination) | What voltage do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}_<br/>2 options | technical | *[socket:tesla_destination:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_destination:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:tesla_destination](#current-socket:tesla_destination) | What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}_<br/>2 options | technical | *[socket:tesla_destination:current](https://wiki.osm.org/wiki/Key:socket:tesla_destination:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:tesla_destination](#power-output-socket:tesla_destination) | What power output does a single plug of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}_<br/>2 options | technical | *[socket:tesla_destination:output](https://wiki.osm.org/wiki/Key:socket:tesla_destination:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:USB-A](#plugs-amount-socket:USB-A) | How much plugs of type <b>USB</b> to charge phones and small electronics are available here?<br/>_There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>USB</b> to charge phones and small electronics available here_ | plugs-amount | *[socket:USB-A](https://wiki.osm.org/wiki/Key:socket:USB-A)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:USB-A](#voltage-socket:USB-A) | What voltage do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}_<br/>1 options | technical | *[socket:USB-A:voltage](https://wiki.osm.org/wiki/Key:socket:USB-A:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:USB-A](#current-socket:USB-A) | What current do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}_<br/>2 options | technical | *[socket:USB-A:current](https://wiki.osm.org/wiki/Key:socket:USB-A:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:USB-A](#power-output-socket:USB-A) | What power output does a single plug of type <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}_<br/>2 options | technical | *[socket:USB-A:output](https://wiki.osm.org/wiki/Key:socket:USB-A:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:bosch_3pin](#plugs-amount-socket:bosch_3pin) | How much plugs of type <b>Bosch Active Connect with 3 pins</b> and cable are available here?<br/>_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_ | plugs-amount | *[socket:bosch_3pin](https://wiki.osm.org/wiki/Key:socket:bosch_3pin)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:bosch_3pin](#voltage-socket:bosch_3pin) | What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_3pin:voltage)}_ | technical | *[socket:bosch_3pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bosch_3pin](#current-socket:bosch_3pin) | What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:current)}_ | technical | *[socket:bosch_3pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bosch_3pin](#power-output-socket:bosch_3pin) | What power output does a single plug of type <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:output)}_ | technical | *[socket:bosch_3pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:bosch_5pin](#plugs-amount-socket:bosch_5pin) | How much plugs of type <b>Bosch Active Connect with 5 pins</b> and cable are available here?<br/>_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_ | plugs-amount | *[socket:bosch_5pin](https://wiki.osm.org/wiki/Key:socket:bosch_5pin)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:bosch_5pin](#voltage-socket:bosch_5pin) | What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}_ | technical | *[socket:bosch_5pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bosch_5pin](#current-socket:bosch_5pin) | What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}_ | technical | *[socket:bosch_5pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bosch_5pin](#power-output-socket:bosch_5pin) | What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}_ | technical | *[socket:bosch_5pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:bs1363](#plugs-amount-socket:bs1363) | How much plugs of type <b>BS1363</b> (Type G) are available here?<br/>_There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>BS1363</b> (Type G) available here_ | plugs-amount | *[socket:bs1363](https://wiki.osm.org/wiki/Key:socket:bs1363)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:bs1363](#voltage-socket:bs1363) | What voltage do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}_<br/>1 options | technical | *[socket:bs1363:voltage](https://wiki.osm.org/wiki/Key:socket:bs1363:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bs1363](#current-socket:bs1363) | What current do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}_<br/>1 options | technical | *[socket:bs1363:current](https://wiki.osm.org/wiki/Key:socket:bs1363:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bs1363](#power-output-socket:bs1363) | What power output does a single plug of type <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}_<br/>1 options | technical | *[socket:bs1363:output](https://wiki.osm.org/wiki/Key:socket:bs1363:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:nema5_15](#plugs-amount-socket:nema5_15) | How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here_ | plugs-amount | *[socket:nema5_15](https://wiki.osm.org/wiki/Key:socket:nema5_15)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:nema5_15](#voltage-socket:nema5_15) | What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}_<br/>1 options | technical | *[socket:nema5_15:voltage](https://wiki.osm.org/wiki/Key:socket:nema5_15:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nema5_15](#current-socket:nema5_15) | What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:current)}_<br/>1 options | technical | *[socket:nema5_15:current](https://wiki.osm.org/wiki/Key:socket:nema5_15:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nema5_15](#power-output-socket:nema5_15) | What power output does a single plug of type <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:output)}_<br/>1 options | technical | *[socket:nema5_15:output](https://wiki.osm.org/wiki/Key:socket:nema5_15:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:sev1011_t23](#plugs-amount-socket:sev1011_t23) | How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?<br/>_There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here_ | plugs-amount | *[socket:sev1011_t23](https://wiki.osm.org/wiki/Key:socket:sev1011_t23)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:sev1011_t23](#voltage-socket:sev1011_t23) | What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}_<br/>1 options | technical | *[socket:sev1011_t23:voltage](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:sev1011_t23](#current-socket:sev1011_t23) | What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:current)}_<br/>1 options | technical | *[socket:sev1011_t23:current](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:sev1011_t23](#power-output-socket:sev1011_t23) | What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:output)}_<br/>1 options | technical | *[socket:sev1011_t23:output](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:as3112](#plugs-amount-socket:as3112) | How much plugs of type <b>AS3112</b> (Type I) are available here?<br/>_There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>AS3112</b> (Type I) available here_ | plugs-amount | *[socket:as3112](https://wiki.osm.org/wiki/Key:socket:as3112)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:as3112](#voltage-socket:as3112) | What voltage do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}_<br/>1 options | technical | *[socket:as3112:voltage](https://wiki.osm.org/wiki/Key:socket:as3112:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:as3112](#current-socket:as3112) | What current do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}_<br/>1 options | technical | *[socket:as3112:current](https://wiki.osm.org/wiki/Key:socket:as3112:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:as3112](#power-output-socket:as3112) | What power output does a single plug of type <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}_<br/>1 options | technical | *[socket:as3112:output](https://wiki.osm.org/wiki/Key:socket:as3112:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:nema_5_20](#plugs-amount-socket:nema_5_20) | How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here_ | plugs-amount | *[socket:nema_5_20](https://wiki.osm.org/wiki/Key:socket:nema_5_20)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:nema_5_20](#voltage-socket:nema_5_20) | What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nema_5_20:voltage)}_<br/>1 options | technical | *[socket:nema_5_20:voltage](https://wiki.osm.org/wiki/Key:socket:nema_5_20:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nema_5_20](#current-socket:nema_5_20) | What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:current)}_<br/>1 options | technical | *[socket:nema_5_20:current](https://wiki.osm.org/wiki/Key:socket:nema_5_20:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nema_5_20](#power-output-socket:nema_5_20) | What power output does a single plug of type <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:output)}_<br/>1 options | technical | *[socket:nema_5_20:output](https://wiki.osm.org/wiki/Key:socket:nema_5_20:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:USB-A](#plugs-amount-socket:USB-A) | How much plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) are available here?<br/>_There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) available here_ | plugs-amount | *[socket:USB-A](https://wiki.osm.org/wiki/Key:socket:USB-A)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:USB-A](#voltage-socket:USB-A) | What voltage do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:USB-A:voltage)}_<br/>1 options | technical | *[socket:USB-A:voltage](https://wiki.osm.org/wiki/Key:socket:USB-A:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:USB-A](#current-socket:USB-A) | What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:USB-A:current)}_<br/>2 options | technical | *[socket:USB-A:current](https://wiki.osm.org/wiki/Key:socket:USB-A:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:USB-A](#power-output-socket:USB-A) | What power output does a single plug of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:USB-A:output)}_<br/>2 options | technical | *[socket:USB-A:output](https://wiki.osm.org/wiki/Key:socket:USB-A:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:bosch_3pin](#plugs-amount-socket:bosch_3pin) | How much plugs of type <b>USB</b> to charge phones and small electronics are available here?<br/>_There are <b class='text-xl'>{socket:bosch_3pin}</b> plugs of type <b>USB</b> to charge phones and small electronics available here_ | plugs-amount | *[socket:bosch_3pin](https://wiki.osm.org/wiki/Key:socket:bosch_3pin)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:bosch_3pin](#voltage-socket:bosch_3pin) | What voltage do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs {canonical(socket:bosch_3pin:voltage)}_ | technical | *[socket:bosch_3pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bosch_3pin](#current-socket:bosch_3pin) | What current do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:bosch_3pin:current)}_ | technical | *[socket:bosch_3pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bosch_3pin](#power-output-socket:bosch_3pin) | What power output does a single plug of type <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:bosch_3pin:output)}_ | technical | *[socket:bosch_3pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:bosch_5pin](#plugs-amount-socket:bosch_5pin) | How much plugs of type <b>Bosch Active Connect with 3 pins</b> and cable are available here?<br/>_There are <b class='text-xl'>{socket:bosch_5pin}</b> plugs of type <b>Bosch Active Connect with 3 pins</b> and cable available here_ | plugs-amount | *[socket:bosch_5pin](https://wiki.osm.org/wiki/Key:socket:bosch_5pin)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:bosch_5pin](#voltage-socket:bosch_5pin) | What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}_ | technical | *[socket:bosch_5pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bosch_5pin](#current-socket:bosch_5pin) | What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}_ | technical | *[socket:bosch_5pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bosch_5pin](#power-output-socket:bosch_5pin) | What power output does a single plug of type <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}_ | technical | *[socket:bosch_5pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:bs1363](#plugs-amount-socket:bs1363) | How much plugs of type <b>Bosch Active Connect with 5 pins</b> and cable are available here?<br/>_There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>Bosch Active Connect with 5 pins</b> and cable available here_ | plugs-amount | *[socket:bs1363](https://wiki.osm.org/wiki/Key:socket:bs1363)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:bs1363](#voltage-socket:bs1363) | What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bs1363:voltage)}_<br/>1 options | technical | *[socket:bs1363:voltage](https://wiki.osm.org/wiki/Key:socket:bs1363:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bs1363](#current-socket:bs1363) | What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bs1363:current)}_<br/>1 options | technical | *[socket:bs1363:current](https://wiki.osm.org/wiki/Key:socket:bs1363:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bs1363](#power-output-socket:bs1363) | What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bs1363:output)}_<br/>1 options | technical | *[socket:bs1363:output](https://wiki.osm.org/wiki/Key:socket:bs1363:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:nema5_15](#plugs-amount-socket:nema5_15) | How much plugs of type <b>BS1363</b> (Type G) are available here?<br/>_There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>BS1363</b> (Type G) available here_ | plugs-amount | *[socket:nema5_15](https://wiki.osm.org/wiki/Key:socket:nema5_15)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:nema5_15](#voltage-socket:nema5_15) | What voltage do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs {canonical(socket:nema5_15:voltage)}_<br/>1 options | technical | *[socket:nema5_15:voltage](https://wiki.osm.org/wiki/Key:socket:nema5_15:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nema5_15](#current-socket:nema5_15) | What current do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:nema5_15:current)}_<br/>1 options | technical | *[socket:nema5_15:current](https://wiki.osm.org/wiki/Key:socket:nema5_15:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nema5_15](#power-output-socket:nema5_15) | What power output does a single plug of type <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:nema5_15:output)}_<br/>1 options | technical | *[socket:nema5_15:output](https://wiki.osm.org/wiki/Key:socket:nema5_15:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:sev1011_t23](#plugs-amount-socket:sev1011_t23) | How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here_ | plugs-amount | *[socket:sev1011_t23](https://wiki.osm.org/wiki/Key:socket:sev1011_t23)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:sev1011_t23](#voltage-socket:sev1011_t23) | What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:sev1011_t23:voltage)}_<br/>1 options | technical | *[socket:sev1011_t23:voltage](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:sev1011_t23](#current-socket:sev1011_t23) | What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:sev1011_t23:current)}_<br/>1 options | technical | *[socket:sev1011_t23:current](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:sev1011_t23](#power-output-socket:sev1011_t23) | What power output does a single plug of type <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:sev1011_t23:output)}_<br/>1 options | technical | *[socket:sev1011_t23:output](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:as3112](#plugs-amount-socket:as3112) | How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?<br/>_There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here_ | plugs-amount | *[socket:as3112](https://wiki.osm.org/wiki/Key:socket:as3112)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:as3112](#voltage-socket:as3112) | What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:as3112:voltage)}_<br/>1 options | technical | *[socket:as3112:voltage](https://wiki.osm.org/wiki/Key:socket:as3112:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:as3112](#current-socket:as3112) | What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:as3112:current)}_<br/>1 options | technical | *[socket:as3112:current](https://wiki.osm.org/wiki/Key:socket:as3112:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:as3112](#power-output-socket:as3112) | What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:as3112:output)}_<br/>1 options | technical | *[socket:as3112:output](https://wiki.osm.org/wiki/Key:socket:as3112:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:nema_5_20](#plugs-amount-socket:nema_5_20) | How much plugs of type <b>AS3112</b> (Type I) are available here?<br/>_There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>AS3112</b> (Type I) available here_ | plugs-amount | *[socket:nema_5_20](https://wiki.osm.org/wiki/Key:socket:nema_5_20)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:nema_5_20](#voltage-socket:nema_5_20) | What voltage do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs {canonical(socket:nema_5_20:voltage)}_<br/>1 options | technical | *[socket:nema_5_20:voltage](https://wiki.osm.org/wiki/Key:socket:nema_5_20:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nema_5_20](#current-socket:nema_5_20) | What current do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:nema_5_20:current)}_<br/>1 options | technical | *[socket:nema_5_20:current](https://wiki.osm.org/wiki/Key:socket:nema_5_20:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nema_5_20](#power-output-socket:nema_5_20) | What power output does a single plug of type <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:nema_5_20:output)}_<br/>1 options | technical | *[socket:nema_5_20:output](https://wiki.osm.org/wiki/Key:socket:nema_5_20:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:nacs](#plugs-amount-socket:nacs) | How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:nacs}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here_ | plugs-amount | *[socket:nacs](https://wiki.osm.org/wiki/Key:socket:nacs)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:nacs](#voltage-socket:nacs) | What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nacs:voltage)}_ | technical | *[socket:nacs:voltage](https://wiki.osm.org/wiki/Key:socket:nacs:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nacs](#current-socket:nacs) | What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nacs:current)}_ | technical | *[socket:nacs:current](https://wiki.osm.org/wiki/Key:socket:nacs:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nacs](#power-output-socket:nacs) | What power output does a single plug of type <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nacs:output)}_ | technical | *[socket:nacs:output](https://wiki.osm.org/wiki/Key:socket:nacs:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [OH](#OH) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours_24_7))_ | When is this charging station opened?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>2 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
| [fee](#fee) | Does one have to pay to use this charging station?<br/>5 options | | _Multiple choice only_ |
| [charge](#charge) | How much does one have to pay to use this charging station?<br/>_Using this charging station costs <b>{charge}</b>_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([string](../SpecialInputElements.md#string)) |
@ -429,7 +429,7 @@ The question is `Which charging connections are available here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type1_J1772.svg'> *<b>Type 1 <i>without</i> cable</b> (J1772)* is shown if with socket:type1~.+ & socket:type1!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type1-ccs.svg'> *<b>Type 1 CCS</b> (aka Type 1 Combo)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo' target='_blank'>socket:type1_combo</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:type1_combo=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type1-ccs.svg'> *<b>Type 1 CCS</b> (aka Type 1 Combo)* is shown if with socket:type1_combo~.+ & socket:type1_combo!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger' target='_blank'>socket:tesla_supercharger</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:tesla_supercharger=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger' target='_blank'>socket:tesla_supercharger</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger%3D1' target='_blank'>1</a>. _This option cannot be chosen as answer_. Unselecting this answer will add socket:tesla_supercharger=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger</b>* is shown if with socket:tesla_supercharger~.+ & socket:tesla_supercharger!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_socket.svg'> *<b>Type 2</b> (mennekes)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2' target='_blank'>socket:type2</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:type2=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_socket.svg'> *<b>Type 2</b> (mennekes)* is shown if with socket:type2~.+ & socket:type2!=1. _This option cannot be chosen as answer_
@ -437,12 +437,10 @@ The question is `Which charging connections are available here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_CCS.svg'> *<b>Type 2 CCS</b> (mennekes)* is shown if with socket:type2_combo~.+ & socket:type2_combo!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_tethered.svg'> *<b>Type 2 with cable</b> (mennekes)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable' target='_blank'>socket:type2_cable</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:type2_cable=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_tethered.svg'> *<b>Type 2 with cable</b> (mennekes)* is shown if with socket:type2_cable~.+ & socket:type2_cable!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_CCS.svg'> *<b>Tesla Supercharger CCS</b> (a branded type2_css)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs' target='_blank'>socket:tesla_supercharger_ccs</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:tesla_supercharger_ccs=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_CCS.svg'> *<b>Tesla Supercharger CCS</b> (a branded type2_css)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs' target='_blank'>socket:tesla_supercharger_ccs</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs%3D1' target='_blank'>1</a>. _This option cannot be chosen as answer_. Unselecting this answer will add socket:tesla_supercharger_ccs=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_CCS.svg'> *<b>Tesla Supercharger CCS</b> (a branded type2_css)* is shown if with socket:tesla_supercharger_ccs~.+ & socket:tesla_supercharger_ccs!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger (destination)</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination' target='_blank'>socket:tesla_destination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:tesla_destination=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger (destination)</b>* is shown if with socket:tesla_destination~.+ & socket:tesla_destination!=1 & <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dus' target='_blank'>us</a>. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_tethered.svg'> *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination' target='_blank'>socket:tesla_destination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:tesla_destination=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_tethered.svg'> *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)* is shown if with socket:tesla_destination~.+ & socket:tesla_destination!=1 & _country!=us. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger (destination)</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination' target='_blank'>socket:tesla_destination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination%3D1' target='_blank'>1</a>. _This option cannot be chosen as answer_. Unselecting this answer will add socket:tesla_destination=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger (destination)</b>* is shown if with socket:tesla_destination~.+ & socket:tesla_destination!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/usb_port.svg'> *<b>USB</b> to charge phones and small electronics* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A' target='_blank'>socket:USB-A</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:USB-A=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/usb_port.svg'> *<b>USB</b> to charge phones and small electronics* is shown if with socket:USB-A~.+ & socket:USB-A!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/bosch-3pin.svg'> *<b>Bosch Active Connect with 3 pins</b> and cable* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bosch_3pin' target='_blank'>socket:bosch_3pin</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bosch_3pin%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:bosch_3pin=
@ -459,6 +457,8 @@ The question is `Which charging connections are available here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/as3112.svg'> *<b>AS3112</b> (Type I)* is shown if with socket:as3112~.+ & socket:as3112!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/nema-5-20.svg'> *<b>NEMA 5-20</b> (Type B)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20' target='_blank'>socket:nema_5_20</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:nema_5_20=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/nema-5-20.svg'> *<b>NEMA 5-20</b> (Type B)* is shown if with socket:nema_5_20~.+ & socket:nema_5_20!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>NACS</b>(North-American Charging System)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nacs' target='_blank'>socket:nacs</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nacs%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:nacs=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>NACS</b>(North-American Charging System)* is shown if with socket:nacs~.+ & socket:nacs!=1. _This option cannot be chosen as answer_
### 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?`
@ -944,341 +944,332 @@ The question is `What power output does a single plug of type <b>Tesla Superchar
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 `technical`
### plugs-amount-socket:tesla_destination
### plugs-amount-socket:USB-A
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.
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 `plugs-amount`
### 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 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>
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 `technical`
### 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 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>
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 `technical`
### 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 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>
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 `technical`
### 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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 `plugs-amount`
### voltage-socket:USB-A
The question is `What voltage do the plugs with <b>USB</b> to charge phones and small electronics offer?`
The question is `What voltage do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
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 `technical`
### current-socket:USB-A
The question is `What current do the plugs with <b>USB</b> to charge phones and small electronics offer?`
The question is `What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
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 `technical`
### 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?`
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>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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
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 `technical`
### 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?`
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: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>USB</b> to charge phones and small electronics 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 `plugs-amount`
### voltage-socket:bosch_3pin
The question is `What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?`
The question is `What voltage do the plugs with <b>USB</b> to charge phones and small electronics 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>USB</b> to charge phones and small electronics 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 `technical`
### current-socket:bosch_3pin
The question is `What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?`
The question is `What current do the plugs with <b>USB</b> to charge phones and small electronics 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>USB</b> to charge phones and small electronics 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 `technical`
### 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?`
The question is `What power output does a single plug of type <b>USB</b> to charge phones and small electronics 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>USB</b> to charge phones and small electronics 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 `technical`
### 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?`
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_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 3 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 `plugs-amount`
### voltage-socket:bosch_5pin
The question is `What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
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 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 3 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 `technical`
### current-socket:bosch_5pin
The question is `What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
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 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 3 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 `technical`
### 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?`
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 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 3 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 `technical`
### plugs-amount-socket:bs1363
The question is `How much plugs of type <b>BS1363</b> (Type G) are available here?`
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: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>Bosch Active Connect with 5 pins</b> and cable 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 `plugs-amount`
### voltage-socket:bs1363
The question is `What voltage do the plugs with <b>BS1363</b> (Type G) offer?`
The question is `What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}* is shown if `socket:bs1363:voltage` is set.
*<b>Bosch Active Connect with 5 pins</b> and cable 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>
- *<b>Bosch Active Connect with 5 pins</b> and cable 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>
This tagrendering is only visible in the popup if the following condition is met: socket:bs1363~.+ & socket:bs1363!=0
This tagrendering has labels `technical`
### current-socket:bs1363
The question is `What current do the plugs with <b>BS1363</b> (Type G) offer?`
The question is `What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}* is shown if `socket:bs1363:current` is set.
*<b>Bosch Active Connect with 5 pins</b> and cable 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>
- *<b>Bosch Active Connect with 5 pins</b> and cable 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>
This tagrendering is only visible in the popup if the following condition is met: socket:bs1363~.+ & socket:bs1363!=0
This tagrendering has labels `technical`
### power-output-socket:bs1363
The question is `What power output does a single plug of type <b>BS1363</b> (Type G) offer?`
The question is `What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}* is shown if `socket:bs1363:output` is set.
*<b>Bosch Active Connect with 5 pins</b> and cable 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>
- *<b>Bosch Active Connect with 5 pins</b> and cable 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>
This tagrendering is only visible in the popup if the following condition is met: socket:bs1363~.+ & socket:bs1363!=0
This tagrendering has labels `technical`
### plugs-amount-socket:nema5_15
The question is `How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?`
The question is `How much plugs of type <b>BS1363</b> (Type G) 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>BS1363</b> (Type G) 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 `plugs-amount`
### voltage-socket:nema5_15
The question is `What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
The question is `What voltage do the plugs with <b>BS1363</b> (Type G) offer?`
*<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}* is shown if `socket:nema5_15:voltage` is set.
*<b>BS1363</b> (Type G) 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>
- *<b>BS1363</b> (Type G) 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>
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 `technical`
### current-socket:nema5_15
The question is `What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
The question is `What current do the plugs with <b>BS1363</b> (Type G) 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>BS1363</b> (Type G) 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>
- *<b>BS1363</b> (Type G) 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>
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 `technical`
### 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?`
The question is `What power output does a single plug of type <b>BS1363</b> (Type G) 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>BS1363</b> (Type G) 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>
- *<b>BS1363</b> (Type G) 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>
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 `technical`
### plugs-amount-socket:sev1011_t23
The question is `How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?`
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: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>NEMA 5-15</b> (Type B) 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 `plugs-amount`
### voltage-socket:sev1011_t23
The question is `What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
The question is `What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
*<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}* is shown if `socket:sev1011_t23:voltage` is set.
*<b>NEMA 5-15</b> (Type B) 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>
- *<b>NEMA 5-15</b> (Type B) 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>
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 `technical`
### current-socket:sev1011_t23
The question is `What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
The question is `What current do the plugs with <b>NEMA 5-15</b> (Type B) 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>NEMA 5-15</b> (Type B) 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>
- *<b>NEMA 5-15</b> (Type B) 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>
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 `technical`
### 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?`
The question is `What power output does a single plug of type <b>NEMA 5-15</b> (Type B) 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>NEMA 5-15</b> (Type B) 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>
- *<b>NEMA 5-15</b> (Type B) 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>
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 `technical`
### plugs-amount-socket:as3112
The question is `How much plugs of type <b>AS3112</b> (Type I) are available here?`
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: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>SEV 1011 T23</b> (Type J) 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 `plugs-amount`
### voltage-socket:as3112
The question is `What voltage do the plugs with <b>AS3112</b> (Type I) offer?`
The question is `What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
*<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}* is shown if `socket:as3112:voltage` is set.
*<b>SEV 1011 T23</b> (Type J) 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>
- *<b>SEV 1011 T23</b> (Type J) 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>
This tagrendering is only visible in the popup if the following condition is met: socket:as3112~.+ & socket:as3112!=0
This tagrendering has labels `technical`
### current-socket:as3112
The question is `What current do the plugs with <b>AS3112</b> (Type I) offer?`
The question is `What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}* is shown if `socket:as3112:current` is set.
*<b>SEV 1011 T23</b> (Type J) 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>
- *<b>SEV 1011 T23</b> (Type J) 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>
This tagrendering is only visible in the popup if the following condition is met: socket:as3112~.+ & socket:as3112!=0
This tagrendering has labels `technical`
### power-output-socket:as3112
The question is `What power output does a single plug of type <b>AS3112</b> (Type I) offer?`
The question is `What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?`
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}* is shown if `socket:as3112:output` is set.
*<b>SEV 1011 T23</b> (Type J) 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>
- *<b>SEV 1011 T23</b> (Type J) 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>
This tagrendering is only visible in the popup if the following condition is met: socket:as3112~.+ & socket:as3112!=0
This tagrendering has labels `technical`
### plugs-amount-socket:nema_5_20
The question is `How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?`
The question is `How much plugs of type <b>AS3112</b> (Type I) 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>AS3112</b> (Type I) 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 `plugs-amount`
### voltage-socket:nema_5_20
The question is `What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?`
The question is `What voltage do the plugs with <b>AS3112</b> (Type I) 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>AS3112</b> (Type I) 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>
- *<b>AS3112</b> (Type I) 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>
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 `technical`
### current-socket:nema_5_20
The question is `What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?`
The question is `What current do the plugs with <b>AS3112</b> (Type I) 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>AS3112</b> (Type I) 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>
- *<b>AS3112</b> (Type I) 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>
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 `technical`
### 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?`
The question is `What power output does a single plug of type <b>AS3112</b> (Type I) 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>AS3112</b> (Type I) 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>
- *<b>AS3112</b> (Type I) 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>
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 `technical`
### plugs-amount-socket:nacs
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:nacs}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here* is shown if `socket:nacs` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nacs~.+ & socket:nacs!=0
This tagrendering has labels `plugs-amount`
### voltage-socket:nacs
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:nacs:voltage)}* is shown if `socket:nacs:voltage` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nacs~.+ & socket:nacs!=0
This tagrendering has labels `technical`
### current-socket:nacs
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:nacs:current)}* is shown if `socket:nacs:current` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nacs~.+ & socket:nacs!=0
This tagrendering has labels `technical`
### power-output-socket:nacs
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:nacs:output)}* is shown if `socket:nacs:output` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nacs~.+ & socket:nacs!=0
This tagrendering has labels `technical`
### OH
The question is `When is this charging station opened?`
@ -1484,15 +1475,15 @@ This tagrendering has labels `added_by_default`
| connection_type.10 | Has a <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> connector | socket:type2_cable~.+ |
| connection_type.11 | Has a <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> connector | socket:tesla_supercharger_ccs~.+ |
| connection_type.12 | Has a <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> connector | socket:tesla_destination~.+ |
| connection_type.13 | Has a <div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> connector | socket:tesla_destination~.+ |
| connection_type.14 | Has a <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> connector | socket:USB-A~.+ |
| connection_type.15 | Has a <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> connector | socket:bosch_3pin~.+ |
| connection_type.16 | Has a <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> connector | socket:bosch_5pin~.+ |
| connection_type.17 | Has a <div style='display: inline-block'><b><b>BS1363</b> (Type G)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bs1363.svg'/></div> connector | socket:bs1363~.+ |
| connection_type.18 | Has a <div style='display: inline-block'><b><b>NEMA 5-15</b> (Type B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-15.svg'/></div> connector | socket:nema5_15~.+ |
| connection_type.19 | Has a <div style='display: inline-block'><b><b>SEV 1011 T23</b> (Type J)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/typej.svg'/></div> connector | socket:sev1011_t23~.+ |
| connection_type.20 | Has a <div style='display: inline-block'><b><b>AS3112</b> (Type I)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/as3112.svg'/></div> connector | socket:as3112~.+ |
| connection_type.21 | Has a <div style='display: inline-block'><b><b>NEMA 5-20</b> (Type B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-20.svg'/></div> connector | socket:nema_5_20~.+ |
| connection_type.13 | Has a <div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> connector | socket:USB-A~.+ |
| connection_type.14 | Has a <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> connector | socket:bosch_3pin~.+ |
| connection_type.15 | Has a <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> connector | socket:bosch_5pin~.+ |
| connection_type.16 | Has a <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> connector | socket:bs1363~.+ |
| connection_type.17 | Has a <div style='display: inline-block'><b><b>BS1363</b> (Type G)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bs1363.svg'/></div> connector | socket:nema5_15~.+ |
| connection_type.18 | Has a <div style='display: inline-block'><b><b>NEMA 5-15</b> (Type B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-15.svg'/></div> connector | socket:sev1011_t23~.+ |
| connection_type.19 | Has a <div style='display: inline-block'><b><b>SEV 1011 T23</b> (Type J)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/typej.svg'/></div> connector | socket:as3112~.+ |
| connection_type.20 | Has a <div style='display: inline-block'><b><b>AS3112</b> (Type I)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/as3112.svg'/></div> connector | socket:nema_5_20~.+ |
| connection_type.21 | Has a <div style='display: inline-block'><b><b>NEMA 5-20</b> (Type B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-20.svg'/></div> connector | socket:nacs~.+ |
| id | question | osmTags |
-----|-----|----- |

View file

@ -69,10 +69,6 @@ A charging station
- [voltage-socket:tesla_destination_us](#voltage-sockettesla_destination_us)
- [current-socket:tesla_destination_us](#current-sockettesla_destination_us)
- [power-output-socket:tesla_destination_us](#power-output-sockettesla_destination_us)
- [plugs-amount-socket:tesla_destination](#plugs-amount-sockettesla_destination)
- [voltage-socket:tesla_destination](#voltage-sockettesla_destination)
- [current-socket:tesla_destination](#current-sockettesla_destination)
- [power-output-socket:tesla_destination](#power-output-sockettesla_destination)
- [plugs-amount-socket:USB-A](#plugs-amount-socketusb-a)
- [voltage-socket:USB-A](#voltage-socketusb-a)
- [current-socket:USB-A](#current-socketusb-a)
@ -105,6 +101,10 @@ A charging station
- [voltage-socket:nema_5_20](#voltage-socketnema_5_20)
- [current-socket:nema_5_20](#current-socketnema_5_20)
- [power-output-socket:nema_5_20](#power-output-socketnema_5_20)
- [plugs-amount-socket:nacs](#plugs-amount-socketnacs)
- [voltage-socket:nacs](#voltage-socketnacs)
- [current-socket:nacs](#current-socketnacs)
- [power-output-socket:nacs](#power-output-socketnacs)
- [OH](#oh)
- [Opening hours](#opening-hours)
- [fee](#fee)
@ -202,10 +202,6 @@ Elements must match **all** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | [480](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D480) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:current](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current) | [pfloat](../SpecialInputElements.md#pfloat) | [125](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D125) [350](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D350) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:output](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output) | [pfloat](../SpecialInputElements.md#pfloat) | [120 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D120 kW) [150 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D150 kW) [250 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D250 kW) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | [230](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D230) [400](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:voltage%3D400) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:current](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current) | [pfloat](../SpecialInputElements.md#pfloat) | [16](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D16) [32](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:current%3D32) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:tesla_destination:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Atesla_destination%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:tesla_destination:output](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output) | [pfloat](../SpecialInputElements.md#pfloat) | [11 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D11 kW) [22 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination:output%3D22 kW) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:USB-A#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3AUSB-A/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:USB-A](https://wiki.openstreetmap.org/wiki/Key:socket:USB-A) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:USB-A:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3AUSB-A%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:USB-A:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | [5](https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:voltage%3D5) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:USB-A:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3AUSB-A%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:USB-A:current](https://wiki.openstreetmap.org/wiki/Key:socket:USB-A:current) | [pfloat](../SpecialInputElements.md#pfloat) | [1](https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:current%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A:current%3D2) |
@ -238,6 +234,10 @@ Elements must match **all** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nema_5_20:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anema_5_20%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nema_5_20:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | [120](https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:voltage%3D120) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nema_5_20:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anema_5_20%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nema_5_20:current](https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:current) | [pfloat](../SpecialInputElements.md#pfloat) | [20](https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:current%3D20) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nema_5_20:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anema_5_20%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nema_5_20:output](https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20:output) | [pfloat](../SpecialInputElements.md#pfloat) | [2.4 kW](https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20:output%3D2.4 kW) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nacs#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anacs/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nacs](https://wiki.openstreetmap.org/wiki/Key:socket:nacs) | [pnat](../SpecialInputElements.md#pnat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nacs:voltage#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anacs%3Avoltage/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nacs:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:nacs:voltage) | [pfloat](../SpecialInputElements.md#pfloat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nacs:current#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anacs%3Acurrent/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nacs:current](https://wiki.openstreetmap.org/wiki/Key:socket:nacs:current) | [pfloat](../SpecialInputElements.md#pfloat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/socket:nacs:output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/socket%3Anacs%3Aoutput/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [socket:nacs:output](https://wiki.openstreetmap.org/wiki/Key:socket:nacs:output) | [pfloat](../SpecialInputElements.md#pfloat) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | [24/7](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [fee](https://wiki.openstreetmap.org/wiki/Key:fee) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno) [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | |
@ -311,42 +311,42 @@ Elements must match **all** of the following expressions:
| [voltage-socket:tesla_destination_us](#voltage-socket:tesla_destination_us) | What voltage do the plugs with <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs {canonical(socket:tesla_destination:voltage)}_<br/>1 options | technical | *[socket:tesla_destination:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_destination:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:tesla_destination_us](#current-socket:tesla_destination_us) | What current do the plugs with <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:current)}_<br/>2 options | technical | *[socket:tesla_destination:current](https://wiki.osm.org/wiki/Key:socket:tesla_destination:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:tesla_destination_us](#power-output-socket:tesla_destination_us) | What power output does a single plug of type <b>Tesla Supercharger (destination)</b> offer?<br/>_<b>Tesla Supercharger (destination)</b> outputs at most {canonical(socket:tesla_destination:output)}_<br/>3 options | technical | *[socket:tesla_destination:output](https://wiki.osm.org/wiki/Key:socket:tesla_destination:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:tesla_destination](#plugs-amount-socket:tesla_destination) | How much plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) are available here?<br/>_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_ | plugs-amount | *[socket:tesla_destination](https://wiki.osm.org/wiki/Key:socket:tesla_destination)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:tesla_destination](#voltage-socket:tesla_destination) | What voltage do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}_<br/>2 options | technical | *[socket:tesla_destination:voltage](https://wiki.osm.org/wiki/Key:socket:tesla_destination:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:tesla_destination](#current-socket:tesla_destination) | What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}_<br/>2 options | technical | *[socket:tesla_destination:current](https://wiki.osm.org/wiki/Key:socket:tesla_destination:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:tesla_destination](#power-output-socket:tesla_destination) | What power output does a single plug of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}_<br/>2 options | technical | *[socket:tesla_destination:output](https://wiki.osm.org/wiki/Key:socket:tesla_destination:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:USB-A](#plugs-amount-socket:USB-A) | How much plugs of type <b>USB</b> to charge phones and small electronics are available here?<br/>_There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>USB</b> to charge phones and small electronics available here_ | plugs-amount | *[socket:USB-A](https://wiki.osm.org/wiki/Key:socket:USB-A)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:USB-A](#voltage-socket:USB-A) | What voltage do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}_<br/>1 options | technical | *[socket:USB-A:voltage](https://wiki.osm.org/wiki/Key:socket:USB-A:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:USB-A](#current-socket:USB-A) | What current do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}_<br/>2 options | technical | *[socket:USB-A:current](https://wiki.osm.org/wiki/Key:socket:USB-A:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:USB-A](#power-output-socket:USB-A) | What power output does a single plug of type <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}_<br/>2 options | technical | *[socket:USB-A:output](https://wiki.osm.org/wiki/Key:socket:USB-A:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:bosch_3pin](#plugs-amount-socket:bosch_3pin) | How much plugs of type <b>Bosch Active Connect with 3 pins</b> and cable are available here?<br/>_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_ | plugs-amount | *[socket:bosch_3pin](https://wiki.osm.org/wiki/Key:socket:bosch_3pin)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:bosch_3pin](#voltage-socket:bosch_3pin) | What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_3pin:voltage)}_ | technical | *[socket:bosch_3pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bosch_3pin](#current-socket:bosch_3pin) | What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:current)}_ | technical | *[socket:bosch_3pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bosch_3pin](#power-output-socket:bosch_3pin) | What power output does a single plug of type <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_3pin:output)}_ | technical | *[socket:bosch_3pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:bosch_5pin](#plugs-amount-socket:bosch_5pin) | How much plugs of type <b>Bosch Active Connect with 5 pins</b> and cable are available here?<br/>_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_ | plugs-amount | *[socket:bosch_5pin](https://wiki.osm.org/wiki/Key:socket:bosch_5pin)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:bosch_5pin](#voltage-socket:bosch_5pin) | What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}_ | technical | *[socket:bosch_5pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bosch_5pin](#current-socket:bosch_5pin) | What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}_ | technical | *[socket:bosch_5pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bosch_5pin](#power-output-socket:bosch_5pin) | What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}_ | technical | *[socket:bosch_5pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:bs1363](#plugs-amount-socket:bs1363) | How much plugs of type <b>BS1363</b> (Type G) are available here?<br/>_There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>BS1363</b> (Type G) available here_ | plugs-amount | *[socket:bs1363](https://wiki.osm.org/wiki/Key:socket:bs1363)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:bs1363](#voltage-socket:bs1363) | What voltage do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}_<br/>1 options | technical | *[socket:bs1363:voltage](https://wiki.osm.org/wiki/Key:socket:bs1363:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bs1363](#current-socket:bs1363) | What current do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}_<br/>1 options | technical | *[socket:bs1363:current](https://wiki.osm.org/wiki/Key:socket:bs1363:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bs1363](#power-output-socket:bs1363) | What power output does a single plug of type <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}_<br/>1 options | technical | *[socket:bs1363:output](https://wiki.osm.org/wiki/Key:socket:bs1363:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:nema5_15](#plugs-amount-socket:nema5_15) | How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here_ | plugs-amount | *[socket:nema5_15](https://wiki.osm.org/wiki/Key:socket:nema5_15)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:nema5_15](#voltage-socket:nema5_15) | What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}_<br/>1 options | technical | *[socket:nema5_15:voltage](https://wiki.osm.org/wiki/Key:socket:nema5_15:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nema5_15](#current-socket:nema5_15) | What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:current)}_<br/>1 options | technical | *[socket:nema5_15:current](https://wiki.osm.org/wiki/Key:socket:nema5_15:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nema5_15](#power-output-socket:nema5_15) | What power output does a single plug of type <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:nema5_15:output)}_<br/>1 options | technical | *[socket:nema5_15:output](https://wiki.osm.org/wiki/Key:socket:nema5_15:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:sev1011_t23](#plugs-amount-socket:sev1011_t23) | How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?<br/>_There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here_ | plugs-amount | *[socket:sev1011_t23](https://wiki.osm.org/wiki/Key:socket:sev1011_t23)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:sev1011_t23](#voltage-socket:sev1011_t23) | What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}_<br/>1 options | technical | *[socket:sev1011_t23:voltage](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:sev1011_t23](#current-socket:sev1011_t23) | What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:current)}_<br/>1 options | technical | *[socket:sev1011_t23:current](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:sev1011_t23](#power-output-socket:sev1011_t23) | What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:sev1011_t23:output)}_<br/>1 options | technical | *[socket:sev1011_t23:output](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:as3112](#plugs-amount-socket:as3112) | How much plugs of type <b>AS3112</b> (Type I) are available here?<br/>_There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>AS3112</b> (Type I) available here_ | plugs-amount | *[socket:as3112](https://wiki.osm.org/wiki/Key:socket:as3112)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:as3112](#voltage-socket:as3112) | What voltage do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}_<br/>1 options | technical | *[socket:as3112:voltage](https://wiki.osm.org/wiki/Key:socket:as3112:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:as3112](#current-socket:as3112) | What current do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}_<br/>1 options | technical | *[socket:as3112:current](https://wiki.osm.org/wiki/Key:socket:as3112:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:as3112](#power-output-socket:as3112) | What power output does a single plug of type <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}_<br/>1 options | technical | *[socket:as3112:output](https://wiki.osm.org/wiki/Key:socket:as3112:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:nema_5_20](#plugs-amount-socket:nema_5_20) | How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here_ | plugs-amount | *[socket:nema_5_20](https://wiki.osm.org/wiki/Key:socket:nema_5_20)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:nema_5_20](#voltage-socket:nema_5_20) | What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nema_5_20:voltage)}_<br/>1 options | technical | *[socket:nema_5_20:voltage](https://wiki.osm.org/wiki/Key:socket:nema_5_20:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nema_5_20](#current-socket:nema_5_20) | What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:current)}_<br/>1 options | technical | *[socket:nema_5_20:current](https://wiki.osm.org/wiki/Key:socket:nema_5_20:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nema_5_20](#power-output-socket:nema_5_20) | What power output does a single plug of type <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nema_5_20:output)}_<br/>1 options | technical | *[socket:nema_5_20:output](https://wiki.osm.org/wiki/Key:socket:nema_5_20:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:USB-A](#plugs-amount-socket:USB-A) | How much plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) are available here?<br/>_There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) available here_ | plugs-amount | *[socket:USB-A](https://wiki.osm.org/wiki/Key:socket:USB-A)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:USB-A](#voltage-socket:USB-A) | What voltage do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs {canonical(socket:USB-A:voltage)}_<br/>1 options | technical | *[socket:USB-A:voltage](https://wiki.osm.org/wiki/Key:socket:USB-A:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:USB-A](#current-socket:USB-A) | What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:USB-A:current)}_<br/>2 options | technical | *[socket:USB-A:current](https://wiki.osm.org/wiki/Key:socket:USB-A:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:USB-A](#power-output-socket:USB-A) | What power output does a single plug of type <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) offer?<br/>_<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:USB-A:output)}_<br/>2 options | technical | *[socket:USB-A:output](https://wiki.osm.org/wiki/Key:socket:USB-A:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:bosch_3pin](#plugs-amount-socket:bosch_3pin) | How much plugs of type <b>USB</b> to charge phones and small electronics are available here?<br/>_There are <b class='text-xl'>{socket:bosch_3pin}</b> plugs of type <b>USB</b> to charge phones and small electronics available here_ | plugs-amount | *[socket:bosch_3pin](https://wiki.osm.org/wiki/Key:socket:bosch_3pin)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:bosch_3pin](#voltage-socket:bosch_3pin) | What voltage do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs {canonical(socket:bosch_3pin:voltage)}_ | technical | *[socket:bosch_3pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bosch_3pin](#current-socket:bosch_3pin) | What current do the plugs with <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:bosch_3pin:current)}_ | technical | *[socket:bosch_3pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bosch_3pin](#power-output-socket:bosch_3pin) | What power output does a single plug of type <b>USB</b> to charge phones and small electronics offer?<br/>_<b>USB</b> to charge phones and small electronics outputs at most {canonical(socket:bosch_3pin:output)}_ | technical | *[socket:bosch_3pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_3pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:bosch_5pin](#plugs-amount-socket:bosch_5pin) | How much plugs of type <b>Bosch Active Connect with 3 pins</b> and cable are available here?<br/>_There are <b class='text-xl'>{socket:bosch_5pin}</b> plugs of type <b>Bosch Active Connect with 3 pins</b> and cable available here_ | plugs-amount | *[socket:bosch_5pin](https://wiki.osm.org/wiki/Key:socket:bosch_5pin)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:bosch_5pin](#voltage-socket:bosch_5pin) | What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs {canonical(socket:bosch_5pin:voltage)}_ | technical | *[socket:bosch_5pin:voltage](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bosch_5pin](#current-socket:bosch_5pin) | What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:current)}_ | technical | *[socket:bosch_5pin:current](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bosch_5pin](#power-output-socket:bosch_5pin) | What power output does a single plug of type <b>Bosch Active Connect with 3 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 3 pins</b> and cable outputs at most {canonical(socket:bosch_5pin:output)}_ | technical | *[socket:bosch_5pin:output](https://wiki.osm.org/wiki/Key:socket:bosch_5pin:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:bs1363](#plugs-amount-socket:bs1363) | How much plugs of type <b>Bosch Active Connect with 5 pins</b> and cable are available here?<br/>_There are <b class='text-xl'>{socket:bs1363}</b> plugs of type <b>Bosch Active Connect with 5 pins</b> and cable available here_ | plugs-amount | *[socket:bs1363](https://wiki.osm.org/wiki/Key:socket:bs1363)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:bs1363](#voltage-socket:bs1363) | What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs {canonical(socket:bs1363:voltage)}_<br/>1 options | technical | *[socket:bs1363:voltage](https://wiki.osm.org/wiki/Key:socket:bs1363:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:bs1363](#current-socket:bs1363) | What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bs1363:current)}_<br/>1 options | technical | *[socket:bs1363:current](https://wiki.osm.org/wiki/Key:socket:bs1363:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:bs1363](#power-output-socket:bs1363) | What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?<br/>_<b>Bosch Active Connect with 5 pins</b> and cable outputs at most {canonical(socket:bs1363:output)}_<br/>1 options | technical | *[socket:bs1363:output](https://wiki.osm.org/wiki/Key:socket:bs1363:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:nema5_15](#plugs-amount-socket:nema5_15) | How much plugs of type <b>BS1363</b> (Type G) are available here?<br/>_There are <b class='text-xl'>{socket:nema5_15}</b> plugs of type <b>BS1363</b> (Type G) available here_ | plugs-amount | *[socket:nema5_15](https://wiki.osm.org/wiki/Key:socket:nema5_15)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:nema5_15](#voltage-socket:nema5_15) | What voltage do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs {canonical(socket:nema5_15:voltage)}_<br/>1 options | technical | *[socket:nema5_15:voltage](https://wiki.osm.org/wiki/Key:socket:nema5_15:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nema5_15](#current-socket:nema5_15) | What current do the plugs with <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:nema5_15:current)}_<br/>1 options | technical | *[socket:nema5_15:current](https://wiki.osm.org/wiki/Key:socket:nema5_15:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nema5_15](#power-output-socket:nema5_15) | What power output does a single plug of type <b>BS1363</b> (Type G) offer?<br/>_<b>BS1363</b> (Type G) outputs at most {canonical(socket:nema5_15:output)}_<br/>1 options | technical | *[socket:nema5_15:output](https://wiki.osm.org/wiki/Key:socket:nema5_15:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:sev1011_t23](#plugs-amount-socket:sev1011_t23) | How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:sev1011_t23}</b> plugs of type <b>NEMA 5-15</b> (Type B) available here_ | plugs-amount | *[socket:sev1011_t23](https://wiki.osm.org/wiki/Key:socket:sev1011_t23)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:sev1011_t23](#voltage-socket:sev1011_t23) | What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:sev1011_t23:voltage)}_<br/>1 options | technical | *[socket:sev1011_t23:voltage](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:sev1011_t23](#current-socket:sev1011_t23) | What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:sev1011_t23:current)}_<br/>1 options | technical | *[socket:sev1011_t23:current](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:sev1011_t23](#power-output-socket:sev1011_t23) | What power output does a single plug of type <b>NEMA 5-15</b> (Type B) offer?<br/>_<b>NEMA 5-15</b> (Type B) outputs at most {canonical(socket:sev1011_t23:output)}_<br/>1 options | technical | *[socket:sev1011_t23:output](https://wiki.osm.org/wiki/Key:socket:sev1011_t23:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:as3112](#plugs-amount-socket:as3112) | How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?<br/>_There are <b class='text-xl'>{socket:as3112}</b> plugs of type <b>SEV 1011 T23</b> (Type J) available here_ | plugs-amount | *[socket:as3112](https://wiki.osm.org/wiki/Key:socket:as3112)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:as3112](#voltage-socket:as3112) | What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:as3112:voltage)}_<br/>1 options | technical | *[socket:as3112:voltage](https://wiki.osm.org/wiki/Key:socket:as3112:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:as3112](#current-socket:as3112) | What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:as3112:current)}_<br/>1 options | technical | *[socket:as3112:current](https://wiki.osm.org/wiki/Key:socket:as3112:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:as3112](#power-output-socket:as3112) | What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?<br/>_<b>SEV 1011 T23</b> (Type J) outputs at most {canonical(socket:as3112:output)}_<br/>1 options | technical | *[socket:as3112:output](https://wiki.osm.org/wiki/Key:socket:as3112:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:nema_5_20](#plugs-amount-socket:nema_5_20) | How much plugs of type <b>AS3112</b> (Type I) are available here?<br/>_There are <b class='text-xl'>{socket:nema_5_20}</b> plugs of type <b>AS3112</b> (Type I) available here_ | plugs-amount | *[socket:nema_5_20](https://wiki.osm.org/wiki/Key:socket:nema_5_20)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:nema_5_20](#voltage-socket:nema_5_20) | What voltage do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs {canonical(socket:nema_5_20:voltage)}_<br/>1 options | technical | *[socket:nema_5_20:voltage](https://wiki.osm.org/wiki/Key:socket:nema_5_20:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nema_5_20](#current-socket:nema_5_20) | What current do the plugs with <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:nema_5_20:current)}_<br/>1 options | technical | *[socket:nema_5_20:current](https://wiki.osm.org/wiki/Key:socket:nema_5_20:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nema_5_20](#power-output-socket:nema_5_20) | What power output does a single plug of type <b>AS3112</b> (Type I) offer?<br/>_<b>AS3112</b> (Type I) outputs at most {canonical(socket:nema_5_20:output)}_<br/>1 options | technical | *[socket:nema_5_20:output](https://wiki.osm.org/wiki/Key:socket:nema_5_20:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [plugs-amount-socket:nacs](#plugs-amount-socket:nacs) | How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?<br/>_There are <b class='text-xl'>{socket:nacs}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here_ | plugs-amount | *[socket:nacs](https://wiki.osm.org/wiki/Key:socket:nacs)* ([pnat](../SpecialInputElements.md#pnat)) |
| [voltage-socket:nacs](#voltage-socket:nacs) | What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs {canonical(socket:nacs:voltage)}_ | technical | *[socket:nacs:voltage](https://wiki.osm.org/wiki/Key:socket:nacs:voltage)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [current-socket:nacs](#current-socket:nacs) | What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nacs:current)}_ | technical | *[socket:nacs:current](https://wiki.osm.org/wiki/Key:socket:nacs:current)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [power-output-socket:nacs](#power-output-socket:nacs) | What power output does a single plug of type <b>NEMA 5-20</b> (Type B) offer?<br/>_<b>NEMA 5-20</b> (Type B) outputs at most {canonical(socket:nacs:output)}_ | technical | *[socket:nacs:output](https://wiki.osm.org/wiki/Key:socket:nacs:output)* ([pfloat](../SpecialInputElements.md#pfloat)) |
| [OH](#OH) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours_24_7))_ | When is this charging station opened?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>2 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
| [fee](#fee) | Does one have to pay to use this charging station?<br/>5 options | | _Multiple choice only_ |
| [charge](#charge) | How much does one have to pay to use this charging station?<br/>_Using this charging station costs <b>{charge}</b>_ | | *[charge](https://wiki.osm.org/wiki/Key:charge)* ([string](../SpecialInputElements.md#string)) |
@ -418,7 +418,7 @@ The question is `Which charging connections are available here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type1_J1772.svg'> *<b>Type 1 <i>without</i> cable</b> (J1772)* is shown if with socket:type1~.+ & socket:type1!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type1-ccs.svg'> *<b>Type 1 CCS</b> (aka Type 1 Combo)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo' target='_blank'>socket:type1_combo</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:type1_combo=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type1-ccs.svg'> *<b>Type 1 CCS</b> (aka Type 1 Combo)* is shown if with socket:type1_combo~.+ & socket:type1_combo!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger' target='_blank'>socket:tesla_supercharger</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:tesla_supercharger=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger' target='_blank'>socket:tesla_supercharger</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger%3D1' target='_blank'>1</a>. _This option cannot be chosen as answer_. Unselecting this answer will add socket:tesla_supercharger=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger</b>* is shown if with socket:tesla_supercharger~.+ & socket:tesla_supercharger!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_socket.svg'> *<b>Type 2</b> (mennekes)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2' target='_blank'>socket:type2</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:type2=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_socket.svg'> *<b>Type 2</b> (mennekes)* is shown if with socket:type2~.+ & socket:type2!=1. _This option cannot be chosen as answer_
@ -426,12 +426,10 @@ The question is `Which charging connections are available here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_CCS.svg'> *<b>Type 2 CCS</b> (mennekes)* is shown if with socket:type2_combo~.+ & socket:type2_combo!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_tethered.svg'> *<b>Type 2 with cable</b> (mennekes)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable' target='_blank'>socket:type2_cable</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:type2_cable=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_tethered.svg'> *<b>Type 2 with cable</b> (mennekes)* is shown if with socket:type2_cable~.+ & socket:type2_cable!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_CCS.svg'> *<b>Tesla Supercharger CCS</b> (a branded type2_css)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs' target='_blank'>socket:tesla_supercharger_ccs</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:tesla_supercharger_ccs=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_CCS.svg'> *<b>Tesla Supercharger CCS</b> (a branded type2_css)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs' target='_blank'>socket:tesla_supercharger_ccs</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs%3D1' target='_blank'>1</a>. _This option cannot be chosen as answer_. Unselecting this answer will add socket:tesla_supercharger_ccs=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_CCS.svg'> *<b>Tesla Supercharger CCS</b> (a branded type2_css)* is shown if with socket:tesla_supercharger_ccs~.+ & socket:tesla_supercharger_ccs!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger (destination)</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination' target='_blank'>socket:tesla_destination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:tesla_destination=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger (destination)</b>* is shown if with socket:tesla_destination~.+ & socket:tesla_destination!=1 & <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dus' target='_blank'>us</a>. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_tethered.svg'> *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination' target='_blank'>socket:tesla_destination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:tesla_destination=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Type2_tethered.svg'> *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)* is shown if with socket:tesla_destination~.+ & socket:tesla_destination!=1 & _country!=us. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger (destination)</b>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination' target='_blank'>socket:tesla_destination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination%3D1' target='_blank'>1</a>. _This option cannot be chosen as answer_. Unselecting this answer will add socket:tesla_destination=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>Tesla Supercharger (destination)</b>* is shown if with socket:tesla_destination~.+ & socket:tesla_destination!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/usb_port.svg'> *<b>USB</b> to charge phones and small electronics* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A' target='_blank'>socket:USB-A</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:USB-A=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/usb_port.svg'> *<b>USB</b> to charge phones and small electronics* is shown if with socket:USB-A~.+ & socket:USB-A!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/bosch-3pin.svg'> *<b>Bosch Active Connect with 3 pins</b> and cable* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bosch_3pin' target='_blank'>socket:bosch_3pin</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bosch_3pin%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:bosch_3pin=
@ -448,6 +446,8 @@ The question is `Which charging connections are available here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/as3112.svg'> *<b>AS3112</b> (Type I)* is shown if with socket:as3112~.+ & socket:as3112!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/nema-5-20.svg'> *<b>NEMA 5-20</b> (Type B)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nema_5_20' target='_blank'>socket:nema_5_20</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nema_5_20%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:nema_5_20=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/nema-5-20.svg'> *<b>NEMA 5-20</b> (Type B)* is shown if with socket:nema_5_20~.+ & socket:nema_5_20!=1. _This option cannot be chosen as answer_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>NACS</b>(North-American Charging System)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:nacs' target='_blank'>socket:nacs</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:nacs%3D1' target='_blank'>1</a>. Unselecting this answer will add socket:nacs=
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/charging_station/Tesla-hpwc-model-s.svg'> *<b>NACS</b>(North-American Charging System)* is shown if with socket:nacs~.+ & socket:nacs!=1. _This option cannot be chosen as answer_
### 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?`
@ -933,341 +933,332 @@ The question is `What power output does a single plug of type <b>Tesla Superchar
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 `technical`
### plugs-amount-socket:tesla_destination
### plugs-amount-socket:USB-A
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.
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 `plugs-amount`
### 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 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>
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 `technical`
### 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 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>
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 `technical`
### 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 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>
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 `technical`
### 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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 `plugs-amount`
### voltage-socket:USB-A
The question is `What voltage do the plugs with <b>USB</b> to charge phones and small electronics offer?`
The question is `What voltage do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
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 `technical`
### current-socket:USB-A
The question is `What current do the plugs with <b>USB</b> to charge phones and small electronics offer?`
The question is `What current do the plugs with <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
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 `technical`
### 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?`
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>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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) 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>
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 `technical`
### 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?`
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: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>USB</b> to charge phones and small electronics 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 `plugs-amount`
### voltage-socket:bosch_3pin
The question is `What voltage do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?`
The question is `What voltage do the plugs with <b>USB</b> to charge phones and small electronics 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>USB</b> to charge phones and small electronics 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 `technical`
### current-socket:bosch_3pin
The question is `What current do the plugs with <b>Bosch Active Connect with 3 pins</b> and cable offer?`
The question is `What current do the plugs with <b>USB</b> to charge phones and small electronics 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>USB</b> to charge phones and small electronics 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 `technical`
### 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?`
The question is `What power output does a single plug of type <b>USB</b> to charge phones and small electronics 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>USB</b> to charge phones and small electronics 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 `technical`
### 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?`
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_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 3 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 `plugs-amount`
### voltage-socket:bosch_5pin
The question is `What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
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 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 3 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 `technical`
### current-socket:bosch_5pin
The question is `What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
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 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 3 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 `technical`
### 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?`
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 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 3 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 `technical`
### plugs-amount-socket:bs1363
The question is `How much plugs of type <b>BS1363</b> (Type G) are available here?`
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: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>Bosch Active Connect with 5 pins</b> and cable 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 `plugs-amount`
### voltage-socket:bs1363
The question is `What voltage do the plugs with <b>BS1363</b> (Type G) offer?`
The question is `What voltage do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>BS1363</b> (Type G) outputs {canonical(socket:bs1363:voltage)}* is shown if `socket:bs1363:voltage` is set.
*<b>Bosch Active Connect with 5 pins</b> and cable 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>
- *<b>Bosch Active Connect with 5 pins</b> and cable 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>
This tagrendering is only visible in the popup if the following condition is met: socket:bs1363~.+ & socket:bs1363!=0
This tagrendering has labels `technical`
### current-socket:bs1363
The question is `What current do the plugs with <b>BS1363</b> (Type G) offer?`
The question is `What current do the plugs with <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:current)}* is shown if `socket:bs1363:current` is set.
*<b>Bosch Active Connect with 5 pins</b> and cable 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>
- *<b>Bosch Active Connect with 5 pins</b> and cable 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>
This tagrendering is only visible in the popup if the following condition is met: socket:bs1363~.+ & socket:bs1363!=0
This tagrendering has labels `technical`
### power-output-socket:bs1363
The question is `What power output does a single plug of type <b>BS1363</b> (Type G) offer?`
The question is `What power output does a single plug of type <b>Bosch Active Connect with 5 pins</b> and cable offer?`
*<b>BS1363</b> (Type G) outputs at most {canonical(socket:bs1363:output)}* is shown if `socket:bs1363:output` is set.
*<b>Bosch Active Connect with 5 pins</b> and cable 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>
- *<b>Bosch Active Connect with 5 pins</b> and cable 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>
This tagrendering is only visible in the popup if the following condition is met: socket:bs1363~.+ & socket:bs1363!=0
This tagrendering has labels `technical`
### plugs-amount-socket:nema5_15
The question is `How much plugs of type <b>NEMA 5-15</b> (Type B) are available here?`
The question is `How much plugs of type <b>BS1363</b> (Type G) 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>BS1363</b> (Type G) 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 `plugs-amount`
### voltage-socket:nema5_15
The question is `What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
The question is `What voltage do the plugs with <b>BS1363</b> (Type G) offer?`
*<b>NEMA 5-15</b> (Type B) outputs {canonical(socket:nema5_15:voltage)}* is shown if `socket:nema5_15:voltage` is set.
*<b>BS1363</b> (Type G) 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>
- *<b>BS1363</b> (Type G) 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>
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 `technical`
### current-socket:nema5_15
The question is `What current do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
The question is `What current do the plugs with <b>BS1363</b> (Type G) 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>BS1363</b> (Type G) 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>
- *<b>BS1363</b> (Type G) 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>
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 `technical`
### 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?`
The question is `What power output does a single plug of type <b>BS1363</b> (Type G) 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>BS1363</b> (Type G) 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>
- *<b>BS1363</b> (Type G) 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>
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 `technical`
### plugs-amount-socket:sev1011_t23
The question is `How much plugs of type <b>SEV 1011 T23</b> (Type J) are available here?`
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: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>NEMA 5-15</b> (Type B) 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 `plugs-amount`
### voltage-socket:sev1011_t23
The question is `What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
The question is `What voltage do the plugs with <b>NEMA 5-15</b> (Type B) offer?`
*<b>SEV 1011 T23</b> (Type J) outputs {canonical(socket:sev1011_t23:voltage)}* is shown if `socket:sev1011_t23:voltage` is set.
*<b>NEMA 5-15</b> (Type B) 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>
- *<b>NEMA 5-15</b> (Type B) 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>
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 `technical`
### current-socket:sev1011_t23
The question is `What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
The question is `What current do the plugs with <b>NEMA 5-15</b> (Type B) 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>NEMA 5-15</b> (Type B) 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>
- *<b>NEMA 5-15</b> (Type B) 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>
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 `technical`
### 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?`
The question is `What power output does a single plug of type <b>NEMA 5-15</b> (Type B) 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>NEMA 5-15</b> (Type B) 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>
- *<b>NEMA 5-15</b> (Type B) 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>
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 `technical`
### plugs-amount-socket:as3112
The question is `How much plugs of type <b>AS3112</b> (Type I) are available here?`
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: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>SEV 1011 T23</b> (Type J) 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 `plugs-amount`
### voltage-socket:as3112
The question is `What voltage do the plugs with <b>AS3112</b> (Type I) offer?`
The question is `What voltage do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
*<b>AS3112</b> (Type I) outputs {canonical(socket:as3112:voltage)}* is shown if `socket:as3112:voltage` is set.
*<b>SEV 1011 T23</b> (Type J) 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>
- *<b>SEV 1011 T23</b> (Type J) 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>
This tagrendering is only visible in the popup if the following condition is met: socket:as3112~.+ & socket:as3112!=0
This tagrendering has labels `technical`
### current-socket:as3112
The question is `What current do the plugs with <b>AS3112</b> (Type I) offer?`
The question is `What current do the plugs with <b>SEV 1011 T23</b> (Type J) offer?`
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:current)}* is shown if `socket:as3112:current` is set.
*<b>SEV 1011 T23</b> (Type J) 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>
- *<b>SEV 1011 T23</b> (Type J) 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>
This tagrendering is only visible in the popup if the following condition is met: socket:as3112~.+ & socket:as3112!=0
This tagrendering has labels `technical`
### power-output-socket:as3112
The question is `What power output does a single plug of type <b>AS3112</b> (Type I) offer?`
The question is `What power output does a single plug of type <b>SEV 1011 T23</b> (Type J) offer?`
*<b>AS3112</b> (Type I) outputs at most {canonical(socket:as3112:output)}* is shown if `socket:as3112:output` is set.
*<b>SEV 1011 T23</b> (Type J) 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>
- *<b>SEV 1011 T23</b> (Type J) 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>
This tagrendering is only visible in the popup if the following condition is met: socket:as3112~.+ & socket:as3112!=0
This tagrendering has labels `technical`
### plugs-amount-socket:nema_5_20
The question is `How much plugs of type <b>NEMA 5-20</b> (Type B) are available here?`
The question is `How much plugs of type <b>AS3112</b> (Type I) 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>AS3112</b> (Type I) 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 `plugs-amount`
### voltage-socket:nema_5_20
The question is `What voltage do the plugs with <b>NEMA 5-20</b> (Type B) offer?`
The question is `What voltage do the plugs with <b>AS3112</b> (Type I) 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>AS3112</b> (Type I) 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>
- *<b>AS3112</b> (Type I) 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>
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 `technical`
### current-socket:nema_5_20
The question is `What current do the plugs with <b>NEMA 5-20</b> (Type B) offer?`
The question is `What current do the plugs with <b>AS3112</b> (Type I) 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>AS3112</b> (Type I) 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>
- *<b>AS3112</b> (Type I) 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>
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 `technical`
### 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?`
The question is `What power output does a single plug of type <b>AS3112</b> (Type I) 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>AS3112</b> (Type I) 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>
- *<b>AS3112</b> (Type I) 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>
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 `technical`
### plugs-amount-socket:nacs
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:nacs}</b> plugs of type <b>NEMA 5-20</b> (Type B) available here* is shown if `socket:nacs` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nacs~.+ & socket:nacs!=0
This tagrendering has labels `plugs-amount`
### voltage-socket:nacs
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:nacs:voltage)}* is shown if `socket:nacs:voltage` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nacs~.+ & socket:nacs!=0
This tagrendering has labels `technical`
### current-socket:nacs
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:nacs:current)}* is shown if `socket:nacs:current` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nacs~.+ & socket:nacs!=0
This tagrendering has labels `technical`
### power-output-socket:nacs
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:nacs:output)}* is shown if `socket:nacs:output` is set.
This tagrendering is only visible in the popup if the following condition is met: socket:nacs~.+ & socket:nacs!=0
This tagrendering has labels `technical`
### OH
The question is `When is this charging station opened?`

View file

@ -39,6 +39,14 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [drive-through](#drive-through)
- [drive-through-opening_hours](#drive-through-opening_hours)
- [Drive-through opening hours](#drive-through-opening-hours)
- [child_highchair](#child_highchair)
- [kids_area](#kids_area)
- [diets_title](#diets_title)
- [diets_grouped](#diets_grouped)
- [sugar_free](#sugar_free)
- [lactose_free](#lactose_free)
- [gluten_free](#gluten_free)
- [vegan](#vegan)
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
@ -47,10 +55,8 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [friture-vegan](#friture-vegan)
- [friture-organic](#friture-organic)
- [friture-oil](#friture-oil)
- [diet-questions](#diet-questions)
- [friture-take-your-container](#friture-take-your-container)
- [sugar_free](#sugar_free)
- [gluten_free](#gluten_free)
- [lactose_free](#lactose_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
- [seating](#seating)
@ -157,6 +163,12 @@ Elements must match **any** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/delivery#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/delivery/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/drive_through#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/drive_through/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [drive_through](https://wiki.openstreetmap.org/wiki/Key:drive_through) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours:drive_through#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours%3Adrive_through/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours:drive_through](https://wiki.openstreetmap.org/wiki/Key:opening_hours:drive_through) | [opening_hours](../SpecialInputElements.md#opening_hours) | [](https://wiki.openstreetmap.org/wiki/Tag:opening_hours:drive_through%3D) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/highchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/highchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [highchair](https://wiki.openstreetmap.org/wiki/Key:highchair) | [nat](../SpecialInputElements.md#nat) | [no](https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dyes) [1](https://wiki.openstreetmap.org/wiki/Tag:highchair%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:highchair%3D2) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/kids_area#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/kids_area/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [kids_area](https://wiki.openstreetmap.org/wiki/Key:kids_area) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:halal#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Ahalal/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly) |
@ -166,9 +178,6 @@ Elements must match **any** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/friture:oil#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/friture%3Aoil/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [friture:oil](https://wiki.openstreetmap.org/wiki/Key:friture:oil) | Multiple choice | [vegetable](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable) [animal](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reusable_packaging:accept#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reusable_packaging%3Aaccept/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [reusable_packaging:accept](https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/smoking#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/smoking/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:electricity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aelectricity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
@ -232,18 +241,24 @@ Elements must match **any** of the following expressions:
| [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_ |
| [drive-through-opening_hours](#drive-through-opening_hours) | What are the opening hours of the drive-through?<br/>_<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}_<br/>1 options | | *[opening_hours:drive_through](https://wiki.osm.org/wiki/Key:opening_hours:drive_through)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
| [Vegetarian (no friture)](#Vegetarian (no friture)) | Does this restaurant have a vegetarian option?<br/>5 options | | _Multiple choice only_ |
| [Vegan (no friture)](#Vegan (no friture)) | Does this business serve vegan meals?<br/>5 options | | _Multiple choice only_ |
| [halal (no friture)](#halal (no friture)) | Does this restaurant offer a halal menu?<br/>4 options | | _Multiple choice only_ |
| [organic (no friture)](#organic (no friture)) | Does this restaurant offer organic food?<br/>3 options | | _Multiple choice only_ |
| [friture-vegetarian](#friture-vegetarian) | Does this fries shop have vegetarian snacks?<br/>4 options | | _Multiple choice only_ |
| [friture-vegan](#friture-vegan) | Does this fries shop have vegan snacks?<br/>4 options | | _Multiple choice only_ |
| [friture-organic](#friture-organic) | Does this fries shop offer organic snacks?<br/>3 options | | _Multiple choice only_ |
| [friture-oil](#friture-oil) | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | | _Multiple choice only_ |
| [child_highchair](#child_highchair) <br/> _(Original in [questions](./BuiltinQuestions.md#child_highchair))_ | Is there a high chair (also known as booster chair) for toddlers available here?<br/>_{highchair} highchairs are available_<br/>4 options | | *[highchair](https://wiki.osm.org/wiki/Key:highchair)* ([nat](../SpecialInputElements.md#nat)) |
| [kids_area](#kids_area) <br/> _(Original in [questions](./BuiltinQuestions.md#kids_area))_ | Is there a play area for kids<br/>5 options | | _Multiple choice only_ |
| [diets_title](#diets_title) <br/> _(Original in [diets](./diets.md#diets_title))_ | _Dietary options_ | diets, hidden | _Multiple choice only_ |
| [diets_grouped](#diets_grouped) <br/> _(Original in [diets](./diets.md#diets_grouped))_ | _{group(diets_title,diets-content,)}_ | diets | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [diets](./diets.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [diets](./diets.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [vegan](#vegan) <br/> _(Original in [diets](./diets.md#vegan))_ | Does this place offer a vegan option?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [Vegetarian (no friture)](#Vegetarian (no friture)) <br/> _(Original in [diets](./diets.md#Vegetarian (no friture)))_ | Does this restaurant have a vegetarian option?<br/>5 options | diets, diets-content, hidden | _Multiple choice only_ |
| [Vegan (no friture)](#Vegan (no friture)) <br/> _(Original in [diets](./diets.md#Vegan (no friture)))_ | Does this business serve vegan meals?<br/>5 options | diets, diets-content, hidden | _Multiple choice only_ |
| [halal (no friture)](#halal (no friture)) <br/> _(Original in [diets](./diets.md#halal (no friture)))_ | Does this restaurant offer a halal menu?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [organic (no friture)](#organic (no friture)) <br/> _(Original in [diets](./diets.md#organic (no friture)))_ | Does this restaurant offer organic food?<br/>3 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-vegetarian](#friture-vegetarian) <br/> _(Original in [diets](./diets.md#friture-vegetarian))_ | Does this fries shop have vegetarian snacks?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-vegan](#friture-vegan) <br/> _(Original in [diets](./diets.md#friture-vegan))_ | Does this fries shop have vegan snacks?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-organic](#friture-organic) <br/> _(Original in [diets](./diets.md#friture-organic))_ | Does this fries shop offer organic snacks?<br/>3 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-oil](#friture-oil) <br/> _(Original in [diets](./diets.md#friture-oil))_ | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | diets, diets-content, hidden | _Multiple choice only_ |
| [diet-questions](#diet-questions) <br/> _(Original in [diets](./diets.md#diet-questions))_ | _{questions(diets-content,,yes)}_ | hidden, diets, diets-content | _Multiple choice only_ |
| [friture-take-your-container](#friture-take-your-container) | If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>3 options | | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [smoking](#smoking) <br/> _(Original in [questions](./BuiltinQuestions.md#smoking))_ | Is smoking allowed at ?<br/>3 options | | _Multiple choice only_ |
| [service:electricity](#service:electricity) <br/> _(Original in [questions](./BuiltinQuestions.md#service:electricity))_ | Does this amenity have electrical outlets, available to customers when they are inside?<br/>4 options | | _Multiple choice only_ |
| [seating](#seating) <br/> _(Original in [questions](./BuiltinQuestions.md#seating))_ | What kind of seating does have?<br/>2 options | | _Multiple choice only_ |
@ -294,7 +309,7 @@ Elements must match **any** of the following expressions:
| [changing_table_adult_adult-changing-table-support](#changing_table_adult_adult-changing-table-support) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#changing_table_adult_adult-changing-table-support))_ | How is the adult changing table supported?<br/>3 options | relevant_questions, hidden, prefixed, adult-changing-table, hidden, prefixed, adult-changing-table, amenity-prefixed, relevant_questions, toilet-questions, hidden, all | _Multiple choice only_ |
| [questions-adult-changing-table](#questions-adult-changing-table) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#questions-adult-changing-table))_ | _{questions(adult-changing-table,,yes)}_ | hidden, relevant-questions, adult-changing-table, amenity-prefixed, relevant_questions, toilet-questions, hidden, all | _Multiple choice only_ |
| [toilet-question-box](#toilet-question-box) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilet-question-box))_ | _{questions(toilet-questions,wheelchair;adult-changing-table,)}_ | toilet-questions, all, hidden | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden;wheelchair;adult-changing-table;toilet-questions)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden;diets-content;wheelchair;adult-changing-table;toilet-questions)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -472,6 +487,79 @@ The question is `What are the opening hours of the drive-through?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:drive_through' target='_blank'>drive_through</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes' target='_blank'>yes</a>
### child_highchair
The question is `Is there a high chair (also known as booster chair) for toddlers available here?`
*{highchair} highchairs are available* is shown if `highchair` is set.
- *No highchair available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *At least one high chair is available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *One high chair is available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3D1' target='_blank'>1</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *Two high chairs are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3D2' target='_blank'>2</a>
### kids_area
The question is `Is there a play area for kids`
- *No kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dno' target='_blank'>no</a>
- *Has a kids area both inside and outside* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:indoor' target='_blank'>kids_area:indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:indoor%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:outdoor' target='_blank'>kids_area:outdoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:outdoor%3Dyes' target='_blank'>yes</a>
- *Has an indoor kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:indoor' target='_blank'>kids_area:indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:indoor%3Dyes' target='_blank'>yes</a>
- *Has an outdoor kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:outdoor' target='_blank'>kids_area:outdoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:outdoor%3Dyes' target='_blank'>yes</a>
- *Has a kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
### diets_title
_This tagrendering has no question and is thus read-only_
*Dietary options*
This tagrendering has labels `diets` `hidden`
### diets_grouped
_This tagrendering has no question and is thus read-only_
*{group(diets_title,diets-content,)}*
This tagrendering has labels `diets`
### 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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### gluten_free
The question is `Does this shop have a gluten free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### vegan
The question is `Does this place offer a vegan option?`
- *This place <b>only sells vegan</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- *This shop has a big vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>
- *This shop has a <b>limited vegan</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>
- *This shop has no vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@ -481,6 +569,8 @@ The question is `Does this restaurant have a vegetarian option?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/food/Vegetarian-mark.svg'> *All dishes are vegetarian* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly' target='_blank'>only</a>
- *Some dishes might be adapted to a vegetarian version, but this should be demanded* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand' target='_blank'>on_demand</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### Vegan (no friture)
The question is `Does this business serve vegan meals?`
@ -490,6 +580,8 @@ The question is `Does this business serve vegan meals?`
- *All dishes are vegan* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- *Some dishes might be adapted to a vegan version if asked for* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand' target='_blank'>on_demand</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### halal (no friture)
The question is `Does this restaurant offer a halal menu?`
@ -498,6 +590,8 @@ The question is `Does this restaurant offer a halal menu?`
- *There is a halal menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes' target='_blank'>yes</a>
- *Only halal options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly' target='_blank'>only</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### organic (no friture)
The question is `Does this restaurant offer organic food?`
@ -505,6 +599,8 @@ The question is `Does this restaurant offer organic food?`
- *There is an organic menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
- *Only organic options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-vegetarian
The question is `Does this fries shop have vegetarian snacks?`
@ -514,6 +610,7 @@ The question is `Does this fries shop have vegetarian snacks?`
- *No vegetarian snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%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:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-vegan
The question is `Does this fries shop have vegan snacks?`
@ -524,6 +621,7 @@ The question is `Does this fries shop have vegan snacks?`
- *No vegan snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%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:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-organic
The question is `Does this fries shop offer organic snacks?`
@ -533,6 +631,7 @@ The question is `Does this fries shop offer organic snacks?`
- *Only organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
This tagrendering is only visible in the popup if the following condition is met: <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>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-oil
The question is `Does this fries shop use vegetable or animal oil for cooking?`
@ -541,6 +640,14 @@ The question is `Does this fries shop use vegetable or animal oil for cooking?`
- *The frying is done with animal oil* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>
This tagrendering is only visible in the popup if the following condition is met: <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>
This tagrendering has labels `diets` `diets-content` `hidden`
### diet-questions
_This tagrendering has no question and is thus read-only_
*{questions(diets-content,,yes)}*
This tagrendering has labels `hidden` `diets` `diets-content`
### friture-take-your-container
The question is `If you bring your own container (such as a cooking pot and small pots), is it used to package your order?`
@ -551,36 +658,6 @@ The question is `If you bring your own container (such as a cooking pot and smal
This tagrendering is only visible in the popup if the following condition is met: <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>
### 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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### gluten_free
The question is `Does this shop have a gluten free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### smoking
The question is `Is smoking allowed at {title()}?`
@ -1063,7 +1140,7 @@ This tagrendering has labels `toilet-questions` `all` `hidden`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden;wheelchair;adult-changing-table;toilet-questions)}*
*{questions( ,hidden;diets-content;wheelchair;adult-changing-table;toilet-questions)}*
This tagrendering has labels `ignore-docs` `added_by_default`
@ -1112,6 +1189,10 @@ This tagrendering has labels `added_by_default`
-----|-----|----- |
| halal.0 | Has a halal menu | diet:halal=yes | diet:halal=only |
| id | question | osmTags |
-----|-----|----- |
| baby_highchair.0 | Has a high chair for infants available | highchair!=no |
| id | question | osmTags |
-----|-----|----- |
| has_organic.0 | Has organic options | organic=yes | organic=only |
@ -1174,6 +1255,10 @@ This tagrendering has labels `added_by_default`
| Cuisine.19 | Seafood dishes are served here | cuisine=seafood |
| Cuisine.20 | Spanish dishes are served here | cuisine=spanish |
| id | question | osmTags |
-----|-----|----- |
| kids_area.0 | Has a play area for kids | kids_area!=no |
| id | question | osmTags |
-----|-----|----- |
| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired |

View file

@ -40,6 +40,14 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [drive-through](#drive-through)
- [drive-through-opening_hours](#drive-through-opening_hours)
- [Drive-through opening hours](#drive-through-opening-hours)
- [child_highchair](#child_highchair)
- [kids_area](#kids_area)
- [diets_title](#diets_title)
- [diets_grouped](#diets_grouped)
- [sugar_free](#sugar_free)
- [lactose_free](#lactose_free)
- [gluten_free](#gluten_free)
- [vegan](#vegan)
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
@ -48,10 +56,8 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [friture-vegan](#friture-vegan)
- [friture-organic](#friture-organic)
- [friture-oil](#friture-oil)
- [diet-questions](#diet-questions)
- [friture-take-your-container](#friture-take-your-container)
- [sugar_free](#sugar_free)
- [gluten_free](#gluten_free)
- [lactose_free](#lactose_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
- [seating](#seating)
@ -142,6 +148,12 @@ Elements must match **all** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/delivery#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/delivery/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/drive_through#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/drive_through/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [drive_through](https://wiki.openstreetmap.org/wiki/Key:drive_through) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours:drive_through#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours%3Adrive_through/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours:drive_through](https://wiki.openstreetmap.org/wiki/Key:opening_hours:drive_through) | [opening_hours](../SpecialInputElements.md#opening_hours) | [](https://wiki.openstreetmap.org/wiki/Tag:opening_hours:drive_through%3D) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/highchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/highchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [highchair](https://wiki.openstreetmap.org/wiki/Key:highchair) | [nat](../SpecialInputElements.md#nat) | [no](https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dyes) [1](https://wiki.openstreetmap.org/wiki/Tag:highchair%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:highchair%3D2) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/kids_area#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/kids_area/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [kids_area](https://wiki.openstreetmap.org/wiki/Key:kids_area) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:halal#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Ahalal/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly) |
@ -151,9 +163,6 @@ Elements must match **all** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/friture:oil#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/friture%3Aoil/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [friture:oil](https://wiki.openstreetmap.org/wiki/Key:friture:oil) | Multiple choice | [vegetable](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable) [animal](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reusable_packaging:accept#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reusable_packaging%3Aaccept/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [reusable_packaging:accept](https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/smoking#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/smoking/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:electricity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aelectricity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
@ -217,18 +226,24 @@ Elements must match **all** of the following expressions:
| [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_ |
| [drive-through-opening_hours](#drive-through-opening_hours) | What are the opening hours of the drive-through?<br/>_<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}_<br/>1 options | | *[opening_hours:drive_through](https://wiki.osm.org/wiki/Key:opening_hours:drive_through)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
| [Vegetarian (no friture)](#Vegetarian (no friture)) | Does this restaurant have a vegetarian option?<br/>5 options | | _Multiple choice only_ |
| [Vegan (no friture)](#Vegan (no friture)) | Does this business serve vegan meals?<br/>5 options | | _Multiple choice only_ |
| [halal (no friture)](#halal (no friture)) | Does this restaurant offer a halal menu?<br/>4 options | | _Multiple choice only_ |
| [organic (no friture)](#organic (no friture)) | Does this restaurant offer organic food?<br/>3 options | | _Multiple choice only_ |
| [friture-vegetarian](#friture-vegetarian) | Does this fries shop have vegetarian snacks?<br/>4 options | | _Multiple choice only_ |
| [friture-vegan](#friture-vegan) | Does this fries shop have vegan snacks?<br/>4 options | | _Multiple choice only_ |
| [friture-organic](#friture-organic) | Does this fries shop offer organic snacks?<br/>3 options | | _Multiple choice only_ |
| [friture-oil](#friture-oil) | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | | _Multiple choice only_ |
| [child_highchair](#child_highchair) <br/> _(Original in [questions](./BuiltinQuestions.md#child_highchair))_ | Is there a high chair (also known as booster chair) for toddlers available here?<br/>_{highchair} highchairs are available_<br/>4 options | | *[highchair](https://wiki.osm.org/wiki/Key:highchair)* ([nat](../SpecialInputElements.md#nat)) |
| [kids_area](#kids_area) <br/> _(Original in [questions](./BuiltinQuestions.md#kids_area))_ | Is there a play area for kids<br/>5 options | | _Multiple choice only_ |
| [diets_title](#diets_title) <br/> _(Original in [diets](./diets.md#diets_title))_ | _Dietary options_ | diets, hidden | _Multiple choice only_ |
| [diets_grouped](#diets_grouped) <br/> _(Original in [diets](./diets.md#diets_grouped))_ | _{group(diets_title,diets-content,)}_ | diets | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [diets](./diets.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [diets](./diets.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [vegan](#vegan) <br/> _(Original in [diets](./diets.md#vegan))_ | Does this place offer a vegan option?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [Vegetarian (no friture)](#Vegetarian (no friture)) <br/> _(Original in [diets](./diets.md#Vegetarian (no friture)))_ | Does this restaurant have a vegetarian option?<br/>5 options | diets, diets-content, hidden | _Multiple choice only_ |
| [Vegan (no friture)](#Vegan (no friture)) <br/> _(Original in [diets](./diets.md#Vegan (no friture)))_ | Does this business serve vegan meals?<br/>5 options | diets, diets-content, hidden | _Multiple choice only_ |
| [halal (no friture)](#halal (no friture)) <br/> _(Original in [diets](./diets.md#halal (no friture)))_ | Does this restaurant offer a halal menu?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [organic (no friture)](#organic (no friture)) <br/> _(Original in [diets](./diets.md#organic (no friture)))_ | Does this restaurant offer organic food?<br/>3 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-vegetarian](#friture-vegetarian) <br/> _(Original in [diets](./diets.md#friture-vegetarian))_ | Does this fries shop have vegetarian snacks?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-vegan](#friture-vegan) <br/> _(Original in [diets](./diets.md#friture-vegan))_ | Does this fries shop have vegan snacks?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-organic](#friture-organic) <br/> _(Original in [diets](./diets.md#friture-organic))_ | Does this fries shop offer organic snacks?<br/>3 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-oil](#friture-oil) <br/> _(Original in [diets](./diets.md#friture-oil))_ | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | diets, diets-content, hidden | _Multiple choice only_ |
| [diet-questions](#diet-questions) <br/> _(Original in [diets](./diets.md#diet-questions))_ | _{questions(diets-content,,yes)}_ | hidden, diets, diets-content | _Multiple choice only_ |
| [friture-take-your-container](#friture-take-your-container) | If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>3 options | | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [smoking](#smoking) <br/> _(Original in [questions](./BuiltinQuestions.md#smoking))_ | Is smoking allowed at ?<br/>3 options | | _Multiple choice only_ |
| [service:electricity](#service:electricity) <br/> _(Original in [questions](./BuiltinQuestions.md#service:electricity))_ | Does this amenity have electrical outlets, available to customers when they are inside?<br/>4 options | | _Multiple choice only_ |
| [seating](#seating) <br/> _(Original in [questions](./BuiltinQuestions.md#seating))_ | What kind of seating does have?<br/>2 options | | _Multiple choice only_ |
@ -279,7 +294,7 @@ Elements must match **all** of the following expressions:
| [changing_table_adult_adult-changing-table-support](#changing_table_adult_adult-changing-table-support) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#changing_table_adult_adult-changing-table-support))_ | How is the adult changing table supported?<br/>3 options | relevant_questions, hidden, prefixed, adult-changing-table, hidden, prefixed, adult-changing-table, amenity-prefixed, relevant_questions, toilet-questions, hidden, all | _Multiple choice only_ |
| [questions-adult-changing-table](#questions-adult-changing-table) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#questions-adult-changing-table))_ | _{questions(adult-changing-table,,yes)}_ | hidden, relevant-questions, adult-changing-table, amenity-prefixed, relevant_questions, toilet-questions, hidden, all | _Multiple choice only_ |
| [toilet-question-box](#toilet-question-box) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilet-question-box))_ | _{questions(toilet-questions,wheelchair;adult-changing-table,)}_ | toilet-questions, all, hidden | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden;wheelchair;adult-changing-table;toilet-questions)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden;diets-content;wheelchair;adult-changing-table;toilet-questions)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -457,6 +472,79 @@ The question is `What are the opening hours of the drive-through?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:drive_through' target='_blank'>drive_through</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes' target='_blank'>yes</a>
### child_highchair
The question is `Is there a high chair (also known as booster chair) for toddlers available here?`
*{highchair} highchairs are available* is shown if `highchair` is set.
- *No highchair available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *At least one high chair is available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *One high chair is available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3D1' target='_blank'>1</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *Two high chairs are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3D2' target='_blank'>2</a>
### kids_area
The question is `Is there a play area for kids`
- *No kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dno' target='_blank'>no</a>
- *Has a kids area both inside and outside* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:indoor' target='_blank'>kids_area:indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:indoor%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:outdoor' target='_blank'>kids_area:outdoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:outdoor%3Dyes' target='_blank'>yes</a>
- *Has an indoor kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:indoor' target='_blank'>kids_area:indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:indoor%3Dyes' target='_blank'>yes</a>
- *Has an outdoor kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:outdoor' target='_blank'>kids_area:outdoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:outdoor%3Dyes' target='_blank'>yes</a>
- *Has a kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
### diets_title
_This tagrendering has no question and is thus read-only_
*Dietary options*
This tagrendering has labels `diets` `hidden`
### diets_grouped
_This tagrendering has no question and is thus read-only_
*{group(diets_title,diets-content,)}*
This tagrendering has labels `diets`
### 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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### gluten_free
The question is `Does this shop have a gluten free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### vegan
The question is `Does this place offer a vegan option?`
- *This place <b>only sells vegan</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- *This shop has a big vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>
- *This shop has a <b>limited vegan</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>
- *This shop has no vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@ -466,6 +554,8 @@ The question is `Does this restaurant have a vegetarian option?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/food/Vegetarian-mark.svg'> *All dishes are vegetarian* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly' target='_blank'>only</a>
- *Some dishes might be adapted to a vegetarian version, but this should be demanded* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand' target='_blank'>on_demand</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### Vegan (no friture)
The question is `Does this business serve vegan meals?`
@ -475,6 +565,8 @@ The question is `Does this business serve vegan meals?`
- *All dishes are vegan* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- *Some dishes might be adapted to a vegan version if asked for* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand' target='_blank'>on_demand</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### halal (no friture)
The question is `Does this restaurant offer a halal menu?`
@ -483,6 +575,8 @@ The question is `Does this restaurant offer a halal menu?`
- *There is a halal menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes' target='_blank'>yes</a>
- *Only halal options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly' target='_blank'>only</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### organic (no friture)
The question is `Does this restaurant offer organic food?`
@ -490,6 +584,8 @@ The question is `Does this restaurant offer organic food?`
- *There is an organic menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
- *Only organic options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-vegetarian
The question is `Does this fries shop have vegetarian snacks?`
@ -499,6 +595,7 @@ The question is `Does this fries shop have vegetarian snacks?`
- *No vegetarian snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%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:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-vegan
The question is `Does this fries shop have vegan snacks?`
@ -509,6 +606,7 @@ The question is `Does this fries shop have vegan snacks?`
- *No vegan snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%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:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-organic
The question is `Does this fries shop offer organic snacks?`
@ -518,6 +616,7 @@ The question is `Does this fries shop offer organic snacks?`
- *Only organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
This tagrendering is only visible in the popup if the following condition is met: <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>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-oil
The question is `Does this fries shop use vegetable or animal oil for cooking?`
@ -526,6 +625,14 @@ The question is `Does this fries shop use vegetable or animal oil for cooking?`
- *The frying is done with animal oil* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>
This tagrendering is only visible in the popup if the following condition is met: <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>
This tagrendering has labels `diets` `diets-content` `hidden`
### diet-questions
_This tagrendering has no question and is thus read-only_
*{questions(diets-content,,yes)}*
This tagrendering has labels `hidden` `diets` `diets-content`
### friture-take-your-container
The question is `If you bring your own container (such as a cooking pot and small pots), is it used to package your order?`
@ -536,36 +643,6 @@ The question is `If you bring your own container (such as a cooking pot and smal
This tagrendering is only visible in the popup if the following condition is met: <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>
### 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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### gluten_free
The question is `Does this shop have a gluten free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### smoking
The question is `Is smoking allowed at {title()}?`
@ -1048,7 +1125,7 @@ This tagrendering has labels `toilet-questions` `all` `hidden`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden;wheelchair;adult-changing-table;toilet-questions)}*
*{questions( ,hidden;diets-content;wheelchair;adult-changing-table;toilet-questions)}*
This tagrendering has labels `ignore-docs` `added_by_default`
@ -1097,6 +1174,10 @@ This tagrendering has labels `added_by_default`
-----|-----|----- |
| halal.0 | Has a halal menu | diet:halal=yes | diet:halal=only |
| id | question | osmTags |
-----|-----|----- |
| baby_highchair.0 | Has a high chair for infants available | highchair!=no |
| id | question | osmTags |
-----|-----|----- |
| has_organic.0 | Has organic options | organic=yes | organic=only |
@ -1159,6 +1240,10 @@ This tagrendering has labels `added_by_default`
| Cuisine.19 | Seafood dishes are served here | cuisine=seafood |
| Cuisine.20 | Spanish dishes are served here | cuisine=spanish |
| id | question | osmTags |
-----|-----|----- |
| kids_area.0 | Has a play area for kids | kids_area!=no |
| id | question | osmTags |
-----|-----|----- |
| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired |

View file

@ -41,6 +41,13 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [drive-through](#drive-through)
- [drive-through-opening_hours](#drive-through-opening_hours)
- [Drive-through opening hours](#drive-through-opening-hours)
- [child_highchair](#child_highchair)
- [kids_area](#kids_area)
- [diets_title](#diets_title)
- [diets_grouped](#diets_grouped)
- [sugar_free](#sugar_free)
- [lactose_free](#lactose_free)
- [vegan](#vegan)
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
@ -49,9 +56,8 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [friture-vegan](#friture-vegan)
- [friture-organic](#friture-organic)
- [friture-oil](#friture-oil)
- [diet-questions](#diet-questions)
- [friture-take-your-container](#friture-take-your-container)
- [sugar_free](#sugar_free)
- [lactose_free](#lactose_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
- [seating](#seating)
@ -144,6 +150,11 @@ Elements must match **all** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/delivery#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/delivery/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/drive_through#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/drive_through/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [drive_through](https://wiki.openstreetmap.org/wiki/Key:drive_through) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours:drive_through#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours%3Adrive_through/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours:drive_through](https://wiki.openstreetmap.org/wiki/Key:opening_hours:drive_through) | [opening_hours](../SpecialInputElements.md#opening_hours) | [](https://wiki.openstreetmap.org/wiki/Tag:opening_hours:drive_through%3D) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/highchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/highchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [highchair](https://wiki.openstreetmap.org/wiki/Key:highchair) | [nat](../SpecialInputElements.md#nat) | [no](https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dyes) [1](https://wiki.openstreetmap.org/wiki/Tag:highchair%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:highchair%3D2) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/kids_area#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/kids_area/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [kids_area](https://wiki.openstreetmap.org/wiki/Key:kids_area) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:halal#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Ahalal/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly) |
@ -153,8 +164,6 @@ Elements must match **all** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/friture:oil#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/friture%3Aoil/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [friture:oil](https://wiki.openstreetmap.org/wiki/Key:friture:oil) | Multiple choice | [vegetable](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable) [animal](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reusable_packaging:accept#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reusable_packaging%3Aaccept/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [reusable_packaging:accept](https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/smoking#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/smoking/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:electricity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aelectricity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
@ -199,7 +208,7 @@ Elements must match **all** of the following expressions:
-----|-----|-----|----- |
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [Name](#Name) | What is the name of this business?<br/>_The name of this business is {name}_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
| [Fastfood vs restaurant](#Fastfood vs restaurant) | What type of business is this?<br/>2 options | | _Multiple choice only_ |
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
@ -219,17 +228,23 @@ Elements must match **all** of the following expressions:
| [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_ |
| [drive-through-opening_hours](#drive-through-opening_hours) | What are the opening hours of the drive-through?<br/>_<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}_<br/>1 options | | *[opening_hours:drive_through](https://wiki.osm.org/wiki/Key:opening_hours:drive_through)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
| [Vegetarian (no friture)](#Vegetarian (no friture)) | Does this restaurant have a vegetarian option?<br/>5 options | | _Multiple choice only_ |
| [Vegan (no friture)](#Vegan (no friture)) | Does this business serve vegan meals?<br/>5 options | | _Multiple choice only_ |
| [halal (no friture)](#halal (no friture)) | Does this restaurant offer a halal menu?<br/>4 options | | _Multiple choice only_ |
| [organic (no friture)](#organic (no friture)) | Does this restaurant offer organic food?<br/>3 options | | _Multiple choice only_ |
| [friture-vegetarian](#friture-vegetarian) | Does this fries shop have vegetarian snacks?<br/>4 options | | _Multiple choice only_ |
| [friture-vegan](#friture-vegan) | Does this fries shop have vegan snacks?<br/>4 options | | _Multiple choice only_ |
| [friture-organic](#friture-organic) | Does this fries shop offer organic snacks?<br/>3 options | | _Multiple choice only_ |
| [friture-oil](#friture-oil) | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | | _Multiple choice only_ |
| [child_highchair](#child_highchair) <br/> _(Original in [questions](./BuiltinQuestions.md#child_highchair))_ | Is there a high chair (also known as booster chair) for toddlers available here?<br/>_{highchair} highchairs are available_<br/>4 options | | *[highchair](https://wiki.osm.org/wiki/Key:highchair)* ([nat](../SpecialInputElements.md#nat)) |
| [kids_area](#kids_area) <br/> _(Original in [questions](./BuiltinQuestions.md#kids_area))_ | Is there a play area for kids<br/>5 options | | _Multiple choice only_ |
| [diets_title](#diets_title) <br/> _(Original in [diets](./diets.md#diets_title))_ | _Dietary options_ | diets, hidden | _Multiple choice only_ |
| [diets_grouped](#diets_grouped) <br/> _(Original in [diets](./diets.md#diets_grouped))_ | _{group(diets_title,diets-content,)}_ | diets | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [diets](./diets.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [diets](./diets.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [vegan](#vegan) <br/> _(Original in [diets](./diets.md#vegan))_ | Does this place offer a vegan option?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [Vegetarian (no friture)](#Vegetarian (no friture)) <br/> _(Original in [diets](./diets.md#Vegetarian (no friture)))_ | Does this restaurant have a vegetarian option?<br/>5 options | diets, diets-content, hidden | _Multiple choice only_ |
| [Vegan (no friture)](#Vegan (no friture)) <br/> _(Original in [diets](./diets.md#Vegan (no friture)))_ | Does this business serve vegan meals?<br/>5 options | diets, diets-content, hidden | _Multiple choice only_ |
| [halal (no friture)](#halal (no friture)) <br/> _(Original in [diets](./diets.md#halal (no friture)))_ | Does this restaurant offer a halal menu?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [organic (no friture)](#organic (no friture)) <br/> _(Original in [diets](./diets.md#organic (no friture)))_ | Does this restaurant offer organic food?<br/>3 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-vegetarian](#friture-vegetarian) <br/> _(Original in [diets](./diets.md#friture-vegetarian))_ | Does this fries shop have vegetarian snacks?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-vegan](#friture-vegan) <br/> _(Original in [diets](./diets.md#friture-vegan))_ | Does this fries shop have vegan snacks?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-organic](#friture-organic) <br/> _(Original in [diets](./diets.md#friture-organic))_ | Does this fries shop offer organic snacks?<br/>3 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-oil](#friture-oil) <br/> _(Original in [diets](./diets.md#friture-oil))_ | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | diets, diets-content, hidden | _Multiple choice only_ |
| [diet-questions](#diet-questions) <br/> _(Original in [diets](./diets.md#diet-questions))_ | _{questions(diets-content,,yes)}_ | hidden, diets, diets-content | _Multiple choice only_ |
| [friture-take-your-container](#friture-take-your-container) | If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>3 options | | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [smoking](#smoking) <br/> _(Original in [questions](./BuiltinQuestions.md#smoking))_ | Is smoking allowed at ?<br/>3 options | | _Multiple choice only_ |
| [service:electricity](#service:electricity) <br/> _(Original in [questions](./BuiltinQuestions.md#service:electricity))_ | Does this amenity have electrical outlets, available to customers when they are inside?<br/>4 options | | _Multiple choice only_ |
| [seating](#seating) <br/> _(Original in [questions](./BuiltinQuestions.md#seating))_ | What kind of seating does have?<br/>2 options | | _Multiple choice only_ |
@ -280,7 +295,7 @@ Elements must match **all** of the following expressions:
| [changing_table_adult_adult-changing-table-support](#changing_table_adult_adult-changing-table-support) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#changing_table_adult_adult-changing-table-support))_ | How is the adult changing table supported?<br/>3 options | relevant_questions, hidden, prefixed, adult-changing-table, hidden, prefixed, adult-changing-table, amenity-prefixed, relevant_questions, toilet-questions, hidden, all | _Multiple choice only_ |
| [questions-adult-changing-table](#questions-adult-changing-table) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#questions-adult-changing-table))_ | _{questions(adult-changing-table,,yes)}_ | hidden, relevant-questions, adult-changing-table, amenity-prefixed, relevant_questions, toilet-questions, hidden, all | _Multiple choice only_ |
| [toilet-question-box](#toilet-question-box) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilet-question-box))_ | _{questions(toilet-questions,wheelchair;adult-changing-table,)}_ | toilet-questions, all, hidden | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden;wheelchair;adult-changing-table;toilet-questions)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden;diets-content;wheelchair;adult-changing-table;toilet-questions)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -305,7 +320,7 @@ The question is `Does this shop have a gluten free offering?`
- *This shop has a <b>limited gluten free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### Name
The question is `What is the name of this business?`
@ -468,6 +483,69 @@ The question is `What are the opening hours of the drive-through?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:drive_through' target='_blank'>drive_through</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes' target='_blank'>yes</a>
### child_highchair
The question is `Is there a high chair (also known as booster chair) for toddlers available here?`
*{highchair} highchairs are available* is shown if `highchair` is set.
- *No highchair available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *At least one high chair is available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *One high chair is available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3D1' target='_blank'>1</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *Two high chairs are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3D2' target='_blank'>2</a>
### kids_area
The question is `Is there a play area for kids`
- *No kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dno' target='_blank'>no</a>
- *Has a kids area both inside and outside* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:indoor' target='_blank'>kids_area:indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:indoor%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:outdoor' target='_blank'>kids_area:outdoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:outdoor%3Dyes' target='_blank'>yes</a>
- *Has an indoor kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:indoor' target='_blank'>kids_area:indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:indoor%3Dyes' target='_blank'>yes</a>
- *Has an outdoor kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:outdoor' target='_blank'>kids_area:outdoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:outdoor%3Dyes' target='_blank'>yes</a>
- *Has a kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
### diets_title
_This tagrendering has no question and is thus read-only_
*Dietary options*
This tagrendering has labels `diets` `hidden`
### diets_grouped
_This tagrendering has no question and is thus read-only_
*{group(diets_title,diets-content,)}*
This tagrendering has labels `diets`
### 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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### vegan
The question is `Does this place offer a vegan option?`
- *This place <b>only sells vegan</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- *This shop has a big vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>
- *This shop has a <b>limited vegan</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>
- *This shop has no vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@ -477,6 +555,8 @@ The question is `Does this restaurant have a vegetarian option?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/food/Vegetarian-mark.svg'> *All dishes are vegetarian* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly' target='_blank'>only</a>
- *Some dishes might be adapted to a vegetarian version, but this should be demanded* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand' target='_blank'>on_demand</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### Vegan (no friture)
The question is `Does this business serve vegan meals?`
@ -486,6 +566,8 @@ The question is `Does this business serve vegan meals?`
- *All dishes are vegan* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- *Some dishes might be adapted to a vegan version if asked for* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand' target='_blank'>on_demand</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### halal (no friture)
The question is `Does this restaurant offer a halal menu?`
@ -494,6 +576,8 @@ The question is `Does this restaurant offer a halal menu?`
- *There is a halal menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes' target='_blank'>yes</a>
- *Only halal options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly' target='_blank'>only</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### organic (no friture)
The question is `Does this restaurant offer organic food?`
@ -501,6 +585,8 @@ The question is `Does this restaurant offer organic food?`
- *There is an organic menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
- *Only organic options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-vegetarian
The question is `Does this fries shop have vegetarian snacks?`
@ -510,6 +596,7 @@ The question is `Does this fries shop have vegetarian snacks?`
- *No vegetarian snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%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:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-vegan
The question is `Does this fries shop have vegan snacks?`
@ -520,6 +607,7 @@ The question is `Does this fries shop have vegan snacks?`
- *No vegan snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%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:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-organic
The question is `Does this fries shop offer organic snacks?`
@ -529,6 +617,7 @@ The question is `Does this fries shop offer organic snacks?`
- *Only organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
This tagrendering is only visible in the popup if the following condition is met: <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>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-oil
The question is `Does this fries shop use vegetable or animal oil for cooking?`
@ -537,6 +626,14 @@ The question is `Does this fries shop use vegetable or animal oil for cooking?`
- *The frying is done with animal oil* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>
This tagrendering is only visible in the popup if the following condition is met: <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>
This tagrendering has labels `diets` `diets-content` `hidden`
### diet-questions
_This tagrendering has no question and is thus read-only_
*{questions(diets-content,,yes)}*
This tagrendering has labels `hidden` `diets` `diets-content`
### friture-take-your-container
The question is `If you bring your own container (such as a cooking pot and small pots), is it used to package your order?`
@ -547,26 +644,6 @@ The question is `If you bring your own container (such as a cooking pot and smal
This tagrendering is only visible in the popup if the following condition is met: <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>
### 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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### smoking
The question is `Is smoking allowed at {title()}?`
@ -1049,7 +1126,7 @@ This tagrendering has labels `toilet-questions` `all` `hidden`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden;wheelchair;adult-changing-table;toilet-questions)}*
*{questions( ,hidden;diets-content;wheelchair;adult-changing-table;toilet-questions)}*
This tagrendering has labels `ignore-docs` `added_by_default`
@ -1098,6 +1175,10 @@ This tagrendering has labels `added_by_default`
-----|-----|----- |
| halal.0 | Has a halal menu | diet:halal=yes | diet:halal=only |
| id | question | osmTags |
-----|-----|----- |
| baby_highchair.0 | Has a high chair for infants available | highchair!=no |
| id | question | osmTags |
-----|-----|----- |
| has_organic.0 | Has organic options | organic=yes | organic=only |
@ -1160,6 +1241,10 @@ This tagrendering has labels `added_by_default`
| Cuisine.19 | Seafood dishes are served here | cuisine=seafood |
| Cuisine.20 | Spanish dishes are served here | cuisine=spanish |
| id | question | osmTags |
-----|-----|----- |
| kids_area.0 | Has a play area for kids | kids_area!=no |
| id | question | osmTags |
-----|-----|----- |
| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired |

View file

@ -19,7 +19,7 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [Drive-through opening hours](#drive-through-opening-hours)
- [images](#images)
- [reviews](#reviews)
- [lactose_free](#lactose_free)
- [lactosefree](#lactosefree)
- [Name](#name)
- [Fastfood vs restaurant](#fastfood-vs-restaurant)
- [opening_hours](#opening_hours)
@ -41,6 +41,13 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [drive-through](#drive-through)
- [drive-through-opening_hours](#drive-through-opening_hours)
- [Drive-through opening hours](#drive-through-opening-hours)
- [child_highchair](#child_highchair)
- [kids_area](#kids_area)
- [diets_title](#diets_title)
- [diets_grouped](#diets_grouped)
- [sugar_free](#sugar_free)
- [gluten_free](#gluten_free)
- [vegan](#vegan)
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
@ -49,9 +56,8 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [friture-vegan](#friture-vegan)
- [friture-organic](#friture-organic)
- [friture-oil](#friture-oil)
- [diet-questions](#diet-questions)
- [friture-take-your-container](#friture-take-your-container)
- [sugar_free](#sugar_free)
- [gluten_free](#gluten_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
- [seating](#seating)
@ -128,7 +134,6 @@ Elements must match **all** of the following expressions:
| attribute | type | values which are supported by this layer |
-----|-----|----- |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
| <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/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [amenity](https://wiki.openstreetmap.org/wiki/Key:amenity) | Multiple choice | [fast_food](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food) [restaurant](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
@ -144,6 +149,11 @@ Elements must match **all** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/delivery#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/delivery/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/drive_through#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/drive_through/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [drive_through](https://wiki.openstreetmap.org/wiki/Key:drive_through) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours:drive_through#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours%3Adrive_through/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours:drive_through](https://wiki.openstreetmap.org/wiki/Key:opening_hours:drive_through) | [opening_hours](../SpecialInputElements.md#opening_hours) | [](https://wiki.openstreetmap.org/wiki/Tag:opening_hours:drive_through%3D) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/highchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/highchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [highchair](https://wiki.openstreetmap.org/wiki/Key:highchair) | [nat](../SpecialInputElements.md#nat) | [no](https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dyes) [1](https://wiki.openstreetmap.org/wiki/Tag:highchair%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:highchair%3D2) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/kids_area#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/kids_area/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [kids_area](https://wiki.openstreetmap.org/wiki/Key:kids_area) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:halal#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Ahalal/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly) |
@ -153,8 +163,6 @@ Elements must match **all** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/friture:oil#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/friture%3Aoil/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [friture:oil](https://wiki.openstreetmap.org/wiki/Key:friture:oil) | Multiple choice | [vegetable](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable) [animal](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reusable_packaging:accept#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reusable_packaging%3Aaccept/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [reusable_packaging:accept](https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/smoking#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/smoking/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:electricity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aelectricity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
@ -199,7 +207,7 @@ Elements must match **all** of the following expressions:
-----|-----|-----|----- |
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [lactosefree](#lactosefree) | _lactose_free_ | | _Multiple choice only_ |
| [Name](#Name) | What is the name of this business?<br/>_The name of this business is {name}_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
| [Fastfood vs restaurant](#Fastfood vs restaurant) | What type of business is this?<br/>2 options | | _Multiple choice only_ |
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
@ -219,17 +227,23 @@ Elements must match **all** of the following expressions:
| [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_ |
| [drive-through-opening_hours](#drive-through-opening_hours) | What are the opening hours of the drive-through?<br/>_<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}_<br/>1 options | | *[opening_hours:drive_through](https://wiki.osm.org/wiki/Key:opening_hours:drive_through)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
| [Vegetarian (no friture)](#Vegetarian (no friture)) | Does this restaurant have a vegetarian option?<br/>5 options | | _Multiple choice only_ |
| [Vegan (no friture)](#Vegan (no friture)) | Does this business serve vegan meals?<br/>5 options | | _Multiple choice only_ |
| [halal (no friture)](#halal (no friture)) | Does this restaurant offer a halal menu?<br/>4 options | | _Multiple choice only_ |
| [organic (no friture)](#organic (no friture)) | Does this restaurant offer organic food?<br/>3 options | | _Multiple choice only_ |
| [friture-vegetarian](#friture-vegetarian) | Does this fries shop have vegetarian snacks?<br/>4 options | | _Multiple choice only_ |
| [friture-vegan](#friture-vegan) | Does this fries shop have vegan snacks?<br/>4 options | | _Multiple choice only_ |
| [friture-organic](#friture-organic) | Does this fries shop offer organic snacks?<br/>3 options | | _Multiple choice only_ |
| [friture-oil](#friture-oil) | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | | _Multiple choice only_ |
| [child_highchair](#child_highchair) <br/> _(Original in [questions](./BuiltinQuestions.md#child_highchair))_ | Is there a high chair (also known as booster chair) for toddlers available here?<br/>_{highchair} highchairs are available_<br/>4 options | | *[highchair](https://wiki.osm.org/wiki/Key:highchair)* ([nat](../SpecialInputElements.md#nat)) |
| [kids_area](#kids_area) <br/> _(Original in [questions](./BuiltinQuestions.md#kids_area))_ | Is there a play area for kids<br/>5 options | | _Multiple choice only_ |
| [diets_title](#diets_title) <br/> _(Original in [diets](./diets.md#diets_title))_ | _Dietary options_ | diets, hidden | _Multiple choice only_ |
| [diets_grouped](#diets_grouped) <br/> _(Original in [diets](./diets.md#diets_grouped))_ | _{group(diets_title,diets-content,)}_ | diets | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [diets](./diets.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [vegan](#vegan) <br/> _(Original in [diets](./diets.md#vegan))_ | Does this place offer a vegan option?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [Vegetarian (no friture)](#Vegetarian (no friture)) <br/> _(Original in [diets](./diets.md#Vegetarian (no friture)))_ | Does this restaurant have a vegetarian option?<br/>5 options | diets, diets-content, hidden | _Multiple choice only_ |
| [Vegan (no friture)](#Vegan (no friture)) <br/> _(Original in [diets](./diets.md#Vegan (no friture)))_ | Does this business serve vegan meals?<br/>5 options | diets, diets-content, hidden | _Multiple choice only_ |
| [halal (no friture)](#halal (no friture)) <br/> _(Original in [diets](./diets.md#halal (no friture)))_ | Does this restaurant offer a halal menu?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [organic (no friture)](#organic (no friture)) <br/> _(Original in [diets](./diets.md#organic (no friture)))_ | Does this restaurant offer organic food?<br/>3 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-vegetarian](#friture-vegetarian) <br/> _(Original in [diets](./diets.md#friture-vegetarian))_ | Does this fries shop have vegetarian snacks?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-vegan](#friture-vegan) <br/> _(Original in [diets](./diets.md#friture-vegan))_ | Does this fries shop have vegan snacks?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-organic](#friture-organic) <br/> _(Original in [diets](./diets.md#friture-organic))_ | Does this fries shop offer organic snacks?<br/>3 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-oil](#friture-oil) <br/> _(Original in [diets](./diets.md#friture-oil))_ | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | diets, diets-content, hidden | _Multiple choice only_ |
| [diet-questions](#diet-questions) <br/> _(Original in [diets](./diets.md#diet-questions))_ | _{questions(diets-content,,yes)}_ | hidden, diets, diets-content | _Multiple choice only_ |
| [friture-take-your-container](#friture-take-your-container) | If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>3 options | | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
| [smoking](#smoking) <br/> _(Original in [questions](./BuiltinQuestions.md#smoking))_ | Is smoking allowed at ?<br/>3 options | | _Multiple choice only_ |
| [service:electricity](#service:electricity) <br/> _(Original in [questions](./BuiltinQuestions.md#service:electricity))_ | Does this amenity have electrical outlets, available to customers when they are inside?<br/>4 options | | _Multiple choice only_ |
| [seating](#seating) <br/> _(Original in [questions](./BuiltinQuestions.md#seating))_ | What kind of seating does have?<br/>2 options | | _Multiple choice only_ |
@ -280,7 +294,7 @@ Elements must match **all** of the following expressions:
| [changing_table_adult_adult-changing-table-support](#changing_table_adult_adult-changing-table-support) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#changing_table_adult_adult-changing-table-support))_ | How is the adult changing table supported?<br/>3 options | relevant_questions, hidden, prefixed, adult-changing-table, hidden, prefixed, adult-changing-table, amenity-prefixed, relevant_questions, toilet-questions, hidden, all | _Multiple choice only_ |
| [questions-adult-changing-table](#questions-adult-changing-table) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#questions-adult-changing-table))_ | _{questions(adult-changing-table,,yes)}_ | hidden, relevant-questions, adult-changing-table, amenity-prefixed, relevant_questions, toilet-questions, hidden, all | _Multiple choice only_ |
| [toilet-question-box](#toilet-question-box) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilet-question-box))_ | _{questions(toilet-questions,wheelchair;adult-changing-table,)}_ | toilet-questions, all, hidden | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden;wheelchair;adult-changing-table;toilet-questions)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden;diets-content;wheelchair;adult-changing-table;toilet-questions)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -297,15 +311,10 @@ _This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
### lactosefree
_This tagrendering has no question and is thus read-only_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
*lactose_free*
### Name
The question is `What is the name of this business?`
@ -468,6 +477,69 @@ The question is `What are the opening hours of the drive-through?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:drive_through' target='_blank'>drive_through</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes' target='_blank'>yes</a>
### child_highchair
The question is `Is there a high chair (also known as booster chair) for toddlers available here?`
*{highchair} highchairs are available* is shown if `highchair` is set.
- *No highchair available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *At least one high chair is available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *One high chair is available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3D1' target='_blank'>1</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *Two high chairs are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3D2' target='_blank'>2</a>
### kids_area
The question is `Is there a play area for kids`
- *No kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dno' target='_blank'>no</a>
- *Has a kids area both inside and outside* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:indoor' target='_blank'>kids_area:indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:indoor%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:outdoor' target='_blank'>kids_area:outdoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:outdoor%3Dyes' target='_blank'>yes</a>
- *Has an indoor kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:indoor' target='_blank'>kids_area:indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:indoor%3Dyes' target='_blank'>yes</a>
- *Has an outdoor kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:outdoor' target='_blank'>kids_area:outdoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:outdoor%3Dyes' target='_blank'>yes</a>
- *Has a kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
### diets_title
_This tagrendering has no question and is thus read-only_
*Dietary options*
This tagrendering has labels `diets` `hidden`
### diets_grouped
_This tagrendering has no question and is thus read-only_
*{group(diets_title,diets-content,)}*
This tagrendering has labels `diets`
### 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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### gluten_free
The question is `Does this shop have a gluten free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### vegan
The question is `Does this place offer a vegan option?`
- *This place <b>only sells vegan</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- *This shop has a big vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>
- *This shop has a <b>limited vegan</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>
- *This shop has no vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@ -477,6 +549,8 @@ The question is `Does this restaurant have a vegetarian option?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/food/Vegetarian-mark.svg'> *All dishes are vegetarian* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly' target='_blank'>only</a>
- *Some dishes might be adapted to a vegetarian version, but this should be demanded* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand' target='_blank'>on_demand</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### Vegan (no friture)
The question is `Does this business serve vegan meals?`
@ -486,6 +560,8 @@ The question is `Does this business serve vegan meals?`
- *All dishes are vegan* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- *Some dishes might be adapted to a vegan version if asked for* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand' target='_blank'>on_demand</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### halal (no friture)
The question is `Does this restaurant offer a halal menu?`
@ -494,6 +570,8 @@ The question is `Does this restaurant offer a halal menu?`
- *There is a halal menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes' target='_blank'>yes</a>
- *Only halal options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly' target='_blank'>only</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### organic (no friture)
The question is `Does this restaurant offer organic food?`
@ -501,6 +579,8 @@ The question is `Does this restaurant offer organic food?`
- *There is an organic menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
- *Only organic options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-vegetarian
The question is `Does this fries shop have vegetarian snacks?`
@ -510,6 +590,7 @@ The question is `Does this fries shop have vegetarian snacks?`
- *No vegetarian snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%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:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-vegan
The question is `Does this fries shop have vegan snacks?`
@ -520,6 +601,7 @@ The question is `Does this fries shop have vegan snacks?`
- *No vegan snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%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:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-organic
The question is `Does this fries shop offer organic snacks?`
@ -529,6 +611,7 @@ The question is `Does this fries shop offer organic snacks?`
- *Only organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
This tagrendering is only visible in the popup if the following condition is met: <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>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-oil
The question is `Does this fries shop use vegetable or animal oil for cooking?`
@ -537,6 +620,14 @@ The question is `Does this fries shop use vegetable or animal oil for cooking?`
- *The frying is done with animal oil* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>
This tagrendering is only visible in the popup if the following condition is met: <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>
This tagrendering has labels `diets` `diets-content` `hidden`
### diet-questions
_This tagrendering has no question and is thus read-only_
*{questions(diets-content,,yes)}*
This tagrendering has labels `hidden` `diets` `diets-content`
### friture-take-your-container
The question is `If you bring your own container (such as a cooking pot and small pots), is it used to package your order?`
@ -547,26 +638,6 @@ The question is `If you bring your own container (such as a cooking pot and smal
This tagrendering is only visible in the popup if the following condition is met: <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>
### 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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### gluten_free
The question is `Does this shop have a gluten free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### smoking
The question is `Is smoking allowed at {title()}?`
@ -1049,7 +1120,7 @@ This tagrendering has labels `toilet-questions` `all` `hidden`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden;wheelchair;adult-changing-table;toilet-questions)}*
*{questions( ,hidden;diets-content;wheelchair;adult-changing-table;toilet-questions)}*
This tagrendering has labels `ignore-docs` `added_by_default`
@ -1098,6 +1169,10 @@ This tagrendering has labels `added_by_default`
-----|-----|----- |
| halal.0 | Has a halal menu | diet:halal=yes | diet:halal=only |
| id | question | osmTags |
-----|-----|----- |
| baby_highchair.0 | Has a high chair for infants available | highchair!=no |
| id | question | osmTags |
-----|-----|----- |
| has_organic.0 | Has organic options | organic=yes | organic=only |
@ -1160,6 +1235,10 @@ This tagrendering has labels `added_by_default`
| Cuisine.19 | Seafood dishes are served here | cuisine=seafood |
| Cuisine.20 | Spanish dishes are served here | cuisine=spanish |
| id | question | osmTags |
-----|-----|----- |
| kids_area.0 | Has a play area for kids | kids_area!=no |
| id | question | osmTags |
-----|-----|----- |
| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired |

View file

@ -40,6 +40,14 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [drive-through](#drive-through)
- [drive-through-opening_hours](#drive-through-opening_hours)
- [Drive-through opening hours](#drive-through-opening-hours)
- [child_highchair](#child_highchair)
- [kids_area](#kids_area)
- [diets_title](#diets_title)
- [diets_grouped](#diets_grouped)
- [sugar_free](#sugar_free)
- [lactose_free](#lactose_free)
- [gluten_free](#gluten_free)
- [vegan](#vegan)
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
@ -48,10 +56,8 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [friture-vegan](#friture-vegan)
- [friture-organic](#friture-organic)
- [friture-oil](#friture-oil)
- [diet-questions](#diet-questions)
- [friture-take-your-container](#friture-take-your-container)
- [sugar_free](#sugar_free)
- [gluten_free](#gluten_free)
- [lactose_free](#lactose_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
- [seating](#seating)
@ -142,6 +148,12 @@ Elements must match **all** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/delivery#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/delivery/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/drive_through#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/drive_through/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [drive_through](https://wiki.openstreetmap.org/wiki/Key:drive_through) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours:drive_through#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours%3Adrive_through/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours:drive_through](https://wiki.openstreetmap.org/wiki/Key:opening_hours:drive_through) | [opening_hours](../SpecialInputElements.md#opening_hours) | [](https://wiki.openstreetmap.org/wiki/Tag:opening_hours:drive_through%3D) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/highchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/highchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [highchair](https://wiki.openstreetmap.org/wiki/Key:highchair) | [nat](../SpecialInputElements.md#nat) | [no](https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dyes) [1](https://wiki.openstreetmap.org/wiki/Tag:highchair%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:highchair%3D2) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/kids_area#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/kids_area/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [kids_area](https://wiki.openstreetmap.org/wiki/Key:kids_area) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:halal#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Ahalal/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly) |
@ -151,9 +163,6 @@ Elements must match **all** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/friture:oil#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/friture%3Aoil/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [friture:oil](https://wiki.openstreetmap.org/wiki/Key:friture:oil) | Multiple choice | [vegetable](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable) [animal](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reusable_packaging:accept#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reusable_packaging%3Aaccept/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [reusable_packaging:accept](https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/smoking#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/smoking/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:electricity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aelectricity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
@ -217,18 +226,24 @@ Elements must match **all** of the following expressions:
| [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_ |
| [drive-through-opening_hours](#drive-through-opening_hours) | What are the opening hours of the drive-through?<br/>_<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}_<br/>1 options | | *[opening_hours:drive_through](https://wiki.osm.org/wiki/Key:opening_hours:drive_through)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
| [Vegetarian (no friture)](#Vegetarian (no friture)) | Does this restaurant have a vegetarian option?<br/>5 options | | _Multiple choice only_ |
| [Vegan (no friture)](#Vegan (no friture)) | Does this business serve vegan meals?<br/>5 options | | _Multiple choice only_ |
| [halal (no friture)](#halal (no friture)) | Does this restaurant offer a halal menu?<br/>4 options | | _Multiple choice only_ |
| [organic (no friture)](#organic (no friture)) | Does this restaurant offer organic food?<br/>3 options | | _Multiple choice only_ |
| [friture-vegetarian](#friture-vegetarian) | Does this fries shop have vegetarian snacks?<br/>4 options | | _Multiple choice only_ |
| [friture-vegan](#friture-vegan) | Does this fries shop have vegan snacks?<br/>4 options | | _Multiple choice only_ |
| [friture-organic](#friture-organic) | Does this fries shop offer organic snacks?<br/>3 options | | _Multiple choice only_ |
| [friture-oil](#friture-oil) | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | | _Multiple choice only_ |
| [child_highchair](#child_highchair) <br/> _(Original in [questions](./BuiltinQuestions.md#child_highchair))_ | Is there a high chair (also known as booster chair) for toddlers available here?<br/>_{highchair} highchairs are available_<br/>4 options | | *[highchair](https://wiki.osm.org/wiki/Key:highchair)* ([nat](../SpecialInputElements.md#nat)) |
| [kids_area](#kids_area) <br/> _(Original in [questions](./BuiltinQuestions.md#kids_area))_ | Is there a play area for kids<br/>5 options | | _Multiple choice only_ |
| [diets_title](#diets_title) <br/> _(Original in [diets](./diets.md#diets_title))_ | _Dietary options_ | diets, hidden | _Multiple choice only_ |
| [diets_grouped](#diets_grouped) <br/> _(Original in [diets](./diets.md#diets_grouped))_ | _{group(diets_title,diets-content,)}_ | diets | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [diets](./diets.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [diets](./diets.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [vegan](#vegan) <br/> _(Original in [diets](./diets.md#vegan))_ | Does this place offer a vegan option?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [Vegetarian (no friture)](#Vegetarian (no friture)) <br/> _(Original in [diets](./diets.md#Vegetarian (no friture)))_ | Does this restaurant have a vegetarian option?<br/>5 options | diets, diets-content, hidden | _Multiple choice only_ |
| [Vegan (no friture)](#Vegan (no friture)) <br/> _(Original in [diets](./diets.md#Vegan (no friture)))_ | Does this business serve vegan meals?<br/>5 options | diets, diets-content, hidden | _Multiple choice only_ |
| [halal (no friture)](#halal (no friture)) <br/> _(Original in [diets](./diets.md#halal (no friture)))_ | Does this restaurant offer a halal menu?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [organic (no friture)](#organic (no friture)) <br/> _(Original in [diets](./diets.md#organic (no friture)))_ | Does this restaurant offer organic food?<br/>3 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-vegetarian](#friture-vegetarian) <br/> _(Original in [diets](./diets.md#friture-vegetarian))_ | Does this fries shop have vegetarian snacks?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-vegan](#friture-vegan) <br/> _(Original in [diets](./diets.md#friture-vegan))_ | Does this fries shop have vegan snacks?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-organic](#friture-organic) <br/> _(Original in [diets](./diets.md#friture-organic))_ | Does this fries shop offer organic snacks?<br/>3 options | diets, diets-content, hidden | _Multiple choice only_ |
| [friture-oil](#friture-oil) <br/> _(Original in [diets](./diets.md#friture-oil))_ | Does this fries shop use vegetable or animal oil for cooking?<br/>2 options | diets, diets-content, hidden | _Multiple choice only_ |
| [diet-questions](#diet-questions) <br/> _(Original in [diets](./diets.md#diet-questions))_ | _{questions(diets-content,,yes)}_ | hidden, diets, diets-content | _Multiple choice only_ |
| [friture-take-your-container](#friture-take-your-container) | If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>3 options | | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [smoking](#smoking) <br/> _(Original in [questions](./BuiltinQuestions.md#smoking))_ | Is smoking allowed at ?<br/>3 options | | _Multiple choice only_ |
| [service:electricity](#service:electricity) <br/> _(Original in [questions](./BuiltinQuestions.md#service:electricity))_ | Does this amenity have electrical outlets, available to customers when they are inside?<br/>4 options | | _Multiple choice only_ |
| [seating](#seating) <br/> _(Original in [questions](./BuiltinQuestions.md#seating))_ | What kind of seating does have?<br/>2 options | | _Multiple choice only_ |
@ -279,7 +294,7 @@ Elements must match **all** of the following expressions:
| [changing_table_adult_adult-changing-table-support](#changing_table_adult_adult-changing-table-support) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#changing_table_adult_adult-changing-table-support))_ | How is the adult changing table supported?<br/>3 options | relevant_questions, hidden, prefixed, adult-changing-table, hidden, prefixed, adult-changing-table, amenity-prefixed, relevant_questions, toilet-questions, hidden, all | _Multiple choice only_ |
| [questions-adult-changing-table](#questions-adult-changing-table) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#questions-adult-changing-table))_ | _{questions(adult-changing-table,,yes)}_ | hidden, relevant-questions, adult-changing-table, amenity-prefixed, relevant_questions, toilet-questions, hidden, all | _Multiple choice only_ |
| [toilet-question-box](#toilet-question-box) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilet-question-box))_ | _{questions(toilet-questions,wheelchair;adult-changing-table,)}_ | toilet-questions, all, hidden | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden;wheelchair;adult-changing-table;toilet-questions)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [leftover-questions](#leftover-questions) | _{questions( ,hidden;diets-content;wheelchair;adult-changing-table;toilet-questions)}_ | ignore-docs, added_by_default | _Multiple choice only_ |
| [move-button](#move-button) | _{move_button()}_ | | _Multiple choice only_ |
| [delete-button](#delete-button) | _{delete_button()}_ | | _Multiple choice only_ |
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
@ -457,6 +472,79 @@ The question is `What are the opening hours of the drive-through?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:drive_through' target='_blank'>drive_through</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes' target='_blank'>yes</a>
### child_highchair
The question is `Is there a high chair (also known as booster chair) for toddlers available here?`
*{highchair} highchairs are available* is shown if `highchair` is set.
- *No highchair available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *At least one high chair is available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3Dyes' target='_blank'>yes</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *One high chair is available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3D1' target='_blank'>1</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/baby_chair.svg'> *Two high chairs are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:highchair' target='_blank'>highchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highchair%3D2' target='_blank'>2</a>
### kids_area
The question is `Is there a play area for kids`
- *No kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dno' target='_blank'>no</a>
- *Has a kids area both inside and outside* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:indoor' target='_blank'>kids_area:indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:indoor%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:outdoor' target='_blank'>kids_area:outdoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:outdoor%3Dyes' target='_blank'>yes</a>
- *Has an indoor kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:indoor' target='_blank'>kids_area:indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:indoor%3Dyes' target='_blank'>yes</a>
- *Has an outdoor kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area:outdoor' target='_blank'>kids_area:outdoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area:outdoor%3Dyes' target='_blank'>yes</a>
- *Has a kids area* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:kids_area' target='_blank'>kids_area</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kids_area%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
### diets_title
_This tagrendering has no question and is thus read-only_
*Dietary options*
This tagrendering has labels `diets` `hidden`
### diets_grouped
_This tagrendering has no question and is thus read-only_
*{group(diets_title,diets-content,)}*
This tagrendering has labels `diets`
### 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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### gluten_free
The question is `Does this shop have a gluten free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### vegan
The question is `Does this place offer a vegan option?`
- *This place <b>only sells vegan</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- *This shop has a big vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>
- *This shop has a <b>limited vegan</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>
- *This shop has no vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@ -466,6 +554,8 @@ The question is `Does this restaurant have a vegetarian option?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/food/Vegetarian-mark.svg'> *All dishes are vegetarian* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly' target='_blank'>only</a>
- *Some dishes might be adapted to a vegetarian version, but this should be demanded* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand' target='_blank'>on_demand</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### Vegan (no friture)
The question is `Does this business serve vegan meals?`
@ -475,6 +565,8 @@ The question is `Does this business serve vegan meals?`
- *All dishes are vegan* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- *Some dishes might be adapted to a vegan version if asked for* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand' target='_blank'>on_demand</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### halal (no friture)
The question is `Does this restaurant offer a halal menu?`
@ -483,6 +575,8 @@ The question is `Does this restaurant offer a halal menu?`
- *There is a halal menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes' target='_blank'>yes</a>
- *Only halal options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly' target='_blank'>only</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### organic (no friture)
The question is `Does this restaurant offer organic food?`
@ -490,6 +584,8 @@ The question is `Does this restaurant offer organic food?`
- *There is an organic menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
- *Only organic options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-vegetarian
The question is `Does this fries shop have vegetarian snacks?`
@ -499,6 +595,7 @@ The question is `Does this fries shop have vegetarian snacks?`
- *No vegetarian snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%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:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-vegan
The question is `Does this fries shop have vegan snacks?`
@ -509,6 +606,7 @@ The question is `Does this fries shop have vegan snacks?`
- *No vegan snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%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:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-organic
The question is `Does this fries shop offer organic snacks?`
@ -518,6 +616,7 @@ The question is `Does this fries shop offer organic snacks?`
- *Only organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
This tagrendering is only visible in the popup if the following condition is met: <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>
This tagrendering has labels `diets` `diets-content` `hidden`
### friture-oil
The question is `Does this fries shop use vegetable or animal oil for cooking?`
@ -526,6 +625,14 @@ The question is `Does this fries shop use vegetable or animal oil for cooking?`
- *The frying is done with animal oil* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>
This tagrendering is only visible in the popup if the following condition is met: <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>
This tagrendering has labels `diets` `diets-content` `hidden`
### diet-questions
_This tagrendering has no question and is thus read-only_
*{questions(diets-content,,yes)}*
This tagrendering has labels `hidden` `diets` `diets-content`
### friture-take-your-container
The question is `If you bring your own container (such as a cooking pot and small pots), is it used to package your order?`
@ -536,36 +643,6 @@ The question is `If you bring your own container (such as a cooking pot and smal
This tagrendering is only visible in the popup if the following condition is met: <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>
### 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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### gluten_free
The question is `Does this shop have a gluten free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### smoking
The question is `Is smoking allowed at {title()}?`
@ -1048,7 +1125,7 @@ This tagrendering has labels `toilet-questions` `all` `hidden`
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,hidden;wheelchair;adult-changing-table;toilet-questions)}*
*{questions( ,hidden;diets-content;wheelchair;adult-changing-table;toilet-questions)}*
This tagrendering has labels `ignore-docs` `added_by_default`
@ -1097,6 +1174,10 @@ This tagrendering has labels `added_by_default`
-----|-----|----- |
| halal.0 | Has a halal menu | diet:halal=yes | diet:halal=only |
| id | question | osmTags |
-----|-----|----- |
| baby_highchair.0 | Has a high chair for infants available | highchair!=no |
| id | question | osmTags |
-----|-----|----- |
| has_organic.0 | Has organic options | organic=yes | organic=only |
@ -1159,6 +1240,10 @@ This tagrendering has labels `added_by_default`
| Cuisine.19 | Seafood dishes are served here | cuisine=seafood |
| Cuisine.20 | Spanish dishes are served here | cuisine=spanish |
| id | question | osmTags |
-----|-----|----- |
| kids_area.0 | Has a play area for kids | kids_area!=no |
| id | question | osmTags |
-----|-----|----- |
| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired |

View file

@ -23,10 +23,7 @@ A place where ice cream is sold over the counter
- [phone](#phone)
- [email](#email)
- [website](#website)
- [sugar_free](#sugar_free)
- [lactose_free](#lactose_free)
- [gluten_free](#gluten_free)
- [vegan](#vegan)
- [diets](#diets)
- [payment-options](#payment-options)
- [wheelchair-access](#wheelchair-access)
- [toilets-group](#toilets-group)
@ -109,10 +106,6 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) |
| <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 | [no](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno) |
| <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) |
@ -157,10 +150,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
| [vegan](#vegan) <br/> _(Original in [questions](./BuiltinQuestions.md#vegan))_ | Does this place offer a vegan option?<br/>4 options | diets | _Multiple choice only_ |
| [diets](#diets) | _diets_ | | _Multiple choice only_ |
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
| [wheelchair-access](#wheelchair-access) <br/> _(Original in [questions](./BuiltinQuestions.md#wheelchair-access))_ | Is this place accessible with a wheelchair?<br/>4 options | | _Multiple choice only_ |
| [toilets-group](#toilets-group) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilets-group))_ | _{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}_ | all | _Multiple choice only_ |
@ -262,45 +252,10 @@ The question is `What is the website of {title()}?`
This tagrendering has labels `contact`
### sugar_free
The question is `Does this shop have a sugar free offering?`
### diets
_This tagrendering has no question and is thus read-only_
- *This shop <b>only sells sugar free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### gluten_free
The question is `Does this shop have a gluten free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### vegan
The question is `Does this place offer a vegan option?`
- *This place <b>only sells vegan</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- *This shop has a big vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>
- *This shop has a <b>limited vegan</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>
- *This shop has no vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
*diets*
### payment-options
The question is `Which methods of payment are accepted here?`
@ -759,18 +714,6 @@ This tagrendering has labels `added_by_default`
-----|-----|----- |
| open_now.0 | Now open | _isOpen=yes |
| id | question | osmTags |
-----|-----|----- |
| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited |
| id | question | osmTags |
-----|-----|----- |
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
| id | question | osmTags |
-----|-----|----- |
| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited |
| id | question | osmTags |
-----|-----|----- |
| accepts_cash.0 | Accepts cash | payment:cash=yes |

View file

@ -25,9 +25,7 @@ A place where ice cream is sold over the counter
- [phone](#phone)
- [email](#email)
- [website](#website)
- [sugar_free](#sugar_free)
- [lactose_free](#lactose_free)
- [vegan](#vegan)
- [diets](#diets)
- [payment-options](#payment-options)
- [wheelchair-access](#wheelchair-access)
- [toilets-group](#toilets-group)
@ -104,9 +102,6 @@ Elements must match **all** of the following expressions:
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) |
| <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 | [no](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno) |
| <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) |
@ -146,15 +141,13 @@ Elements must match **all** of the following expressions:
-----|-----|-----|----- |
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [1](#1) | What is the name of this ice cream parlor?<br/>_This ice cream parlor is named <b>{name}</b>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [vegan](#vegan) <br/> _(Original in [questions](./BuiltinQuestions.md#vegan))_ | Does this place offer a vegan option?<br/>4 options | diets | _Multiple choice only_ |
| [diets](#diets) | _diets_ | | _Multiple choice only_ |
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
| [wheelchair-access](#wheelchair-access) <br/> _(Original in [questions](./BuiltinQuestions.md#wheelchair-access))_ | Is this place accessible with a wheelchair?<br/>4 options | | _Multiple choice only_ |
| [toilets-group](#toilets-group) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilets-group))_ | _{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}_ | all | _Multiple choice only_ |
@ -224,7 +217,7 @@ The question is `Does this shop have a gluten free offering?`
- *This shop has a <b>limited gluten free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### 1
The question is `What is the name of this ice cream parlor?`
@ -266,35 +259,10 @@ The question is `What is the website of {title()}?`
This tagrendering has labels `contact`
### sugar_free
The question is `Does this shop have a sugar free offering?`
### diets
_This tagrendering has no question and is thus read-only_
- *This shop <b>only sells sugar free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### vegan
The question is `Does this place offer a vegan option?`
- *This place <b>only sells vegan</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- *This shop has a big vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>
- *This shop has a <b>limited vegan</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>
- *This shop has no vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
*diets*
### payment-options
The question is `Which methods of payment are accepted here?`
@ -753,18 +721,6 @@ This tagrendering has labels `added_by_default`
-----|-----|----- |
| open_now.0 | Now open | _isOpen=yes |
| id | question | osmTags |
-----|-----|----- |
| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited |
| id | question | osmTags |
-----|-----|----- |
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
| id | question | osmTags |
-----|-----|----- |
| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited |
| id | question | osmTags |
-----|-----|----- |
| accepts_cash.0 | Accepts cash | payment:cash=yes |
@ -773,6 +729,10 @@ This tagrendering has labels `added_by_default`
-----|-----|----- |
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
| id | question | osmTags |
-----|-----|----- |
| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited |
This document is autogenerated from [assets/themes/glutenfree/glutenfree.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/glutenfree/glutenfree.json)

View file

@ -18,16 +18,14 @@ A place where ice cream is sold over the counter
- [Opening hours](#opening-hours)
- [images](#images)
- [reviews](#reviews)
- [lactose_free](#lactose_free)
- [lactosefree](#lactosefree)
- [1](#1)
- [opening_hours](#opening_hours)
- [Opening hours](#opening-hours)
- [phone](#phone)
- [email](#email)
- [website](#website)
- [sugar_free](#sugar_free)
- [gluten_free](#gluten_free)
- [vegan](#vegan)
- [diets](#diets)
- [payment-options](#payment-options)
- [wheelchair-access](#wheelchair-access)
- [toilets-group](#toilets-group)
@ -98,15 +96,11 @@ Elements must match **all** of the following expressions:
| attribute | type | values which are supported by this layer |
-----|-----|----- |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
| <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/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) |
| <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 | [no](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno) |
| <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) |
@ -146,15 +140,13 @@ Elements must match **all** of the following expressions:
-----|-----|-----|----- |
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [lactosefree](#lactosefree) | _lactose_free_ | | _Multiple choice only_ |
| [1](#1) | What is the name of this ice cream parlor?<br/>_This ice cream parlor is named <b>{name}</b>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
| [opening_hours](#opening_hours) <br/> _(Original in [questions](./BuiltinQuestions.md#opening_hours))_ | What are the opening hours of ?<br/>_<h3>Opening hours</h3>{opening_hours_table(opening_hours)}_<br/>1 options | | *[opening_hours](https://wiki.osm.org/wiki/Key:opening_hours)* ([opening_hours](../SpecialInputElements.md#opening_hours)) |
| [phone](#phone) <br/> _(Original in [questions](./BuiltinQuestions.md#phone))_ | What is the phone number of ?<br/>_{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}_<br/>1 options | contact | *[phone](https://wiki.osm.org/wiki/Key:phone)* ([phone](../SpecialInputElements.md#phone)) |
| [email](#email) <br/> _(Original in [questions](./BuiltinQuestions.md#email))_ | What is the email address of ?<br/>_<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>_<br/>2 options | contact | *[email](https://wiki.osm.org/wiki/Key:email)* ([email](../SpecialInputElements.md#email)) |
| [website](#website) <br/> _(Original in [questions](./BuiltinQuestions.md#website))_ | What is the website of ?<br/>_<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>_<br/>1 options | contact | *[website](https://wiki.osm.org/wiki/Key:website)* ([url](../SpecialInputElements.md#url)) |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
| [vegan](#vegan) <br/> _(Original in [questions](./BuiltinQuestions.md#vegan))_ | Does this place offer a vegan option?<br/>4 options | diets | _Multiple choice only_ |
| [diets](#diets) | _diets_ | | _Multiple choice only_ |
| [payment-options](#payment-options) <br/> _(Original in [questions](./BuiltinQuestions.md#payment-options))_ | Which methods of payment are accepted here?<br/>3 options | | _Multiple choice only_ |
| [wheelchair-access](#wheelchair-access) <br/> _(Original in [questions](./BuiltinQuestions.md#wheelchair-access))_ | Is this place accessible with a wheelchair?<br/>4 options | | _Multiple choice only_ |
| [toilets-group](#toilets-group) <br/> _(Original in [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilets-group))_ | _{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}_ | all | _Multiple choice only_ |
@ -216,15 +208,10 @@ _This tagrendering has no question and is thus read-only_
*{create_review()}{list_reviews()}*
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
### lactosefree
_This tagrendering has no question and is thus read-only_
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/lactose_free.svg'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
*lactose_free*
### 1
The question is `What is the name of this ice cream parlor?`
@ -266,35 +253,10 @@ The question is `What is the website of {title()}?`
This tagrendering has labels `contact`
### sugar_free
The question is `Does this shop have a sugar free offering?`
### diets
_This tagrendering has no question and is thus read-only_
- *This shop <b>only sells sugar free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### gluten_free
The question is `Does this shop have a gluten free offering?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/glutenfree.svg'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
### vegan
The question is `Does this place offer a vegan option?`
- *This place <b>only sells vegan</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- *This shop has a big vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>
- *This shop has a <b>limited vegan</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>
- *This shop has no vegan offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
*diets*
### payment-options
The question is `Which methods of payment are accepted here?`
@ -753,18 +715,6 @@ This tagrendering has labels `added_by_default`
-----|-----|----- |
| open_now.0 | Now open | _isOpen=yes |
| id | question | osmTags |
-----|-----|----- |
| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited |
| id | question | osmTags |
-----|-----|----- |
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
| id | question | osmTags |
-----|-----|----- |
| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited |
| id | question | osmTags |
-----|-----|----- |
| accepts_cash.0 | Accepts cash | payment:cash=yes |

View file

@ -33,6 +33,7 @@ A shop
- [single_level](#single_level)
- [copyshop-print-sizes](#copyshop-print-sizes)
- [copyshop-binding](#copyshop-binding)
- [copyshop-binding-types](#copyshop-binding-types)
- [optometrist_service](#optometrist_service)
- [key_cutter](#key_cutter)
- [hairdresser-targetgroup](#hairdresser-targetgroup)
@ -226,6 +227,7 @@ Elements must match **all** of the following expressions:
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
| [copyshop-binding-types](#copyshop-binding-types) | What types of binding are offered here?<br/>4 options | | _Multiple choice only_ |
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
| [hairdresser-targetgroup](#hairdresser-targetgroup) | In what target groups does this hairdresser specialize?<br/>3 options | | _Multiple choice only_ |
@ -250,9 +252,9 @@ Elements must match **all** of the following expressions:
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [diets](./diets.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [diets](./diets.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [shop-dog-access](#shop-dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.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 [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilets-group))_ | _{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}_ | all | _Multiple choice only_ |
@ -591,6 +593,16 @@ The question is `Does this shop offer a binding service?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:service:print' target='_blank'>service:print</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:print%3Dyes' target='_blank'>yes</a> | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$
### copyshop-binding-types
The question is `What types of binding are offered here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/comb_binding.jpg'> *This shop offers comb binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/coil_binding.jpg'> *This shop offers coil binding <i class='subtle'>(spiral binding)</i>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/wire_binding.jpg'> *This shop offers wire binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dno' target='_blank'>no</a>
- *This shop offers thermal binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%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:service:binding' target='_blank'>service:binding</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dyes' target='_blank'>yes</a>
### optometrist_service
The question is `Are medical services available here?`
@ -823,7 +835,7 @@ The question is `Does this shop have a sugar free offering?`
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### gluten_free
The question is `Does this shop have a gluten free offering?`
@ -834,7 +846,7 @@ The question is `Does this shop have a gluten free offering?`
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
@ -845,7 +857,7 @@ The question is `Does {title()} have a lactose-free offering?`
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### shop-dog-access
The question is `Are dogs allowed in this business?`

View file

@ -33,6 +33,7 @@ A shop
- [single_level](#single_level)
- [copyshop-print-sizes](#copyshop-print-sizes)
- [copyshop-binding](#copyshop-binding)
- [copyshop-binding-types](#copyshop-binding-types)
- [optometrist_service](#optometrist_service)
- [key_cutter](#key_cutter)
- [hairdresser-targetgroup](#hairdresser-targetgroup)
@ -221,6 +222,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
| [copyshop-binding-types](#copyshop-binding-types) | What types of binding are offered here?<br/>4 options | | _Multiple choice only_ |
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
| [hairdresser-targetgroup](#hairdresser-targetgroup) | In what target groups does this hairdresser specialize?<br/>3 options | | _Multiple choice only_ |
@ -245,9 +247,9 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [diets](./diets.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [diets](./diets.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [shop-dog-access](#shop-dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.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 [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilets-group))_ | _{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}_ | all | _Multiple choice only_ |
@ -586,6 +588,16 @@ The question is `Does this shop offer a binding service?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:service:print' target='_blank'>service:print</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:print%3Dyes' target='_blank'>yes</a> | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$
### copyshop-binding-types
The question is `What types of binding are offered here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/comb_binding.jpg'> *This shop offers comb binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/coil_binding.jpg'> *This shop offers coil binding <i class='subtle'>(spiral binding)</i>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/wire_binding.jpg'> *This shop offers wire binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dno' target='_blank'>no</a>
- *This shop offers thermal binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%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:service:binding' target='_blank'>service:binding</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dyes' target='_blank'>yes</a>
### optometrist_service
The question is `Are medical services available here?`
@ -818,7 +830,7 @@ The question is `Does this shop have a sugar free offering?`
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### gluten_free
The question is `Does this shop have a gluten free offering?`
@ -829,7 +841,7 @@ The question is `Does this shop have a gluten free offering?`
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
@ -840,7 +852,7 @@ The question is `Does {title()} have a lactose-free offering?`
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### shop-dog-access
The question is `Are dogs allowed in this business?`

View file

@ -32,6 +32,7 @@ A shop
- [single_level](#single_level)
- [copyshop-print-sizes](#copyshop-print-sizes)
- [copyshop-binding](#copyshop-binding)
- [copyshop-binding-types](#copyshop-binding-types)
- [optometrist_service](#optometrist_service)
- [key_cutter](#key_cutter)
- [hairdresser-targetgroup](#hairdresser-targetgroup)
@ -218,6 +219,7 @@ Elements must match **all** of the following expressions:
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
| [copyshop-binding-types](#copyshop-binding-types) | What types of binding are offered here?<br/>4 options | | _Multiple choice only_ |
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
| [hairdresser-targetgroup](#hairdresser-targetgroup) | In what target groups does this hairdresser specialize?<br/>3 options | | _Multiple choice only_ |
@ -242,9 +244,9 @@ Elements must match **all** of the following expressions:
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [diets](./diets.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [diets](./diets.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [shop-dog-access](#shop-dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.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 [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilets-group))_ | _{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}_ | all | _Multiple choice only_ |
@ -583,6 +585,16 @@ The question is `Does this shop offer a binding service?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:service:print' target='_blank'>service:print</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:print%3Dyes' target='_blank'>yes</a> | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$
### copyshop-binding-types
The question is `What types of binding are offered here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/comb_binding.jpg'> *This shop offers comb binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/coil_binding.jpg'> *This shop offers coil binding <i class='subtle'>(spiral binding)</i>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/wire_binding.jpg'> *This shop offers wire binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dno' target='_blank'>no</a>
- *This shop offers thermal binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%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:service:binding' target='_blank'>service:binding</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dyes' target='_blank'>yes</a>
### optometrist_service
The question is `Are medical services available here?`
@ -815,7 +827,7 @@ The question is `Does this shop have a sugar free offering?`
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### gluten_free
The question is `Does this shop have a gluten free offering?`
@ -826,7 +838,7 @@ The question is `Does this shop have a gluten free offering?`
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
@ -837,7 +849,7 @@ The question is `Does {title()} have a lactose-free offering?`
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### shop-dog-access
The question is `Are dogs allowed in this business?`

View file

@ -31,6 +31,7 @@ A shop
- [single_level](#single_level)
- [copyshop-print-sizes](#copyshop-print-sizes)
- [copyshop-binding](#copyshop-binding)
- [copyshop-binding-types](#copyshop-binding-types)
- [optometrist_service](#optometrist_service)
- [key_cutter](#key_cutter)
- [hairdresser-targetgroup](#hairdresser-targetgroup)
@ -234,6 +235,7 @@ Elements must match **all** of the following expressions:
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
| [copyshop-binding-types](#copyshop-binding-types) | What types of binding are offered here?<br/>4 options | | _Multiple choice only_ |
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
| [hairdresser-targetgroup](#hairdresser-targetgroup) | In what target groups does this hairdresser specialize?<br/>3 options | | _Multiple choice only_ |
@ -258,9 +260,9 @@ Elements must match **all** of the following expressions:
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [diets](./diets.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [diets](./diets.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [shop-dog-access](#shop-dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.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 [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilets-group))_ | _{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}_ | all | _Multiple choice only_ |
@ -599,6 +601,16 @@ The question is `Does this shop offer a binding service?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:service:print' target='_blank'>service:print</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:print%3Dyes' target='_blank'>yes</a> | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$
### copyshop-binding-types
The question is `What types of binding are offered here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/comb_binding.jpg'> *This shop offers comb binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/coil_binding.jpg'> *This shop offers coil binding <i class='subtle'>(spiral binding)</i>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/wire_binding.jpg'> *This shop offers wire binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dno' target='_blank'>no</a>
- *This shop offers thermal binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%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:service:binding' target='_blank'>service:binding</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dyes' target='_blank'>yes</a>
### optometrist_service
The question is `Are medical services available here?`
@ -831,7 +843,7 @@ The question is `Does this shop have a sugar free offering?`
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### gluten_free
The question is `Does this shop have a gluten free offering?`
@ -842,7 +854,7 @@ The question is `Does this shop have a gluten free offering?`
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
@ -853,7 +865,7 @@ The question is `Does {title()} have a lactose-free offering?`
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### shop-dog-access
The question is `Are dogs allowed in this business?`

View file

@ -33,6 +33,7 @@ A shop
- [single_level](#single_level)
- [copyshop-print-sizes](#copyshop-print-sizes)
- [copyshop-binding](#copyshop-binding)
- [copyshop-binding-types](#copyshop-binding-types)
- [optometrist_service](#optometrist_service)
- [key_cutter](#key_cutter)
- [hairdresser-targetgroup](#hairdresser-targetgroup)
@ -206,7 +207,7 @@ Elements must match **all** of the following expressions:
-----|-----|-----|----- |
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
| [reviews](#reviews) <br/> _(Original in [questions](./BuiltinQuestions.md#reviews))_ | _{create_review()}{list_reviews()}_ | | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [questions](./BuiltinQuestions.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [shops-name](#shops-name) | What is the name of this shop?<br/>_This shop is called <i>{name}</i>_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
| [shop_types](#shop_types) <br/> _(Original in [id_presets](./id_presets.md#shop_types))_ | What kind of shop is this?<br/>_This is a {shop}_<br/>165 options | description | *[shop](https://wiki.osm.org/wiki/Key:shop)* ([string](../SpecialInputElements.md#string)) |
| [brand](#brand) | What is the brand of this shop?<br/>_Part of <b>{brand}</b>_<br/>1 options | | *[brand](https://wiki.osm.org/wiki/Key:brand)* ([string](../SpecialInputElements.md#string)) |
@ -220,6 +221,7 @@ Elements must match **all** of the following expressions:
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
| [copyshop-binding-types](#copyshop-binding-types) | What types of binding are offered here?<br/>4 options | | _Multiple choice only_ |
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
| [hairdresser-targetgroup](#hairdresser-targetgroup) | In what target groups does this hairdresser specialize?<br/>3 options | | _Multiple choice only_ |
@ -244,8 +246,8 @@ Elements must match **all** of the following expressions:
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [diets](./diets.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [diets](./diets.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [shop-dog-access](#shop-dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.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 [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilets-group))_ | _{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}_ | all | _Multiple choice only_ |
@ -316,7 +318,7 @@ The question is `Does this shop have a gluten free offering?`
- *This shop has a <b>limited gluten free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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 <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### shops-name
The question is `What is the name of this shop?`
@ -594,6 +596,16 @@ The question is `Does this shop offer a binding service?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:service:print' target='_blank'>service:print</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:print%3Dyes' target='_blank'>yes</a> | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$
### copyshop-binding-types
The question is `What types of binding are offered here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/comb_binding.jpg'> *This shop offers comb binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/coil_binding.jpg'> *This shop offers coil binding <i class='subtle'>(spiral binding)</i>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/wire_binding.jpg'> *This shop offers wire binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dno' target='_blank'>no</a>
- *This shop offers thermal binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%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:service:binding' target='_blank'>service:binding</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dyes' target='_blank'>yes</a>
### optometrist_service
The question is `Are medical services available here?`
@ -826,7 +838,7 @@ The question is `Does this shop have a sugar free offering?`
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
@ -837,7 +849,7 @@ The question is `Does {title()} have a lactose-free offering?`
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### shop-dog-access
The question is `Are dogs allowed in this business?`

File diff suppressed because one or more lines are too long

View file

@ -32,6 +32,7 @@ A shop
- [single_level](#single_level)
- [copyshop-print-sizes](#copyshop-print-sizes)
- [copyshop-binding](#copyshop-binding)
- [copyshop-binding-types](#copyshop-binding-types)
- [optometrist_service](#optometrist_service)
- [key_cutter](#key_cutter)
- [hairdresser-targetgroup](#hairdresser-targetgroup)
@ -218,6 +219,7 @@ Elements must match **any** of the following expressions:
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
| [copyshop-binding-types](#copyshop-binding-types) | What types of binding are offered here?<br/>4 options | | _Multiple choice only_ |
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
| [hairdresser-targetgroup](#hairdresser-targetgroup) | In what target groups does this hairdresser specialize?<br/>3 options | | _Multiple choice only_ |
@ -242,9 +244,9 @@ Elements must match **any** of the following expressions:
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [diets](./diets.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [diets](./diets.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [shop-dog-access](#shop-dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.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 [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilets-group))_ | _{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}_ | all | _Multiple choice only_ |
@ -583,6 +585,16 @@ The question is `Does this shop offer a binding service?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:service:print' target='_blank'>service:print</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:print%3Dyes' target='_blank'>yes</a> | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$
### copyshop-binding-types
The question is `What types of binding are offered here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/comb_binding.jpg'> *This shop offers comb binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/coil_binding.jpg'> *This shop offers coil binding <i class='subtle'>(spiral binding)</i>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/wire_binding.jpg'> *This shop offers wire binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dno' target='_blank'>no</a>
- *This shop offers thermal binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%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:service:binding' target='_blank'>service:binding</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dyes' target='_blank'>yes</a>
### optometrist_service
The question is `Are medical services available here?`
@ -815,7 +827,7 @@ The question is `Does this shop have a sugar free offering?`
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### gluten_free
The question is `Does this shop have a gluten free offering?`
@ -826,7 +838,7 @@ The question is `Does this shop have a gluten free offering?`
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
@ -837,7 +849,7 @@ The question is `Does {title()} have a lactose-free offering?`
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### shop-dog-access
The question is `Are dogs allowed in this business?`

View file

@ -33,6 +33,7 @@ A shop
- [single_level](#single_level)
- [copyshop-print-sizes](#copyshop-print-sizes)
- [copyshop-binding](#copyshop-binding)
- [copyshop-binding-types](#copyshop-binding-types)
- [optometrist_service](#optometrist_service)
- [key_cutter](#key_cutter)
- [hairdresser-targetgroup](#hairdresser-targetgroup)
@ -220,6 +221,7 @@ Elements must match **all** of the following expressions:
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
| [copyshop-binding-types](#copyshop-binding-types) | What types of binding are offered here?<br/>4 options | | _Multiple choice only_ |
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
| [hairdresser-targetgroup](#hairdresser-targetgroup) | In what target groups does this hairdresser specialize?<br/>3 options | | _Multiple choice only_ |
@ -244,9 +246,9 @@ Elements must match **all** of the following expressions:
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [diets](./diets.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [diets](./diets.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [shop-dog-access](#shop-dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.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 [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilets-group))_ | _{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}_ | all | _Multiple choice only_ |
@ -591,6 +593,16 @@ The question is `Does this shop offer a binding service?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:service:print' target='_blank'>service:print</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:print%3Dyes' target='_blank'>yes</a> | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$
### copyshop-binding-types
The question is `What types of binding are offered here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/comb_binding.jpg'> *This shop offers comb binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/coil_binding.jpg'> *This shop offers coil binding <i class='subtle'>(spiral binding)</i>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/wire_binding.jpg'> *This shop offers wire binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dno' target='_blank'>no</a>
- *This shop offers thermal binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%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:service:binding' target='_blank'>service:binding</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dyes' target='_blank'>yes</a>
### optometrist_service
The question is `Are medical services available here?`
@ -823,7 +835,7 @@ The question is `Does this shop have a sugar free offering?`
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### gluten_free
The question is `Does this shop have a gluten free offering?`
@ -834,7 +846,7 @@ The question is `Does this shop have a gluten free offering?`
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
@ -845,7 +857,7 @@ The question is `Does {title()} have a lactose-free offering?`
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### shop-dog-access
The question is `Are dogs allowed in this business?`

View file

@ -33,6 +33,7 @@ A shop
- [single_level](#single_level)
- [copyshop-print-sizes](#copyshop-print-sizes)
- [copyshop-binding](#copyshop-binding)
- [copyshop-binding-types](#copyshop-binding-types)
- [optometrist_service](#optometrist_service)
- [key_cutter](#key_cutter)
- [hairdresser-targetgroup](#hairdresser-targetgroup)
@ -221,6 +222,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| [single_level](#single_level) <br/> _(Original in [questions](./BuiltinQuestions.md#single_level))_ | On what level is this feature located?<br/>_Located on the {level}th floor_<br/>5 options | level | *[level](https://wiki.osm.org/wiki/Key:level)* ([float](../SpecialInputElements.md#float)) |
| [copyshop-print-sizes](#copyshop-print-sizes) | What paper formats does this shop offer?<br/>5 options | | _Multiple choice only_ |
| [copyshop-binding](#copyshop-binding) | Does this shop offer a binding service?<br/>2 options | | _Multiple choice only_ |
| [copyshop-binding-types](#copyshop-binding-types) | What types of binding are offered here?<br/>4 options | | _Multiple choice only_ |
| [optometrist_service](#optometrist_service) | Are medical services available here?<br/>2 options | | _Multiple choice only_ |
| [key_cutter](#key_cutter) | Does this shop offer key cutting?<br/>3 options | | _Multiple choice only_ |
| [hairdresser-targetgroup](#hairdresser-targetgroup) | In what target groups does this hairdresser specialize?<br/>3 options | | _Multiple choice only_ |
@ -245,9 +247,9 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
| [internet-fee](#internet-fee) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-fee))_ | Is there a fee for internet access?<br/>3 options | internet-all | _Multiple choice only_ |
| [internet-ssid](#internet-ssid) <br/> _(Original in [questions](./BuiltinQuestions.md#internet-ssid))_ | What is the network name for the wireless internet access?<br/>_The network name is <b>{internet_access:ssid}</b>_<br/>1 options | internet-all | *[internet_access:ssid](https://wiki.osm.org/wiki/Key:internet_access:ssid)* ([string](../SpecialInputElements.md#string)) |
| [organic](#organic) | Does this shop offer organic products?<br/>3 options | | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.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 [questions](./BuiltinQuestions.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets | _Multiple choice only_ |
| [sugar_free](#sugar_free) <br/> _(Original in [diets](./diets.md#sugar_free))_ | Does this shop have a sugar free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [gluten_free](#gluten_free) <br/> _(Original in [diets](./diets.md#gluten_free))_ | Does this shop have a gluten free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [lactose_free](#lactose_free) <br/> _(Original in [diets](./diets.md#lactose_free))_ | Does have a lactose-free offering?<br/>4 options | diets, diets-content, hidden | _Multiple choice only_ |
| [shop-dog-access](#shop-dog-access) <br/> _(Original in [questions](./BuiltinQuestions.md#dog-access))_ | Are dogs allowed in this business?<br/>5 options | | _Multiple choice only_ |
| [description](#description) <br/> _(Original in [questions](./BuiltinQuestions.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 [toilet_at_amenity_lib](./toilet_at_amenity_lib.md#toilets-group))_ | _{group(grouptitle,toilet-questions,wheelchair;wheelchair-title;adult-changing-table)}_ | all | _Multiple choice only_ |
@ -586,6 +588,16 @@ The question is `Does this shop offer a binding service?`
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:service:print' target='_blank'>service:print</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:print%3Dyes' target='_blank'>yes</a> | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$
### copyshop-binding-types
The question is `What types of binding are offered here?`
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/comb_binding.jpg'> *This shop offers comb binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:comb' target='_blank'>service:binding:comb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:comb%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/coil_binding.jpg'> *This shop offers coil binding <i class='subtle'>(spiral binding)</i>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:coil' target='_blank'>service:binding:coil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:coil%3Dno' target='_blank'>no</a>
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/shops/wire_binding.jpg'> *This shop offers wire binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:wire' target='_blank'>service:binding:wire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:wire%3Dno' target='_blank'>no</a>
- *This shop offers thermal binding* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:binding:thermal' target='_blank'>service:binding:thermal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding:thermal%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:service:binding' target='_blank'>service:binding</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dyes' target='_blank'>yes</a>
### optometrist_service
The question is `Are medical services available here?`
@ -818,7 +830,7 @@ The question is `Does this shop have a sugar free offering?`
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### gluten_free
The question is `Does this shop have a gluten free offering?`
@ -829,7 +841,7 @@ The question is `Does this shop have a gluten free offering?`
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### lactose_free
The question is `Does {title()} have a lactose-free offering?`
@ -840,7 +852,7 @@ The question is `Does {title()} have a lactose-free offering?`
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='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: <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket' target='_blank'>supermarket</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience' target='_blank'>convenience</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm' target='_blank'>farm</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer' target='_blank'>greengrocer</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food' target='_blank'>health_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli' target='_blank'>deli</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery' target='_blank'>bakery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages' target='_blank'>beverages</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry' target='_blank'>pastry</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate' target='_blank'>chocolate</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food' target='_blank'>frozen_food</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dice_cream' target='_blank'>ice_cream</a>
This tagrendering has labels `diets`
This tagrendering has labels `diets` `diets-content` `hidden`
### shop-dog-access
The question is `Are dogs allowed in this business?`