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 }}