forked from MapComplete/MapComplete
Chore: formatting
This commit is contained in:
parent
8249f565e5
commit
42c7bbe1c9
234 changed files with 5815 additions and 2596 deletions
|
@ -26,6 +26,7 @@ Special library layer which does not need a '.questions'-prefix before being imp
|
|||
+ [reviews](#reviews)
|
||||
+ [minimap](#minimap)
|
||||
+ [phone](#phone)
|
||||
+ [mastodon](#mastodon)
|
||||
+ [osmlink](#osmlink)
|
||||
+ [email](#email)
|
||||
+ [website](#website)
|
||||
|
@ -53,6 +54,7 @@ Special library layer which does not need a '.questions'-prefix before being imp
|
|||
+ [internet-ssid](#internet-ssid)
|
||||
+ [luminous_or_lit](#luminous_or_lit)
|
||||
+ [survey_date](#survey_date)
|
||||
+ [check_date](#check_date)
|
||||
|
||||
|
||||
|
||||
|
@ -95,6 +97,7 @@ attribute | type | values which are supported by this layer
|
|||
----------- | ------ | ------------------------------------------
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/wikidata#values) [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) |
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/phone#values) [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) |
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/contact:mastodon#values) [contact:mastodon](https://wiki.openstreetmap.org/wiki/Key:contact:mastodon) | [fediverse](../SpecialInputElements.md#fediverse) |
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/email#values) [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) |
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) |
|
||||
|
@ -116,6 +119,7 @@ attribute | type | values which are supported by this layer
|
|||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/internet_access:fee#values) [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers)
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/internet_access:ssid#values) [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom)
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/survey:date#values) [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D)
|
||||
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/check_date#values) [check_date](https://wiki.openstreetmap.org/wiki/Key:check_date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:check_date%3D)
|
||||
|
||||
|
||||
|
||||
|
@ -250,6 +254,22 @@ This tagrendering has labels `contact`
|
|||
|
||||
|
||||
|
||||
### mastodon
|
||||
|
||||
|
||||
|
||||
Shows and asks for the mastodon handle
|
||||
|
||||
The question is *What is the Mastodon-handle of {title()}?*
|
||||
|
||||
This rendering asks information about the property [contact:mastodon](https://wiki.openstreetmap.org/wiki/Key:contact:mastodon)
|
||||
|
||||
This is rendered with `{fediverse_link(contact:mastodon)}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### osmlink
|
||||
|
||||
|
||||
|
@ -775,6 +795,25 @@ This is rendered with `This object was last surveyed on <b>{survey:date}</b>`
|
|||
|
||||
|
||||
- *This object was last surveyed today* corresponds with `survey:date=`
|
||||
|
||||
|
||||
|
||||
|
||||
### check_date
|
||||
|
||||
|
||||
|
||||
The question is *When was this object last checked?*
|
||||
|
||||
This rendering asks information about the property [check_date](https://wiki.openstreetmap.org/wiki/Key:check_date)
|
||||
|
||||
This is rendered with `This object was last checked on <b>{check_date}</b>`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *This object was last checked today* corresponds with `check_date=`
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/questions/questions.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/questions/questions.json)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue