Module:Geography
Documentation for this module may be created at Module:Geography/doc
local p = {}
function p.sharedPlace(list, inter)
-- Walk through the list and check if all items are identical.
-- If yes, return that item.
-- If not, return inter if set or an empty string if not.
end
function p.getRegion(country)
-- Switch on the provided country and return the region string.
end
return p