Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2023-02-10 01:49:06 +01:00
parent 826e3c5989
commit 329e160bf8
66 changed files with 3381 additions and 434 deletions

View file

@ -52,6 +52,10 @@ this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/mapcomplete-pictures-license#values) [mapcomplete-pictures-license](https://wiki.openstreetmap.org/wiki/Key:mapcomplete-pictures-license) | Multiple choice | [CC0](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-pictures-license%3DCC0) [CC-BY 4.0](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-pictures-license%3DCC-BY 4.0) [CC-BY-SA 4.0](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-pictures-license%3DCC-BY-SA 4.0)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/mapcomplete-translation-mode#values) [mapcomplete-translation-mode](https://wiki.openstreetmap.org/wiki/Key:mapcomplete-translation-mode) | Multiple choice | [false](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-translation-mode%3Dfalse) [true](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-translation-mode%3Dtrue) [mobile](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-translation-mode%3Dmobile)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/mapcomplete-translation-mode#values) [mapcomplete-translation-mode](https://wiki.openstreetmap.org/wiki/Key:mapcomplete-translation-mode) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-translation-mode%3Dyes)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/_translation_percentage#values) [_translation_percentage](https://wiki.openstreetmap.org/wiki/Key:_translation_percentage) | Multiple choice | [100](https://wiki.openstreetmap.org/wiki/Tag:_translation_percentage%3D100)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/mapcomplete-show_debug#values) [mapcomplete-show_debug](https://wiki.openstreetmap.org/wiki/Key:mapcomplete-show_debug) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-show_debug%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-show_debug%3Dno)
@ -77,6 +81,87 @@ The question is *Under what license do you want to publish your pictures?*
### translations-title
This tagrendering has no question and is thus read-only
This tagrendering is part of group `translations`
### translation-mode
The question is *Do you want to help translating MapComplete?*
- *Don't show a button to quickly change translations* corresponds with `mapcomplete-translation-mode=false`
- *Show a button to quickly open translations when using MapComplete on a big screen* corresponds with `mapcomplete-translation-mode=true`
- *Always show the translation buttons, including on mobile* corresponds with `mapcomplete-translation-mode=mobile`
This tagrendering is part of group `translations`
### translation-help
This tagrendering has no question and is thus read-only
- *Click the 'translate'-icon next to a string to enter or update a piece of text. You need a Weblate-account for this. Create one with your OSM-username to automatically unlock translation mode.* corresponds with `mapcomplete-translation-mode=yes|mapcomplete-translation-mode=true|mapcomplete-translation-mode=mobile`
This tagrendering is part of group `translations`
### translation-completeness
This tagrendering has no question and is thus read-only
- *Completely translated* corresponds with `_translation_percentage=100`
This tagrendering is only visible in the popup if the following condition is met: `mapcomplete-translation-mode=yes|mapcomplete-translation-mode=true|mapcomplete-translation-mode=mobile`
This tagrendering is part of group `translations`
### translation-links
This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_translation_links~.+&mapcomplete-translation-mode=true|mapcomplete-translation-mode=mobile`
This tagrendering is part of group `translations`
### verified-mastodon
@ -93,6 +178,21 @@ This tagrendering has no question and is thus read-only
### cscount-thanks
This tagrendering has no question and is thus read-only
- *You have made changes on {_csCount} different occasions! That is awesome!* corresponds with `_csCount>0`
### translation-thanks
@ -119,6 +219,25 @@ This tagrendering has no question and is thus read-only
- *You have contributed code to MapComplete with {_code_contributions} commits! That's awesome!* corresponds with `_code_contributions>0`
- This option cannot be chosen as answer
### show_debug
The question is *Show user settings debug info?*
- *Show debug info* corresponds with `mapcomplete-show_debug=yes`
- *Don't show debug info* corresponds with `mapcomplete-show_debug=no`
- *Don't show debug info* corresponds with ``
- This option cannot be chosen as answer
@ -131,6 +250,6 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_name=Pieter Vander Vennet`
This tagrendering is only visible in the popup if the following condition is met: `mapcomplete-show_debug=yes`
This document is autogenerated from [assets/layers/usersettings/usersettings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/usersettings/usersettings.json)