Template:Slovakia district OSM map
Usage
<syntaxhighlight lang="wikitext"> <mapframe zoom="6" frameless="1" align="center" height="250" latitude="48.60" longitude="19.7" width="270">{ "type": "ExternalData", "service": "geoshape", "properties": { "stroke-width": 1 }, "query": " SELECT ?id (if(?id = wd:, '#C12838', '#07c63e') as ?fill) (if(BOUND(?link), concat('', ?idLabel, ''), ?idLabel) as ?title) WHERE { { ?id p:P31/ps:P31/wdt:P279* wd:Q2264478 . hint:Prior hint:gearing 'forward' } ?id p:P131 ?locst . ?locst ps:P131/wdt:P131* wd:. hint:Prior hint:gearing 'forward' MINUS { ?locst pq:P582 [] } MINUS { ?id wdt:P576 [] } SERVICE wikibase:label { bd:serviceParam wikibase:language 'en' . ?id rdfs:label ?idLabel . } OPTIONAL {?link schema:about ?id . ?link schema:isPartOf <https://en.wikipedia.org/> . } } GROUP BY ?id ?link ?idLabel "}</mapframe> </syntaxhighlight>