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

@ -83,23 +83,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`
@ -108,11 +108,11 @@ This is rendered with Located on the {level}th floor
The question is What is the height of the reception desk? <div class='subtle'>This is measured from the floor to the lowest usable part of the desk</div>
The question is *What is the height of the reception desk? <div class='subtle'>This is measured from the floor to the lowest usable part of the desk</div>*
This rendering asks information about the property [desk:height](https://wiki.openstreetmap.org/wiki/Key:desk:height)
This is rendered with The height of the desk is <b>{canonical(desk:height)}</b>
This is rendered with `The height of the desk is <b>{canonical(desk:height)}</b>`
@ -124,14 +124,14 @@ This is rendered with The height of the desk is <b>{canonical(desk:height)}</b>
An accessibility feature: induction loops are for hard-hearing persons which have an FM-receiver.
The question is Does this place have an audio induction loop for people with reduced hearing?
The question is *Does this place have an audio induction loop for people with reduced hearing?*
- This place has an audio induction loop corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:hearing_loop' target='_blank'>hearing_loop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dyes' target='_blank'>yes</a>`
- This place <b>does not</b> have an audio induction loop corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:hearing_loop' target='_blank'>hearing_loop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dno' target='_blank'>no</a>`
- *This place has an audio induction loop* corresponds with `hearing_loop=yes`
- *This place <b>does not</b> have an audio induction loop* corresponds with `hearing_loop=no`
This document is autogenerated from [assets/layers/reception_desk/reception_desk.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/reception_desk/reception_desk.json)