Improve documentation

This commit is contained in:
Pieter Vander Vennet 2022-12-08 00:48:44 +01:00
parent ae146606e0
commit 4d930ae985
123 changed files with 4874 additions and 4239 deletions

View file

@ -95,23 +95,23 @@ This tagrendering has no question and is thus read-only
The question is On what level is this feature located?
The question is *On what level is this feature located?*
This rendering asks information about the property [level](https://wiki.openstreetmap.org/wiki/Key:level)
This is rendered with Located on the {level}th floor
This is rendered with `Located on the {level}th floor`
- Located underground corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>`
- *Located underground* corresponds with `location=underground`
- This option cannot be chosen as answer
- Located on the ground floor corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>`
- Located on the ground floor corresponds with ``
- *Located on the ground floor* corresponds with `level=0`
- *Located on the ground floor* corresponds with ``
- This option cannot be chosen as answer
- Located on the first floor corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D1' target='_blank'>1</a>`
- Located on the first basement level corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D-1' target='_blank'>-1</a>`
- *Located on the first floor* corresponds with `level=1`
- *Located on the first basement level* corresponds with `level=-1`
@ -120,21 +120,21 @@ This is rendered with Located on the {level}th floor
The question is Are these toilets publicly accessible?
The question is *Are these toilets publicly accessible?*
This rendering asks information about the property [access](https://wiki.openstreetmap.org/wiki/Key:access)
This is rendered with Access is {access}
This is rendered with `Access is {access}`
- Public access corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>`
- Only access to customers corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers' target='_blank'>customers</a>`
- Not accessible corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dno' target='_blank'>no</a>`
- Accessible, but one has to ask a key to enter corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dkey' target='_blank'>key</a>`
- Public access corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpublic' target='_blank'>public</a>`
- *Public access* corresponds with `access=yes`
- *Only access to customers* corresponds with `access=customers`
- *Not accessible* corresponds with `access=no`
- *Accessible, but one has to ask a key to enter* corresponds with `access=key`
- *Public access* corresponds with `access=public`
- This option cannot be chosen as answer
@ -144,14 +144,14 @@ This is rendered with Access is {access}
The question is Are these toilets free to use?
The question is *Are these toilets free to use?*
- These are paid toilets corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>`
- Free to use corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>`
- *These are paid toilets* corresponds with `fee=yes`
- *Free to use* corresponds with `fee=no`
@ -160,11 +160,11 @@ The question is Are these toilets free to use?
The question is How much does one have to pay for these toilets?
The question is *How much does one have to pay for these toilets?*
This rendering asks information about the property [charge](https://wiki.openstreetmap.org/wiki/Key:charge)
This is rendered with The fee is {charge}
This is rendered with `The fee is {charge}`
@ -176,15 +176,15 @@ This tagrendering is only visible in the popup if the following condition is met
The question is Which methods of payment are accepted here?
The question is *Which methods of payment are accepted here?*
- Cash is accepted here corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:payment:cash' target='_blank'>payment:cash</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dyes' target='_blank'>yes</a>`
- *Cash is accepted here* corresponds with `payment:cash=yes`
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cash' target='_blank'>payment:cash</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dno' target='_blank'>no</a>
- Payment cards are accepted here corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:payment:cards' target='_blank'>payment:cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dyes' target='_blank'>yes</a>`
- *Payment cards are accepted here* corresponds with `payment:cards=yes`
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cards' target='_blank'>payment:cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dno' target='_blank'>no</a>
@ -196,17 +196,17 @@ This tagrendering is only visible in the popup if the following condition is met
The question is When are these toilets opened?
The question is *When are these toilets opened?*
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
This is rendered with <h3>Opening hours</h3>{opening_hours_table(opening_hours)}
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
- 24/7 opened (including holidays) corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>`
- *24/7 opened (including holidays)* corresponds with `opening_hours=24/7`
@ -215,15 +215,15 @@ This is rendered with <h3>Opening hours</h3>{opening_hours_table(opening_hours)
The question is Is there a dedicated toilet for wheelchair users?
The question is *Is there a dedicated toilet for wheelchair users?*
- There is a dedicated toilet for wheelchair users corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>`
- No wheelchair access corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a>`
- There is only a dedicated toilet for wheelchair users corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a>`
- *There is a dedicated toilet for wheelchair users* corresponds with `wheelchair=yes`
- *No wheelchair access* corresponds with `wheelchair=no`
- *There is only a dedicated toilet for wheelchair users* corresponds with `wheelchair=designated`
@ -232,11 +232,11 @@ The question is Is there a dedicated toilet for wheelchair users?
The question is What is the width of the door to the wheelchair accessible toilet?
The question is *What is the width of the door to the wheelchair accessible toilet?*
This rendering asks information about the property [door:width](https://wiki.openstreetmap.org/wiki/Key:door:width)
This is rendered with The door to the wheelchair-accessible toilet is {canonical(door:width)} wide
This is rendered with `The door to the wheelchair-accessible toilet is {canonical(door:width)} wide`
@ -248,16 +248,16 @@ This tagrendering is only visible in the popup if the following condition is met
The question is Which kind of toilets are this?
The question is *Which kind of toilets are this?*
- There are only seated toilets corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:position' target='_blank'>toilets:position</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated' target='_blank'>seated</a>`
- There are only urinals here corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:position' target='_blank'>toilets:position</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Durinal' target='_blank'>urinal</a>`
- There are only squat toilets here corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:position' target='_blank'>toilets:position</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dsquat' target='_blank'>squat</a>`
- Both seated toilets and urinals are available here corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:position' target='_blank'>toilets:position</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated;urinal' target='_blank'>seated;urinal</a>`
- *There are only seated toilets* corresponds with `toilets:position=seated`
- *There are only urinals here* corresponds with `toilets:position=urinal`
- *There are only squat toilets here* corresponds with `toilets:position=squat`
- *Both seated toilets and urinals are available here* corresponds with `toilets:position=seated;urinal`
@ -266,14 +266,14 @@ The question is Which kind of toilets are this?
The question is Is a changing table (to change diapers) available?
The question is *Is a changing table (to change diapers) available?*
- A changing table is available corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:changing_table' target='_blank'>changing_table</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dyes' target='_blank'>yes</a>`
- No changing table is available corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:changing_table' target='_blank'>changing_table</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dno' target='_blank'>no</a>`
- *A changing table is available* corresponds with `changing_table=yes`
- *No changing table is available* corresponds with `changing_table=no`
@ -282,20 +282,20 @@ The question is Is a changing table (to change diapers) available?
The question is Where is the changing table located?
The question is *Where is the changing table located?*
This rendering asks information about the property [changing_table:location](https://wiki.openstreetmap.org/wiki/Key:changing_table:location)
This is rendered with The changing table is located at {changing_table:location}
This is rendered with `The changing table is located at {changing_table:location}`
- The changing table is in the toilet for women. corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet' target='_blank'>female_toilet</a>`
- The changing table is in the toilet for men. corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet' target='_blank'>male_toilet</a>`
- The changing table is in the toilet for wheelchair users. corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dwheelchair_toilet' target='_blank'>wheelchair_toilet</a>`
- The changing table is in a dedicated room. corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Ddedicated_room' target='_blank'>dedicated_room</a>`
- *The changing table is in the toilet for women. * corresponds with `changing_table:location=female_toilet`
- *The changing table is in the toilet for men. * corresponds with `changing_table:location=male_toilet`
- *The changing table is in the toilet for wheelchair users. * corresponds with `changing_table:location=wheelchair_toilet`
- *The changing table is in a dedicated room. * corresponds with `changing_table:location=dedicated_room`
This tagrendering is only visible in the popup if the following condition is met: `changing_table=yes`
@ -306,14 +306,14 @@ This tagrendering is only visible in the popup if the following condition is met
The question is Do these toilets have a sink to wash your hands?
The question is *Do these toilets have a sink to wash your hands?*
- This toilets have a sink to wash your hands corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing' target='_blank'>toilets:handwashing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dyes' target='_blank'>yes</a>`
- This toilets <b>don't</b> have a sink to wash your hands corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing' target='_blank'>toilets:handwashing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dno' target='_blank'>no</a>`
- *This toilets have a sink to wash your hands* corresponds with `toilets:handwashing=yes`
- *This toilets <b>don't</b> have a sink to wash your hands* corresponds with `toilets:handwashing=no`
@ -322,14 +322,14 @@ The question is Do these toilets have a sink to wash your hands?
The question is Does one have to bring their own toilet paper to this toilet?
The question is *Does one have to bring their own toilet paper to this toilet?*
- This toilet is equipped with toilet paper corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:paper_supplied' target='_blank'>toilets:paper_supplied</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dyes' target='_blank'>yes</a>`
- You have to bring your own toilet paper to this toilet corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:toilets:paper_supplied' target='_blank'>toilets:paper_supplied</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dno' target='_blank'>no</a>`
- *This toilet is equipped with toilet paper* corresponds with `toilets:paper_supplied=yes`
- *You have to bring your own toilet paper to this toilet* corresponds with `toilets:paper_supplied=no`
@ -338,11 +338,11 @@ The question is Does one have to bring their own toilet paper to this toilet?
The question is 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>
The question is *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>*
This rendering asks information about the property [description](https://wiki.openstreetmap.org/wiki/Key:description)
This is rendered with {description}
This is rendered with `{description}`