forked from MapComplete/MapComplete
Housekeeping: updating docs and contributors list
This commit is contained in:
parent
46365a9040
commit
210f8bf0ef
107 changed files with 7205 additions and 4220 deletions
|
@ -31,6 +31,8 @@ Instead of using `{"render": {"en": "{some_special_visualisation(some_arg, some
|
|||
* [Example usage of image_upload](#example-usage-of-image_upload)
|
||||
+ [wikipedia](#wikipedia)
|
||||
* [Example usage of wikipedia](#example-usage-of-wikipedia)
|
||||
+ [wikidata_label](#wikidata_label)
|
||||
* [Example usage of wikidata_label](#example-usage-of-wikidata_label)
|
||||
+ [minimap](#minimap)
|
||||
* [Example usage of minimap](#example-usage-of-minimap)
|
||||
+ [sided_minimap](#sided_minimap)
|
||||
|
@ -129,7 +131,7 @@ label | Add image | The text to show on the button
|
|||
|
||||
name | default | description
|
||||
------ | --------- | -------------
|
||||
keyToShowWikipediaFor | wikidata | Use the wikidata entry from this key to show the wikipedia article for
|
||||
keyToShowWikipediaFor | wikidata;wikipedia | Use the wikidata entry from this key to show the wikipedia article for. Multiple keys can be given (separated by ';'), in which case the first matching value is used
|
||||
|
||||
|
||||
#### Example usage of wikipedia
|
||||
|
@ -138,6 +140,21 @@ keyToShowWikipediaFor | wikidata | Use the wikidata entry from this key to show
|
|||
|
||||
|
||||
|
||||
### wikidata_label
|
||||
|
||||
Shows the label of the corresponding wikidata-item
|
||||
|
||||
name | default | description
|
||||
------ | --------- | -------------
|
||||
keyToShowWikidataFor | wikidata | Use the wikidata entry from this key to show the label
|
||||
|
||||
|
||||
#### Example usage of wikidata_label
|
||||
|
||||
`{wikidata_label()}` is a basic example, `{wikipedia(name:etymology:wikidata)}` to show the label itself
|
||||
|
||||
|
||||
|
||||
### minimap
|
||||
|
||||
A small map showing the selected feature.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue