forked from MapComplete/MapComplete
Chore: regen docs
This commit is contained in:
parent
cd9634a67b
commit
6cc051f015
228 changed files with 8190 additions and 149 deletions
|
@ -116,6 +116,8 @@ In other words: use `{ "before": ..., "after": ..., "special": {"type": ..., "ar
|
|||
* [Example usage of create_review](#example-usage-of-create_review)
|
||||
+ [list_reviews](#list_reviews)
|
||||
* [Example usage of list_reviews](#example-usage-of-list_reviews)
|
||||
+ [import_mangrove_key](#import_mangrove_key)
|
||||
* [Example usage of import_mangrove_key](#example-usage-of-import_mangrove_key)
|
||||
+ [opening_hours_table](#opening_hours_table)
|
||||
* [Example usage of opening_hours_table](#example-usage-of-opening_hours_table)
|
||||
+ [opening_hours_state](#opening_hours_state)
|
||||
|
@ -831,6 +833,21 @@ fallback | _undefined_ | The identifier to use, if <i>tags[subjectKey]</i> as sp
|
|||
|
||||
|
||||
|
||||
### import_mangrove_key
|
||||
|
||||
Only makes sense in the usersettings. Allows to import a mangrove public key and to use this to make reviews
|
||||
|
||||
name | default | description
|
||||
------ | --------- | -------------
|
||||
text | _undefined_ | The text that is shown on the button
|
||||
|
||||
|
||||
#### Example usage of import_mangrove_key
|
||||
|
||||
`{import_mangrove_key()}`
|
||||
|
||||
|
||||
|
||||
### opening_hours_table
|
||||
|
||||
Creates an opening-hours table. Usage: {opening_hours_table(opening_hours)} to create a table of the tag 'opening_hours'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue