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
|
@ -159,6 +159,7 @@ Elements must match **any** of the following expressions:
|
|||
### 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()}*
|
||||
|
||||
### group_only
|
||||
|
@ -171,12 +172,14 @@ The question is `Is this campsite exclusively for groups?`
|
|||
### name
|
||||
|
||||
The question is `What is the name of this campsite?`
|
||||
*The name of this campsite is {name}* is shown if `name` is set
|
||||
|
||||
*The name of this campsite is {name}* is shown if `name` is set.
|
||||
|
||||
### phone
|
||||
|
||||
The question is `What is the phone number of {title()}?`
|
||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
||||
|
||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
||||
|
||||
|
@ -186,7 +189,8 @@ This tagrendering has labels
|
|||
### email
|
||||
|
||||
The question is `What is the email address of {title()}?`
|
||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
||||
|
||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
||||
|
@ -197,7 +201,8 @@ This tagrendering has labels
|
|||
### 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_
|
||||
|
||||
|
@ -207,7 +212,8 @@ This tagrendering has labels
|
|||
### capacity_persons
|
||||
|
||||
The question is `How many people can stay here?`
|
||||
*{capacity:persons} people can stay here* is shown if `capacity:persons` is set
|
||||
|
||||
*{capacity:persons} people can stay here* is shown if `capacity:persons` is set.
|
||||
|
||||
### fee
|
||||
|
||||
|
@ -219,12 +225,14 @@ The question is `Is there a fee?`
|
|||
### charge_person_day
|
||||
|
||||
The question is `What is the charge per person per day?`
|
||||
*Charge per person per day: {charge}* is shown if `charge` is set
|
||||
|
||||
*Charge per person per day: {charge}* is shown if `charge` is set.
|
||||
|
||||
### charge_day
|
||||
|
||||
The question is `What is the charge per day?`
|
||||
*Charge per day: {charge}* is shown if `charge` is set
|
||||
|
||||
*Charge per day: {charge}* is shown if `charge` is set.
|
||||
|
||||
### caravansites-toilets
|
||||
|
||||
|
@ -236,21 +244,25 @@ The question is `Does this place have toilets?`
|
|||
### toiletatamenitytoiletswheelchair
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*toilet_at_amenity.toilets-wheelchair*
|
||||
|
||||
### questions
|
||||
Show the questions block at this location
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{questions()}*
|
||||
|
||||
### mastodon
|
||||
Shows and asks for the mastodon handle
|
||||
The question is `What is the Mastodon-handle of {title()}?`
|
||||
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set
|
||||
|
||||
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set.
|
||||
|
||||
### lod
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{linked_data_from_website()}*
|
||||
|
||||
This tagrendering has labels
|
||||
|
@ -352,21 +364,25 @@ Elements must match **all** of the following expressions:
|
|||
### 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()}*
|
||||
|
||||
### reviews
|
||||
Shows the reviews module (including the possibility to leave a review)
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{create_review()}{list_reviews()}*
|
||||
|
||||
### name
|
||||
|
||||
The question is `What is the name of this {title()}?`
|
||||
*{name}* is shown if `name` is set
|
||||
|
||||
*{name}* is shown if `name` is set.
|
||||
|
||||
### presettypeselect
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{preset_type_select()}*
|
||||
|
||||
### group_only
|
||||
|
@ -381,14 +397,16 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
### brand
|
||||
|
||||
The question is `Is {title()} part of a bigger brand?`
|
||||
*Part of {brand}* is shown if `brand` is set
|
||||
|
||||
*Part of {brand}* is shown if `brand` is set.
|
||||
|
||||
- *Not part of a bigger brand* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:nobrand' target='_blank'>nobrand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nobrand%3Dyes' target='_blank'>yes</a>
|
||||
|
||||
### phone
|
||||
|
||||
The question is `What is the phone number of {title()}?`
|
||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
||||
|
||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
||||
|
||||
|
@ -398,7 +416,8 @@ This tagrendering has labels
|
|||
### email
|
||||
|
||||
The question is `What is the email address of {title()}?`
|
||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
||||
|
||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
||||
|
@ -409,7 +428,8 @@ This tagrendering has labels
|
|||
### 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_
|
||||
|
||||
|
@ -428,6 +448,7 @@ The question is `Is this place accessible with a wheelchair?`
|
|||
### toiletatamenitytoiletswheelchair
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*toilet_at_amenity.toilets-wheelchair*
|
||||
|
||||
### internet
|
||||
|
@ -459,7 +480,8 @@ This tagrendering has labels
|
|||
### internet-ssid
|
||||
|
||||
The question is `What is the network name for the wireless internet access?`
|
||||
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
|
||||
|
||||
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
|
||||
|
||||
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
|
||||
|
||||
|
@ -480,6 +502,7 @@ The question is `Are dogs allowed in this business?`
|
|||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{questions( ,hidden)}*
|
||||
|
||||
This tagrendering has labels
|
||||
|
@ -489,16 +512,19 @@ This tagrendering has labels
|
|||
### move-button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{move_button()}*
|
||||
|
||||
### delete-button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{delete_button()}*
|
||||
|
||||
### lod
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{linked_data_from_website()}*
|
||||
|
||||
This tagrendering has labels
|
||||
|
@ -584,21 +610,25 @@ 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()}*
|
||||
|
||||
### reviews
|
||||
Shows the reviews module (including the possibility to leave a review)
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{create_review()}{list_reviews()}*
|
||||
|
||||
### name
|
||||
|
||||
The question is `What is the name of this {title()}?`
|
||||
*{name}* is shown if `name` is set
|
||||
|
||||
*{name}* is shown if `name` is set.
|
||||
|
||||
### presettypeselect
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{preset_type_select()}*
|
||||
|
||||
### group_only
|
||||
|
@ -613,14 +643,16 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
### brand
|
||||
|
||||
The question is `Is {title()} part of a bigger brand?`
|
||||
*Part of {brand}* is shown if `brand` is set
|
||||
|
||||
*Part of {brand}* is shown if `brand` is set.
|
||||
|
||||
- *Not part of a bigger brand* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:nobrand' target='_blank'>nobrand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nobrand%3Dyes' target='_blank'>yes</a>
|
||||
|
||||
### phone
|
||||
|
||||
The question is `What is the phone number of {title()}?`
|
||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
||||
|
||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set.
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/layers/questions/phone.svg'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
||||
|
||||
|
@ -630,7 +662,8 @@ This tagrendering has labels
|
|||
### email
|
||||
|
||||
The question is `What is the email address of {title()}?`
|
||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
||||
|
||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set.
|
||||
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
||||
- <img width='38px' height='38px' src='https://dev.mapcomplete.org/./assets/svg/envelope.svg'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
||||
|
@ -641,7 +674,8 @@ This tagrendering has labels
|
|||
### 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_
|
||||
|
||||
|
@ -660,6 +694,7 @@ The question is `Is this place accessible with a wheelchair?`
|
|||
### toiletatamenitytoiletswheelchair
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*toilet_at_amenity.toilets-wheelchair*
|
||||
|
||||
### internet
|
||||
|
@ -691,7 +726,8 @@ This tagrendering has labels
|
|||
### internet-ssid
|
||||
|
||||
The question is `What is the network name for the wireless internet access?`
|
||||
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
|
||||
|
||||
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set.
|
||||
|
||||
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
|
||||
|
||||
|
@ -712,6 +748,7 @@ The question is `Are dogs allowed in this business?`
|
|||
### leftover-questions
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{questions( ,hidden)}*
|
||||
|
||||
This tagrendering has labels
|
||||
|
@ -721,16 +758,19 @@ This tagrendering has labels
|
|||
### move-button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{move_button()}*
|
||||
|
||||
### delete-button
|
||||
|
||||
_This tagrendering has no question and is thus read-only_
|
||||
|
||||
*{delete_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