Module:Geography

From stencil.wiki
Revision as of 19:42, 2 January 2025 by Robertbaxter (talk | contribs)

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