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

@ -133,17 +133,17 @@ This tagrendering is only visible in the popup if the following condition is met
The question is What is the name of this climbing opportunity?
The question is *What is the name of this climbing opportunity?*
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
This is rendered with <strong>{name}</strong>
This is rendered with `<strong>{name}</strong>`
- This climbing opportunity doesn't have a name corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>`
- *This climbing opportunity doesn't have a name* corresponds with `noname=yes`
@ -152,15 +152,15 @@ This is rendered with <strong>{name}</strong>
The question is What kind of climbing opportunity is this?
The question is *What kind of climbing opportunity is this?*
- A climbing boulder - a single rock or cliff with one or a few climbing routes which can be climbed safely without rope corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing' target='_blank'>climbing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing%3Dboulder' target='_blank'>boulder</a>`
- A climbing crag - a single rock or cliff with at least a few climbing routes corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing' target='_blank'>climbing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing%3Dcrag' target='_blank'>crag</a>`
- A climbing area with one or more climbing crags and/or boulders corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing' target='_blank'>climbing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing%3Darea' target='_blank'>area</a>`
- *A climbing boulder - a single rock or cliff with one or a few climbing routes which can be climbed safely without rope* corresponds with `climbing=boulder`
- *A climbing crag - a single rock or cliff with at least a few climbing routes* corresponds with `climbing=crag`
- *A climbing area with one or more climbing crags and/or boulders* corresponds with `climbing=area`
@ -169,17 +169,17 @@ The question is What kind of climbing opportunity is this?
The question is What is the rock type here?
The question is *What is the rock type here?*
This rendering asks information about the property [rock](https://wiki.openstreetmap.org/wiki/Key:rock)
This is rendered with The rock type is {rock}
This is rendered with `The rock type is {rock}`
- Limestone corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:rock' target='_blank'>rock</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rock%3Dlimestone' target='_blank'>limestone</a>`
- *Limestone* corresponds with `rock=limestone`
This tagrendering is only visible in the popup if the following condition is met: `climbing=crag|natural=cliff|natural=bare_rock`
@ -190,11 +190,11 @@ This tagrendering is only visible in the popup if the following condition is met
The question is Is there a (unofficial) website with more informations (e.g. topos)?
The question is *Is there a (unofficial) website with more informations (e.g. topos)?*
This rendering asks information about the property [url](https://wiki.openstreetmap.org/wiki/Key:url)
This is rendered with <a href='{url}' target='_blank'>{url}</a>
This is rendered with `<a href='{url}' target='_blank'>{url}</a>`
@ -206,18 +206,18 @@ This tagrendering is only visible in the popup if the following condition is met
The question is Is a fee required to climb here?
The question is *Is a fee required to climb here?*
This rendering asks information about the property [charge](https://wiki.openstreetmap.org/wiki/Key:charge)
This is rendered with A fee of {charge} should be paid for climbing here
This is rendered with `A fee of {charge} should be paid for climbing here`
- Climbing here is free of charge 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>`
- Paying a fee is required to climb here 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>`
- *Climbing here is free of charge* corresponds with `fee=no`
- *Paying a fee is required to climb here* corresponds with `fee=yes`
@ -226,16 +226,16 @@ This is rendered with A fee of {charge} should be paid for climbing here
The question is Is bouldering possible here?
The question is *Is bouldering possible here?*
- Bouldering is possible here corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:boulder' target='_blank'>climbing:boulder</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dyes' target='_blank'>yes</a>`
- Bouldering is not possible here corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:boulder' target='_blank'>climbing:boulder</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dno' target='_blank'>no</a>`
- Bouldering is possible, allthough there are only a few routes corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:boulder' target='_blank'>climbing:boulder</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dlimited' target='_blank'>limited</a>`
- There are {climbing:boulder} boulder routes corresponds with `climbing:boulder~.+`
- *Bouldering is possible here* corresponds with `climbing:boulder=yes`
- *Bouldering is not possible here* corresponds with `climbing:boulder=no`
- *Bouldering is possible, allthough there are only a few routes* corresponds with `climbing:boulder=limited`
- *There are {climbing:boulder} boulder routes* corresponds with `climbing:boulder~.+`
- This option cannot be chosen as answer