forked from MapComplete/MapComplete
Regen docs
This commit is contained in:
parent
7d255f88e6
commit
3edca23b90
8 changed files with 84 additions and 37 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
1. [URL-parameters and URL-hash](#url-parameters-and-url-hash)
|
||||
- [What is a URL parameter?](#what-is-a-url-parameter)
|
||||
- [language](#language)
|
||||
- [fs-translation-mode](#fs-translation-mode)
|
||||
- [fs-userbadge](#fs-userbadge)
|
||||
- [fs-search](#fs-search)
|
||||
- [fs-background](#fs-background)
|
||||
|
@ -60,6 +62,20 @@ Finally, the URL-hash is the part after the `#`. It is `node/1234` in this case.
|
|||
|
||||
|
||||
|
||||
language
|
||||
----------
|
||||
|
||||
The language to display mapcomplete in. Will be ignored in case a logged-in-user did set their language before. If the specified language does not exist, it will default to the first language in the theme. No default value set
|
||||
|
||||
|
||||
|
||||
fs-translation-mode
|
||||
---------------------
|
||||
|
||||
If set, will show a translation button next to every string. The default value is _false_
|
||||
|
||||
|
||||
|
||||
fs-userbadge
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue