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

@ -94,17 +94,17 @@ This tagrendering has no question and is thus read-only
The question is Whom is remembered by this ghost bike?<span class='question-subtext'><br/>Please respect privacy - only fill out the name if it is widely published or marked on the cycle. Opt to leave out the family name.</span>
The question is *Whom is remembered by this ghost bike?<span class='question-subtext'><br/>Please respect privacy - only fill out the name if it is widely published or marked on the cycle. Opt to leave out the family name.</span>*
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
This is rendered with In remembrance of {name}
This is rendered with `In remembrance of {name}`
- No name is marked on the bike 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>`
- *No name is marked on the bike* corresponds with `noname=yes`
@ -113,11 +113,11 @@ This is rendered with In remembrance of {name}
The question is On what webpage can one find more info about the ghost bike or the accident?
The question is *On what webpage can one find more info about the ghost bike or the accident?*
This rendering asks information about the property [source](https://wiki.openstreetmap.org/wiki/Key:source)
This is rendered with <a href='{source}' target='_blank'>More info available</a>
This is rendered with `<a href='{source}' target='_blank'>More info available</a>`
@ -127,11 +127,11 @@ This is rendered with <a href='{source}' target='_blank'>More info available</a
The question is What is the inscription on this Ghost bike?
The question is *What is the inscription on this Ghost bike?*
This rendering asks information about the property [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription)
This is rendered with <i>{inscription}</i>
This is rendered with `<i>{inscription}</i>`
@ -141,11 +141,11 @@ This is rendered with <i>{inscription}</i>
The question is When was this Ghost bike installed?
The question is *When was this Ghost bike installed?*
This rendering asks information about the property [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date)
This is rendered with Placed on {start_date}
This is rendered with `Placed on {start_date}`