From c3094355d7ea7eb51a4a9d698be68fc0b84563bd Mon Sep 17 00:00:00 2001
From: Edward Betts RandomGeocode UK coordinates to Commons Category
-
-Geocode coordinates to Commons Category
+| view in OSM
+
+{% if result.commons_cat %}
+| Commons category
+{% endif %}
+
+{% if result.wikidata %}
+ | {{ result.wikidata }}
+{% endif %}
+
+| #
+
+
{{ result | pprint }}+{% if result.commons_cat %}
({{ lat }}, {{ lon }}, {{result.commons_cat.title | pprint }}),
+{% endif %} {% for element in elements %} -{{ element | pprint }}+{% set tags = element.tags %} +
{{ element | pprint }}{% endfor %}