If mapframe shape comes from Sparql query then the wikicode which comes from the query is rendered in enwiki and not in the wiki where the actual map is.
- Example map (same as below).
- template used
<mapframe text="text" align="right" width="265" height="250" zoom="14" longitude="25.7342" latitude="62.23766">[ { "type": "ExternalData", "service": "geoshape", "query": ' SELECT DISTINCT (?item as ?id) ?itemLabel (?itemLabel as ?title) (concat("{{SERVERNAME}}<hr>{{CURRENTTIMESTAMP}}<hr>{{Kartographer WLM pin|wikidata=", substr(str(?item),32,250), "}}") as ?description) WHERE { ?item wdt:P31/wdt:P279* wd:Q41176 . ?item wdt:P276 wd:Q11892928. OPTIONAL { ?item wdt:P625 ?coor. } SERVICE wikibase:label { bd:serviceParam wikibase:language "fi,sv,en". } } ORDER BY ?itemLabel' } ]</mapframe>