Module:Coordinates: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 116:
local geodmshtml = '<span class="geo-dms" title="Maps, aerial photos, and other data for this location">'
.. coordinateSpec["dms-lat"] .. ' '
.. coordinateSpec["dms-long"]
-- .. '<span class="latitude">' .. coordinateSpec["dms-lat"] .. '</span> '
Line 148:
-- TODO requires vcard
local geodechtml = '<span class="geo-dec" title="Maps, aerial photos, and other data for this location">'
.. geodeclat .. ' '
.. geodeclong
-- .. '<span class="latitude">' .. geodeclat .. '</span> '
Anonymous user