Fix: fix #1471: add option to bench for 'does probably not have an artwork'

This commit is contained in:
Pieter Vander Vennet 2023-09-20 02:27:10 +02:00
parent 665f8b1d25
commit 91892d50c5

View file

@ -890,6 +890,7 @@
"mappings": [ "mappings": [
{ {
"if": "tourism=artwork", "if": "tourism=artwork",
"addExtraTags": ["not:tourism:artwork="],
"then": { "then": {
"en": "This bench has an integrated artwork", "en": "This bench has an integrated artwork",
"nl": "Deze bank heeft een geïntegreerd kunstwerk", "nl": "Deze bank heeft een geïntegreerd kunstwerk",
@ -902,7 +903,7 @@
} }
}, },
{ {
"if": "tourism=", "if": "not:tourism:artwork=yes",
"then": { "then": {
"en": "This bench does not have an integrated artwork", "en": "This bench does not have an integrated artwork",
"nl": "Deze bank heeft geen geïntegreerd kunstwerk", "nl": "Deze bank heeft geen geïntegreerd kunstwerk",
@ -913,7 +914,16 @@
"cs": "Tato lavička nemá integrované umělecké dílo", "cs": "Tato lavička nemá integrované umělecké dílo",
"he": "לספסל זה אין יצירת אמנות משולבת", "he": "לספסל זה אין יצירת אמנות משולבת",
"pl": "Ta ławka nie ma wbudowanego dzieła sztuki" "pl": "Ta ławka nie ma wbudowanego dzieła sztuki"
} },
"addExtraTags": ["tourism="]
},
{
"if": "tourism=",
"then": {
"en": "This bench <span class=\"subtle\">probably</span> doesn't have an integrated artwork",
"nl": "Deze bank heeft <span class=\"subtle\">waarschijnlijk</span> geen geïntegreerd kunstwerk"
},
"hideInAnswer": true
} }
], ],
"questionHint": { "questionHint": {