mapcomplete/Docs/BuiltinQuestions.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

604 lines
9.4 KiB
Markdown
Raw Normal View History

2022-02-14 23:52:59 +01:00
Builtin questions
===================
The following items can be easily reused in your layers
## Table of contents
1. [Builtin questions](#builtin-questions)
+ [questions](#questions)
+ [images](#images)
2022-06-04 16:56:15 +02:00
+ [mapillary](#mapillary)
2022-02-14 23:52:59 +01:00
+ [export_as_gpx](#export_as_gpx)
2022-02-28 17:16:21 +01:00
+ [export_as_geojson](#export_as_geojson)
2022-02-14 23:52:59 +01:00
+ [wikipedia](#wikipedia)
+ [reviews](#reviews)
+ [minimap](#minimap)
+ [phone](#phone)
+ [osmlink](#osmlink)
+ [wikipedialink](#wikipedialink)
+ [email](#email)
+ [website](#website)
+ [wheelchair-access](#wheelchair-access)
+ [dog-access](#dog-access)
+ [description](#description)
+ [opening_hours](#opening_hours)
2022-10-27 01:50:01 +02:00
+ [opening_hours_24_7](#opening_hours_24_7)
2022-12-16 13:40:25 +01:00
+ [opening_hours_by_appointment](#opening_hours_by_appointment)
2022-02-14 23:52:59 +01:00
+ [service:electricity](#serviceelectricity)
+ [payment-options](#payment-options)
2022-12-16 13:42:37 +01:00
+ [payment-options-split](#payment-options-split)
2022-02-14 23:52:59 +01:00
+ [payment-options-advanced](#payment-options-advanced)
2022-12-16 13:42:37 +01:00
+ [denominations-coins](#denominations-coins)
2023-02-06 01:34:26 +01:00
+ [denominations-notes](#denominations-notes)
2022-02-14 23:52:59 +01:00
+ [last_edit](#last_edit)
+ [all_tags](#all_tags)
2022-07-26 16:58:51 +02:00
+ [multilevels](#multilevels)
2022-02-14 23:52:59 +01:00
+ [level](#level)
2022-06-20 01:44:56 +02:00
+ [smoking](#smoking)
2022-07-26 10:51:14 +02:00
+ [induction-loop](#induction-loop)
2022-08-24 14:47:36 +02:00
+ [internet](#internet)
+ [internet-fee](#internet-fee)
+ [internet-ssid](#internet-ssid)
2022-02-14 23:52:59 +01:00
+ [defaults](#defaults)
+ [isOpen](#isopen)
+ [phonelink](#phonelink)
+ [emaillink](#emaillink)
2022-06-20 01:44:56 +02:00
+ [smokingicon](#smokingicon)
2022-02-14 23:52:59 +01:00
+ [sharelink](#sharelink)
### questions
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
### images
2022-06-04 16:56:15 +02:00
{image_carousel()}{image_upload()}{nearby_images(expandable)}
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-06-04 16:56:15 +02:00
### mapillary
{mapillary()}
2022-02-14 23:52:59 +01:00
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
### export_as_gpx
{export_as_gpx()}
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
2022-02-28 17:16:21 +01:00
### export_as_geojson
{export_as_geojson()}
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-28 17:16:21 +01:00
2022-02-14 23:52:59 +01:00
### wikipedia
{wikipedia():max-height:25rem}
What is the corresponding Wikidata entity?
- {wikipedia():max-height:25rem}
2022-02-14 23:52:59 +01:00
- No Wikipedia page has been linked yet
### reviews
{reviews()}
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
### minimap
{minimap(18, id): width:100%; height:8rem; border-radius:2rem; overflow: hidden; pointer-events: none;}
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
### phone
<a href='tel:{phone}'>{phone}</a>
2022-02-28 17:16:21 +01:00
What is the phone number of {title()}?
2022-02-14 23:52:59 +01:00
- <a href='tel:{contact:phone}'>{contact:phone}</a>
### osmlink
2022-06-04 16:56:15 +02:00
<a href='https://openstreetmap.org/{id}' target='_blank'><img alt='on osm' textmode='🗺️' src='./assets/svg/osm-logo-us.svg'/></a>
2022-02-14 23:52:59 +01:00
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
-
- <a href='{_backend}/{id}' target='_blank'><img src='./assets/svg/osm-logo-us.svg'/></a>
### wikipedialink
2022-06-04 16:56:15 +02:00
<a href='https://wikipedia.org/wiki/{wikipedia}' target='_blank'><img src='./assets/svg/wikipedia.svg' textmode='📖' alt='Wikipedia'/></a>
2022-02-14 23:52:59 +01:00
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
- <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'><img src='./assets/svg/wikidata.svg' alt='WD'/></a>
### email
<a href='mailto:{email}' target='_blank'>{email}</a>
2022-02-28 17:16:21 +01:00
What is the email address of {title()}?
2022-02-14 23:52:59 +01:00
- <a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>
### website
2023-01-10 19:34:07 +01:00
<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>
2022-02-14 23:52:59 +01:00
2022-02-28 17:16:21 +01:00
What is the website of {title()}?
2022-02-14 23:52:59 +01:00
2023-01-10 19:34:07 +01:00
- <a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>
2022-02-14 23:52:59 +01:00
### wheelchair-access
Is this place accessible with a wheelchair?
- This place is specially adapted for wheelchair users
- This place is easily reachable with a wheelchair
- It is possible to reach this place in a wheelchair, but it is not easy
- This place is not reachable with a wheelchair
### dog-access
Are dogs allowed in this business?
- Dogs are allowed
- Dogs are <b>not</b> allowed
- Dogs are allowed, but they have to be leashed
- Dogs are allowed and can run around freely
### description
{description}
Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span>
### opening_hours
<h3>Opening hours</h3>{opening_hours_table(opening_hours)}
2022-02-28 17:16:21 +01:00
What are the opening hours of {title()}?
2022-02-14 23:52:59 +01:00
2022-10-27 01:50:01 +02:00
### opening_hours_24_7
<h3>Opening hours</h3>{opening_hours_table(opening_hours)}
What are the opening hours of {title()}?
- 24/7 opened (including holidays)
2022-12-16 13:40:25 +01:00
### opening_hours_by_appointment
<h3>Opening hours</h3>{opening_hours_table(opening_hours)}
What are the opening hours of {title()}?
- Only by appointment
- Only by appointment
2022-02-14 23:52:59 +01:00
### service:electricity
Does this amenity have electrical outlets, available to customers when they are inside?
- There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics
- There are a few domestic sockets available to customers seated indoors, where they can charge their electronics
- There are no sockets available indoors to customers, but charging might be possible if the staff is asked
- There are a no domestic sockets available to customers seated indoors
### payment-options
Which methods of payment are accepted here?
- Cash is accepted here
- Payment cards are accepted here
2022-12-16 13:42:37 +01:00
### payment-options-split
Which methods of payment are accepted here?
- Cash is accepted here
- Payment cards are accepted here
- Coins are accepted here
- Bank notes are accepted here
- Debit cards are accepted here
- Credit cards are accepted here
2022-02-14 23:52:59 +01:00
### payment-options-advanced
Which methods of payment are accepted here?
- Cash is accepted here
- Payment cards are accepted here
- Payment is done using a dedicated app
- Payment is done using a membership card
2022-12-16 13:42:37 +01:00
### denominations-coins
2022-12-28 00:48:47 +01:00
What coins can you use to pay here?
2022-12-16 13:42:37 +01:00
- 1 cent coins are accepted
- 2 cent coins are accepted
- 5 cent coins are accepted
- 10 cent coins are accepted
- 20 cent coins are accepted
- 50 cent coins are accepted
- 1 euro coins are accepted
- 2 euro coins are accepted
2023-02-06 01:34:26 +01:00
### denominations-notes
what notes can you use to pay here?
- 5 euro notes are accepted
- 10 euro notes are accepted
- 20 euro notes are accepted
- 50 euro notes are accepted
- 100 euro notes are accepted
- 200 euro notes are accepted
- 500 euro notes are accepted
2022-02-14 23:52:59 +01:00
### last_edit
<div class='subtle' style='font-size: small; margin-top: 2em; margin-bottom: 0.5em;'><a href='https://www.openStreetMap.org/changeset/{_last_edit:changeset}' target='_blank'>Last edited on {_last_edit:timestamp}</a> by <a href='https://www.openStreetMap.org/user/{_last_edit:contributor}' target='_blank'>{_last_edit:contributor}</a></div>
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
### all_tags
{all_tags()}
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
2022-07-26 16:58:51 +02:00
### multilevels
This elevator goes to floors {level}
What levels does this elevator go to?
- Located underground
- Located on the ground floor
- Located on the ground floor
- Located on the first floor
- Located on the first basement level
2022-02-14 23:52:59 +01:00
### level
Located on the {level}th floor
On what level is this feature located?
- Located underground
- Located on the ground floor
- Located on the ground floor
- Located on the first floor
- Located on the first basement level
2022-06-20 01:44:56 +02:00
### smoking
Is smoking allowed at {title()}?
- Smoking is <b>allowed</b>
- Smoking is <b>not allowed</b>
- Smoking is <b>allowed outside</b>.
2022-07-26 10:51:14 +02:00
### induction-loop
Does this place have an audio induction loop for people with reduced hearing?
- This place has an audio induction loop
2022-07-27 10:18:43 +02:00
- This place <b>does not</b> have an audio induction loop
2022-07-26 10:51:14 +02:00
2022-08-24 14:47:36 +02:00
### internet
Does this place offer internet access?
- This place offers wireless internet access
- This place <b>does not</b> offer internet access
- This place offers internet access
- This place offers internet access via a terminal or computer
- This place offers wired internet access
### internet-fee
Is there a fee for internet access?
- There is a fee for the internet access at this place
- Internet access is free at this place
- Internet access is free at this place, for customers only
### internet-ssid
The network name is <b>{internet_access:ssid}</b>
What is the network name for the wireless internet access?
- Telekom
2022-02-14 23:52:59 +01:00
### defaults
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
### isOpen
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
- clock:#0f0;ring:#0f0
- circle:#f00;clock:#fff
- clock:#ff0;ring:#ff0
- circle:#f0f;clock:#fff
### phonelink
2022-06-20 01:44:56 +02:00
<a href='tel:{phone}'><img textmode='📞' alt='phone' src='./assets/tagRenderings/phone.svg'/></a>
2022-02-14 23:52:59 +01:00
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
### emaillink
2022-06-20 01:44:56 +02:00
<a href='mailto:{email}'><img textmode='✉️' alt='email' src='./assets/tagRenderings/send_email.svg'/></a>
2022-02-14 23:52:59 +01:00
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
2022-06-20 01:44:56 +02:00
### smokingicon
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-06-20 01:44:56 +02:00
- <img textmode='🚭️' alt='no-smoking' src='./assets/tagRenderings/no_smoking.svg'/>
- <img textmode='🚬️' alt='smoking-allowed' src='./assets/tagRenderings/smoking.svg'/>
2022-02-14 23:52:59 +01:00
### sharelink
{share_link()}
2022-12-08 00:48:44 +01:00
*Read-only tagrendering*
2022-02-14 23:52:59 +01:00
2022-02-15 00:11:11 +01:00
This document is autogenerated from [Customizations/SharedTagRenderings.ts](https://github.com/pietervdvn/MapComplete/blob/develop/Customizations/SharedTagRenderings.ts), [assets/tagRenderings/questions.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/tagRenderings/questions.json)