From 809a534ed0bf5758e2803935dc4234f23cdaebe3 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 14 Feb 2022 23:52:59 +0100 Subject: [PATCH] Add builtin questions doc file --- Docs/BuiltinQuestions.md | 381 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 381 insertions(+) create mode 100644 Docs/BuiltinQuestions.md diff --git a/Docs/BuiltinQuestions.md b/Docs/BuiltinQuestions.md new file mode 100644 index 0000000000..e72f69a6ff --- /dev/null +++ b/Docs/BuiltinQuestions.md @@ -0,0 +1,381 @@ + + + Builtin questions +=================== + + + +The following items can be easily reused in your layers + +## Table of contents + +1. [Builtin questions](#builtin-questions) + + [questions](#questions) + + [images](#images) + + [export_as_gpx](#export_as_gpx) + + [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) + + [service:electricity](#serviceelectricity) + + [payment-options](#payment-options) + + [payment-options-advanced](#payment-options-advanced) + + [last_edit](#last_edit) + + [all_tags](#all_tags) + + [level](#level) + + [default](#default) + + [defaults](#defaults) + + [isOpen](#isopen) + + [phonelink](#phonelink) + + [emaillink](#emaillink) + + [sharelink](#sharelink) + + + + + +### questions + + + +Read-only tagrendering + + + +### images + + + +{image_carousel()}{image_upload()} + +Read-only tagrendering + + + +### export_as_gpx + + + +{export_as_gpx()} + +Read-only tagrendering + + + +### wikipedia + + + +{wikipedia():max-height:25rem} + +What is the corresponding Wikidata entity? + + + + - No Wikipedia page has been linked yet + + + + +### reviews + + + +{reviews()} + +Read-only tagrendering + + + +### minimap + + + +{minimap(18, id): width:100%; height:8rem; border-radius:2rem; overflow: hidden; pointer-events: none;} + +Read-only tagrendering + + + +### phone + + + +{phone} + +What is the phone number of {name}? + + + + - {contact:phone} + + + + +### osmlink + + + + + +Read-only tagrendering + + + + - + - + + + + +### wikipedialink + + + +WP + +Read-only tagrendering + + + + - WD + + + + +### email + + + +{email} + +What is the email address of {name}? + + + + - {contact:email} + + + + +### website + + + +{website} + +What is the website of {name}? + + + + - {contact:website} + + + + +### 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 not 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.
Don't repeat already stated facts + + + +### opening_hours + + + +

Opening hours

{opening_hours_table(opening_hours)} + +What are the opening hours of {name}? + + + +### 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 + + + + +### 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 + + + + +### last_edit + + + +
Last edited on {_last_edit:timestamp} by {_last_edit:contributor}
+ +Read-only tagrendering + + + +### all_tags + + + +{all_tags()} + +Read-only tagrendering + + + +### 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 + + + + +### default + + + +Read-only tagrendering + + + +### defaults + + + +Read-only tagrendering + + + +### isOpen + + + +Read-only tagrendering + + + + - clock:#0f0;ring:#0f0 + - circle:#f00;clock:#fff + - clock:#ff0;ring:#ff0 + - circle:#f0f;clock:#fff + + + + +### phonelink + + + + + +Read-only tagrendering + + + +### emaillink + + + + + +Read-only tagrendering + + + +### sharelink + + + +{share_link()} + +Read-only tagrendering + +This document is autogenerated from SharedTagRendings.ts, assets/tagRenderings/questions.json \ No newline at end of file