Module:Infobox mapframe/sandbox: Difference between revisions

Content deleted Content added
generalise "has wikidata property" checking
tracking category for those without OSM relation ID on Wikidata
Line 101:
end
local mapframe = mf._main(args)
local tracking = hasOsmRelationId and '' or '[[Category:Infobox mapframe without OSM relation ID on Wikidata]]'
return mapframe .. tracking
end