forked from MapComplete/MapComplete
Also load wikipedia articla from 'wikipedia' tag if no wikidata is given, fixes #780
This commit is contained in:
parent
7f972d4512
commit
3a2b163128
4 changed files with 94 additions and 21 deletions
|
@ -33,6 +33,13 @@
|
|||
"zh_Hans": "在Wikidata上对应的实体是什么?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "wikipedia~*",
|
||||
"then": {
|
||||
"*": "{wikipedia():max-height:25rem}"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "wikidata=",
|
||||
"then": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue