forked from MapComplete/MapComplete
Merge branch 'alpha' of github.com:pietervdvn/MapComplete into alpha
This commit is contained in:
commit
6ca2471361
1 changed files with 16 additions and 2 deletions
|
@ -24,6 +24,12 @@
|
|||
"nl": "Alle lagen met een gelinkt etymology"
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id":"etymology-images-from-wikipedia",
|
||||
"render": {
|
||||
"*": "{image_carousel(name:etymology:wikidata)}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "wikipedia-etymology",
|
||||
"question": {
|
||||
|
@ -62,7 +68,8 @@
|
|||
"render": {
|
||||
"en": "<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}",
|
||||
"nl": "<h3>Wikipedia artikel van de naamgever</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}"
|
||||
}
|
||||
},
|
||||
"condition":"name:etymology!=unknown"
|
||||
},
|
||||
{
|
||||
"id": "zoeken op inventaris onroerend erfgoed",
|
||||
|
@ -85,6 +92,13 @@
|
|||
"freeform": {
|
||||
"key": "name:etymology"
|
||||
},
|
||||
"mappings": [
|
||||
{"if":"name:etymology=unknown",
|
||||
"then": {
|
||||
"en": "The origin of this name is unknown in all literature",
|
||||
"nl": "De oorsprong van deze naam is onbekend in de literatuur"
|
||||
}}
|
||||
],
|
||||
"condition": {
|
||||
"or": [
|
||||
"name:etymology~*",
|
||||
|
@ -135,4 +149,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue