There are no
reviewed versions of this page, so it may
not have been checked for adherence to standards.
Documentation for this module may be created at Module:LuaGeneratedCoordinates/doc
local p = {}
function p.setCoords(frame)
local lat = frame.args[1]
local lon = frame.args[2]
return frame:callParserFunction("#coordinates", { "primary", lat, lon })
end
return p