This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
This tagrendering has no question and is thus read-only
### reviews
Shows the reviews module (including the possibility to leave a review)
This tagrendering has no question and is thus read-only
### name
The question is *What is the name of this hotel?*
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
This is rendered with `This hotel is called {name}`
### phone
The question is *What is the phone number of {title()}?*
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
This is rendered with `<a href='tel:{phone}'>{phone}</a>`
- *<ahref='tel:{contact:phone}'>{contact:phone}</a>* corresponds with `contact:phone~.+`
- This option cannot be chosen as answer
This tagrendering has labels `contact`
### email
The question is *What is the email address of {title()}?*
This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email)
This is rendered with `<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>`
- *<ahref='mailto:{contact:email}'target='_blank'rel='noopener'>{contact:email}</a>* corresponds with `contact:email~.+`
- This option cannot be chosen as answer
This tagrendering has labels `contact`
### website
The question is *What is the website of {title()}?*
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<ahref='{contact:website}'rel='nofollow noopener noreferrer'target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+`
- This option cannot be chosen as answer
This tagrendering has labels `contact`
### wheelchair-access
The question is *Is this place accessible with a wheelchair?*
- *This place is specially adapted for wheelchair users* corresponds with `wheelchair=designated`
- *This place is easily reachable with a wheelchair* corresponds with `wheelchair=yes`
- *It is possible to reach this place in a wheelchair, but it is not easy* corresponds with `wheelchair=limited`
- *This place is not reachable with a wheelchair* corresponds with `wheelchair=no`
### internet
The question is *Does this place offer internet access?*
- *This place offers wireless internet access* corresponds with `internet_access=wlan`
- *This place <b>does not</b> offer internet access* corresponds with `internet_access=no`
- *This place offers internet access* corresponds with `internet_access=yes`
- This option cannot be chosen as answer
- *This place offers internet access via a terminal or computer* corresponds with `internet_access=terminal`
- *This place offers wired internet access* corresponds with `internet_access=wired`
### internet-fee
The question is *Is there a fee for internet access?*
- *There is a fee for the internet access at this place* corresponds with `internet_access:fee=yes`
- *Internet access is free at this place* corresponds with `internet_access:fee=no`
- *Internet access is free at this place, for customers only* corresponds with `internet_access:fee=customers`
This tagrendering has no question and is thus read-only
This document is autogenerated from [assets/layers/hotel/hotel.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hotel/hotel.json)