From d8b471cf53281fd7a5f430e3d695b56bd860e9e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Tue, 18 Oct 2022 17:27:23 +0200 Subject: [PATCH] culture-media: wikipedia tag without wikidata --- culture-media.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/culture-media.yaml b/culture-media.yaml index 6945cc3..1013a8b 100644 --- a/culture-media.yaml +++ b/culture-media.yaml @@ -22,6 +22,10 @@ feature: {% set str = "wikidata points to a human, should most likely be 'subject:wikidata'" %} {% endif %} + {% elseif tags.wikipedia %} + {% set color = '#af00ff' %} + {% set str = 'wikipedia tag found without corresponding wikidata tag' %} + {% elseif tags.wikimedia_commons or tags.image %} {% set color = 'cyan' %} {% set str = tags.wikimedia_commons ? 'has wikimedia_commons tag' : 'has image tag' %} @@ -84,6 +88,12 @@ info: | wikidata tag points to a human, should most likely be 'subject:wikidata' + + + {{ markerCircle({ fillColor: '#af00ff' })|raw }} + + wikipedia tag found without corresponding wikidata tag + {{ markerCircle({ fillColor: 'cyan' })|raw }}