Chore: update docs

This commit is contained in:
Pieter Vander Vennet 2024-02-12 12:52:28 +01:00
parent cb76823210
commit af2763532b
176 changed files with 8056 additions and 3942 deletions

View file

@ -14,7 +14,7 @@ A layer showing (public) toilets
- This layer is shown at zoomlevel **12** and higher
- This layer is shown at zoomlevel **10** and higher
@ -29,6 +29,7 @@ A layer showing (public) toilets
- [nature](https://mapcomplete.org/nature)
- [onwheels](https://mapcomplete.org/onwheels)
- [personal](https://mapcomplete.org/personal)
- [ski](https://mapcomplete.org/ski)
- [toilets](https://mapcomplete.org/toilets)
@ -129,11 +130,7 @@ This tagrendering has labels `level`
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 rendering asks information about the property [level](https://wiki.openstreetmap.org/wiki/Key:level) This is rendered with `Located on the {level}th floor`
@ -156,11 +153,7 @@ This tagrendering has labels `level`
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 rendering asks information about the property [access](https://wiki.openstreetmap.org/wiki/Key:access) This is rendered with `Access is {access}`
@ -200,11 +193,7 @@ This tagrendering has labels `relevant-questions`
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 rendering asks information about the property [charge](https://wiki.openstreetmap.org/wiki/Key:charge) This is rendered with `The fee is {charge}`
This tagrendering is only visible in the popup if the following condition is met: `<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>`
@ -252,11 +241,7 @@ This tagrendering has labels `relevant-questions`
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 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)}`
@ -292,11 +277,7 @@ This tagrendering has labels `relevant-questions`
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 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 tagrendering is only visible in the popup if the following condition is met: `<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> | <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>`
@ -348,18 +329,14 @@ This tagrendering has labels `relevant-questions`
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 rendering asks information about the property [changing_table:location](https://wiki.openstreetmap.org/wiki/Key:changing_table:location) This is rendered with `A 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>
- *A 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>
- *A 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>
- *A 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>
- *A 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>
This tagrendering is only visible in the popup if the following condition is met: `<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>`
@ -410,11 +387,7 @@ This tagrendering has labels `relevant-questions`
The question is *Is there still some relevant info that the previous questions did not cover? Feel free to add it here.*
This rendering asks information about the property [description](https://wiki.openstreetmap.org/wiki/Key:description)
This is rendered with `{description}`
This rendering asks information about the property [description](https://wiki.openstreetmap.org/wiki/Key:description) This is rendered with `{description}`