forked from MapComplete/MapComplete
Chore: regen docs
This commit is contained in:
parent
9e17550a95
commit
3407f68d3f
267 changed files with 7757 additions and 2435 deletions
|
@ -82,19 +82,22 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
### images
|
||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{image_carousel()}{image_upload()}*
|
||||
|
||||
### name
|
||||
|
||||
The question is `What is the name of this tower?`
|
||||
*This tower is called <b>{name}</b>* is shown if `name` is set
|
||||
|
||||
*This tower is called <b>{name}</b>* is shown if `name` is set.
|
||||
|
||||
- *This tower doesn't have a specific name* is shown if 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>
|
||||
|
||||
### Height
|
||||
|
||||
The question is `What is the height of this tower?`
|
||||
*This tower is {height} high* is shown if `height` is set
|
||||
|
||||
*This tower is {height} high* is shown if `height` is set.
|
||||
|
||||
### access
|
||||
|
||||
|
@ -106,7 +109,8 @@ The question is `Can this tower be visited?`
|
|||
### Fee
|
||||
|
||||
The question is `How much does one have to pay to enter this tower?`
|
||||
*Visiting this tower costs <b>{charge}</b>* is shown if `charge` is set
|
||||
|
||||
*Visiting this tower costs <b>{charge}</b>* is shown if `charge` is set.
|
||||
|
||||
- *Free to visit* is shown if 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> & charge=
|
||||
|
||||
|
@ -125,7 +129,8 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
### website
|
||||
|
||||
The question is `What is the website of {title()}?`
|
||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
||||
|
||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set.
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/icons/website.svg'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
||||
|
||||
|
@ -135,7 +140,8 @@ This tagrendering has labels
|
|||
### step_count
|
||||
|
||||
The question is `How much individual steps does one have to climb to reach the top of this tower?`
|
||||
*This tower has {step_count} steps to reach the top* is shown if `step_count` is set
|
||||
|
||||
*This tower has {step_count} steps to reach the top* is shown if `step_count` is set.
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: <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> | <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dguided' target='_blank'>guided</a>
|
||||
|
||||
|
@ -151,7 +157,8 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
### Operator
|
||||
|
||||
The question is `Who maintains this tower?`
|
||||
*Maintained by <b>{operator}</b>* is shown if `operator` is set
|
||||
|
||||
*Maintained by <b>{operator}</b>* is shown if `operator` is set.
|
||||
|
||||
### wheelchair-access
|
||||
|
||||
|
@ -167,7 +174,8 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
### wikipedia
|
||||
Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
|
||||
The question is `What is the corresponding Wikidata entity?`
|
||||
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set
|
||||
|
||||
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set.
|
||||
|
||||
- *{wikipedia():max-height:25rem}* is shown if with wikipedia~.+. _This option cannot be chosen as answer_
|
||||
- *No Wikipedia page has been linked yet* is shown if with wikidata=. _This option cannot be chosen as answer_
|
||||
|
@ -175,6 +183,7 @@ The question is `What is the corresponding Wikidata entity?`
|
|||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{questions( ,hidden)}*
|
||||
|
||||
This tagrendering has labels
|
||||
|
@ -184,11 +193,13 @@ This tagrendering has labels
|
|||
### move-button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{move_button()}*
|
||||
|
||||
### lod
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{linked_data_from_website()}*
|
||||
|
||||
This tagrendering has labels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue