Modul:place/shared-data/tables
A modult a Modul:place/shared-data/tables/doc lapon tudod dokumentálni
local export = {}
--[=[
This module contains the actual tables of countries, states, cities, etc. that are recognized by
[[Module:place]] (and in turn by the {{place}} template) and by [[Module:category tree/topic cat/data/Places]]
(which handles the generation of content for the categories that are added to pages by {{place}}).
This module is intended to be loaded using mw.loadData(); as a result, it *CANNOT* contain any
functions or handlers of of any sort, including those nested inside of tables. Normally, this module
is loaded by [[Module:place/shared-data/tables]]. By using loadData(), the data is loaded only once
per page even if the page has 40 or 50 invocations of {{place}}, thereby saving a lot of memory.
Beware: the # operator (list length) does *NOT* work on tables loaded using loadData(); you must
use length() in [[Module:table]].
]=]
-- Recognized political and misc. subdivisions. The key is the plural
-- subdivision and the value is the equivalent description, with links.
export.political_subdivisions = {
["administrative atolls"] = "[[administrative]] [[atoll]]s",
["areas"] = "[[area]]s",
["arrondissements"] = "[[arrondissement]]s",
["atolls"] = "[[atoll]]s",
["autonomous communities"] = "[[w:autonomous communities|autonomous communities]]",
["autonomous islands"] = "[[autonomous]] [[island]]s",
["autonomous oblasts"] = "[[autonomous oblast]]s",
["autonomous okrugs"] = "[[autonomous okrug]]s",
["autonomous regions"] = "[[autonomous]] [[region]]s",
["autonomous republics"] = "[[w:autonomous republic|autonomous republic]]s",
["boroughs"] = "[[borough]]s",
["borough seats"] = "[[borough seat]]s",
["cantons"] = "[[canton]]s",
["census divisions"] = "[[w:census division|census division]]s",
["cercles"] = "[[cercle]]s",
["civil parishes"] = "[[civil parish]]es",
["collectivities"] = "[[collectivity|collectivities]]",
["constituencies"] = "[[constituency|constituencies]]",
["council areas"] = "[[council area]]s",
["counties"] = "[[county|counties]]",
["county boroughs"] = "[[county borough]]s",
["county seats"] = "[[county seat]]s",
["countries"] = "[[constituent]] [[country|countries]]",
["delegations"] = "[[delegation]]s",
["departments"] = "[[department]]s",
["dependencies"] = "[[dependency|dependencies]]",
["districts"] = "[[district]]s",
["districts and autonomous regions"] = "[[district]]s and [[autonomous region]]s",
["divisions"] = "[[division]]s",
["emirates"] = "[[emirate]]s",
["entities"] = "[[entity|entities]]",
["ethnographic regions"] = "[[ethnographic]] [[region]]s",
["federal cities"] = "[[federal]] [[city|cities]]",
["federal territories"] = "[[federal]] [[territory|territories]]",
["gewogs"] = "[[gewog]]s",
["governorates"] = "[[governorate]]s",
["krais"] = "[[krai]]s",
["local councils"] = "[[w:local council|local council]]s",
["local government areas"] = "[[w:local government area|local government area]]s",
["mukims"] = "[[mukim]]s",
["municipalities"] = "[[municipality|municipalities]]",
["oblasts"] = "[[oblast]]s",
["parishes"] = "[[parish]]es",
["parish seats"] = "[[parish seat]]s",
["prefectures"] = "[[prefecture]]s",
["provinces"] = "[[province]]s",
["quarters"] = "[[quarter]]s",
["raions"] = "[[raion]]s",
["regencies"] = "[[regency|regencies]]",
["regions"] = "[[region]]s",
["regional units"] = "[[regional unit]]s",
["republics"] = "[[republic]]s",
["self-administered divisions"] = "[[w:self-administered division|self-administered division]]s",
["self-administered zones"] = "[[w:self-administered zone|self-administered zone]]s",
["special administrative regions"] = "[[w:Special administrative regions of China|special administrative regions]]",
["state capitals"] = "[[state capital]]s",
["states"] = "[[state]]s",
["subprefectures"] = "[[subprefecture]]s",
["subregions"] = "[[subregion]]s",
["territorial authorities"] = "[[w:territorial authority|territorial authorities]]",
["territories"] = "[[territory|territories]]",
["traditional counties"] = "[[w:traditional county|traditional counties]]",
["unincorporated areas"] = "[[w:unincorporated area|unincorporated area]]s",
["voivodeships"] = "[[voivodeship]]s",
["zones"] = "[[zone]]s",
}
-- Place types for which categories can be constructed for all the places listed
-- below. The key should be the plural place type and the value should be the
-- description.
export.generic_place_types = {
["cities"] = "cities",
["towns"] = "towns",
["villages"] = "villages, hamlets, and other small communities and settlements",
["neighborhoods"] = "[[neighborhood]]s, [[district]]s and other subportions of cities",
["suburbs"] = "[[suburb]]s",
["rivers"] = "rivers",
["census-designated places"] = "[[census-designated place]]s",
["unincorporated communities"] = "[[w:unincorporated community|unincorporated communities]]",
}
export.countries = {
-- NOTE: The political and misc. divisions listed below are far from
-- exhaustive, and are simply based on what was here before when all
-- such categories were manually enumerated.
["Afghanistan"] = {parents = {"Asia"}, poldiv = {"provinces", "districts"}, miscdiv = {"regions"}},
["Albania"] = {parents = {"Europe"}, poldiv = {"counties", "municipalities"}},
["Algeria"] = {parents = {"Africa"}, poldiv = {"provinces", "communes", "districts", "municipalities"}},
["Andorra"] = {parents = {"Europe"}, poldiv = {"parishes"}},
["Angola"] = {parents = {"Africa"}, poldiv = {"provinces", "municipalities"}},
["Antigua and Barbuda"] = {parents = {"North America"}, poldiv = {"provinces"}},
["Argentina"] = {parents = {"South America"}, poldiv = {"provinces", "departments", "municipalities"}},
["Armenia"] = {parents = {"Europe", "Asia"}, poldiv = {"regions", "provinces"}},
-- Both a country and continent
["Australia"] = {parents = {"Earth", "Oceania"}, poldiv = {"states", "territories", "local government areas"}},
["Austria"] = {parents = {"Europe"}, poldiv = {"states", "districts", "municipalities"}},
["Azerbaijan"] = {parents = {"Europe", "Asia"}, poldiv = {"districts", "municipalities"}},
["the Bahamas"] = {parents = {"North America"}, poldiv = {"districts"}},
["Bahrain"] = {parents = {"Asia"}, poldiv = {"governorates"}},
["Bangladesh"] = {parents = {"Asia"}, poldiv = {"divisions", "districts", "municipalities"}},
["Barbados"] = {parents = {"North America"}, poldiv = {"parishes"}},
["Belarus"] = {parents = {"Europe"}, poldiv = {"regions", "districts"}},
["Belgium"] = {parents = {"Europe"}, poldiv = {"regions", "provinces", "municipalities"}},
["Belize"] = {parents = {"Central America"}, poldiv = {"districts"}},
["Benin"] = {parents = {"Africa"}, poldiv = {"departments", "communes"}},
["Bhutan"] = {parents = {"Asia"}, poldiv = {"districts", "gewogs"}},
["Bolivia"] = {parents = {"South America"}, poldiv = {"provinces", "departments", "municipalities"}},
["Bosnia and Herzegovina"] = {parents = {"Europe"}, poldiv = {"entities", "cantons", "municipalities"}},
["Botswana"] = {parents = {"Africa"}, poldiv = {"districts", "subdistricts"}},
["Brazil"] = {parents = {"South America"}, poldiv = {"states", "state capitals", "municipalities"}, miscdiv = {"regions"}},
["Brunei"] = {parents = {"Asia"}, poldiv = {"districts", "mukims"}},
["Bulgaria"] = {parents = {"Europe"}, poldiv = {"provinces", "municipalities"}},
["Burkina Faso"] = {parents = {"Africa"}, poldiv = {"regions", "departments", "provinces"}},
["Burma"] = {parents = {"Asia"}, poldiv = {"regions", "states", "union territories", "self-administered zones", "self-administered divisions", "districts"}},
["Burundi"] = {parents = {"Africa"}, poldiv = {"provinces", "communes"}},
["Cambodia"] = {parents = {"Asia"}, poldiv = {"provinces", "districts"}},
["Cameroon"] = {parents = {"Africa"}, poldiv = {"regions", "departments"}},
["Canada"] = {parents = {"North America"}, poldiv = {"provinces", "territories", "counties", "districts", "municipalities",}, miscdiv = {"regions", "census divisions"}},
["Cape Verde"] = {parents = {"Africa"}, poldiv = {"municipalities", "parishes"}},
["the Central African Republic"] = {parents = {"Africa"}, poldiv = {"prefectures", "subprefectures"}},
["Chad"] = {parents = {"Africa"}, poldiv = {"regions", "departments"}},
["Chile"] = {parents = {"South America"}, poldiv = {"regions", "provinces"}},
["China"] = {parents = {"Asia"}, poldiv = {"provinces", "autonomous regions",
"special administrative regions", "prefectures", "counties", "districts", "municipalities"},
miscdiv = {"regions"}},
["Colombia"] = {parents = {"South America"}, poldiv = {"departments", "municipalities"}},
["the Comoros"] = {parents = {"Africa"}, poldiv = {"autonomous islands"}},
["Costa Rica"] = {parents = {"Central America"}, poldiv = {"provinces", "cantons"}},
["Croatia"] = {parents = {"Europe"}, poldiv = {"counties", "municipalities"}},
["Cuba"] = {parents = {"North America"}, poldiv = {"provinces", "municipalities"}},
["Cyprus"] = {parents = {"Europe", "Asia"}, poldiv = {"districts"}},
["the Czech Republic"] = {parents = {"Europe"}, poldiv = {"regions", "districts"}},
["the Democratic Republic of the Congo"] = {parents = {"Africa"}, poldiv = {"provinces", "territories"}},
["Denmark"] = {parents = {"Europe"}, poldiv = {"regions", "municipalities", "territories"}},
["Djibouti"] = {parents = {"Africa"}, poldiv = {"regions", "districts"}},
["Dominica"] = {parents = {"North America"}, poldiv = {"parishes"}},
["the Dominican Republic"] = {parents = {"North America"}, poldiv = {"provinces", "municipalities"},
keydesc = "the [[Dominican Republic]], the country that shares the [[Caribbean]] island of [[Hispaniola]] with [[Haiti]]"},
["East Timor"] = {parents = {"Africa"}, poldiv = {"municipalities"}},
["Ecuador"] = {parents = {"South America"}, poldiv = {"provinces", "cantons"}},
["Egypt"] = {parents = {"Africa"}, poldiv = {"governorates", "regions"}},
["El Salvador"] = {parents = {"Central America"}, poldiv = {"departments", "municipalities"}},
["Equatorial Guinea"] = {parents = {"Africa"}, poldiv = {"provinces"}},
["Eritrea"] = {parents = {"Africa"}, poldiv = {"regions", "subregions"}},
["Estonia"] = {parents = {"Europe"}, poldiv = {"counties", "municipalities"}},
["Ethiopia"] = {parents = {"Africa"}, poldiv = {"regions", "zones"}},
["the Federated States of Micronesia"] = {parents = {"Micronesia"}, poldiv = {"states"}},
["Fiji"] = {parents = {"Melanesia"}, poldiv = {"divisions", "provinces"}},
["Finland"] = {parents = {"Europe"}, poldiv = {"regions", "municipalities"}},
["France"] = {parents = {"Europe"}, poldiv = {"regions", "departments", "collectivities", "municipalities",
"territories"}, miscdiv = {"provinces"}},
["Gabon"] = {parents = {"Africa"}, poldiv = {"provinces", "departments"}},
["the Gambia"] = {parents = {"Africa"}, poldiv = {"divisions", "districts"}},
["Georgia"] = {parents = {"Europe", "Asia"}, poldiv = {"regions", "districts"}, keydesc = "the country of [[Georgia]], in [[Eurasia]]"},
["Germany"] = {parents = {"Europe"}, poldiv = {"states", "municipalities", "districts"}},
["Ghana"] = {parents = {"Africa"}, poldiv = {"regions", "districts"}},
["Greece"] = {parents = {"Europe"}, poldiv = {"regional units", "municipalities"}},
["Grenada"] = {parents = {"North America"}, poldiv = {"parishes"}},
["Guatemala"] = {parents = {"Central America"}, poldiv = {"departments", "municipalities"}},
["Guinea"] = {parents = {"Africa"}, poldiv = {"regions", "prefectures"}},
["Guinea-Bissau"] = {parents = {"Africa"}, poldiv = {"regions"}},
["Guyana"] = {parents = {"South America"}, poldiv = {"regions"}},
["Haiti"] = {parents = {"North America"}, poldiv = {"departments", "arrondissements"}},
["Honduras"] = {parents = {"Central America"}, poldiv = {"departments", "municipalities"}},
["Hungary"] = {parents = {"Europe"}, poldiv = {"counties", "districts"}},
["Iceland"] = {parents = {"Europe"}, poldiv = {"regions", "municipalities", "counties"}},
["India"] = {parents = {"Asia"}, poldiv = {"states", "union territories", "divisions", "districts", "municipalities"}},
["Indonesia"] = {parents = {"Asia"}, poldiv = {"regencies", "provinces"}},
["Iran"] = {parents = {"Asia"}, poldiv = {"provinces", "counties"}},
["Iraq"] = {parents = {"Asia"}, poldiv = {"governorates", "districts"}},
["Ireland"] = {parents = {"Europe", "British Isles"}, poldiv = {"counties", "districts"}, miscdiv = {"provinces"}},
["Israel"] = {parents = {"Asia"}, poldiv = {"districts"}},
["Italy"] = {parents = {"Europe"}, poldiv = {"regions", "provinces"}, miscdiv = {"regions"}},
["Ivory Coast"] = {parents = {"Africa"}, poldiv = {"districts", "regions"}},
["Jamaica"] = {parents = {"North America"}, poldiv = {"parishes"}},
["Japan"] = {parents = {"Asia"}, poldiv = {"prefectures", "subprefectures", "municipalities"}},
["Jordan"] = {parents = {"Asia"}, poldiv = {"governorates"}},
["Kazakhstan"] = {parents = {"Europe", "Asia"}, poldiv = {"regions", "districts"}},
["Kenya"] = {parents = {"Africa"}, poldiv = {"counties"}},
["Kiribati"] = {parents = {"Micronesia"}},
["Kosovo"] = {parents = {"Europe"}},
["Kuwait"] = {parents = {"Asia"}, poldiv = {"governorates", "areas"}},
["Kyrgyzstan"] = {parents = {"Asia"}, poldiv = {"regions", "districts"}},
["Laos"] = {parents = {"Asia"}, poldiv = {"provinces", "districts"}},
["Latvia"] = {parents = {"Europe"}, poldiv = {"municipalities"}, miscdiv = {"regions"}},
["Lebanon"] = {parents = {"Asia"}, poldiv = {"governorates", "districts"}},
["Lesotho"] = {parents = {"Africa"}, poldiv = {"districts"}},
["Liberia"] = {parents = {"Africa"}, poldiv = {"counties", "districts"}},
["Libya"] = {parents = {"Africa"}, poldiv = {"districts", "municipalities"}},
["Liechtenstein"] = {parents = {"Europe"}, poldiv = {"municipalities"}},
["Lithuania"] = {parents = {"Europe"}, poldiv = {"counties", "municipalities"},
miscdiv = {"ethnographic regions"}},
["Luxembourg"] = {parents = {"Europe"}, poldiv = {"cantons"}, miscdiv = {"districts"}},
["Madagascar"] = {parents = {"Africa"}, poldiv = {"regions", "districts"}},
["Malawi"] = {parents = {"Africa"}, poldiv = {"regions", "districts"}},
["Malaysia"] = {parents = {"Asia"}, poldiv = {"states", "federal territories", "districts"}},
["the Maldives"] = {parents = {"Asia"}, poldiv = {"provinces", "administrative atolls"}},
["Mali"] = {parents = {"Africa"}, poldiv = {"regions", "cercles"}},
["Malta"] = {parents = {"Europe"}, poldiv = {"local councils"}},
["the Marshall Islands"] = {parents = {"Micronesia"}, poldiv = {"municipalities"}},
["Mauritania"] = {parents = {"Africa"}, poldiv = {"regions", "departments"}},
["Mauritius"] = {parents = {"Africa"}, poldiv = {"districts"}},
["Mexico"] = {parents = {"North America", "Central America"}, poldiv = {"states", "municipalities"}},
["Moldova"] = {parents = {"Europe"}, poldiv = {"districts"}},
["Monaco"] = {parents = {"Europe"}, nocities = true},
["Mongolia"] = {parents = {"Asia"}, poldiv = {"provinces", "districts"}},
["Montenegro"] = {parents = {"Europe"}, poldiv = {"municipalities"}},
["Morocco"] = {parents = {"Africa"}, poldiv = {"regions", "prefectures", "provinces"}},
["Mozambique"] = {parents = {"Africa"}, poldiv = {"provinces", "districts"}},
["Namibia"] = {parents = {"Africa"}, poldiv = {"regions", "constituencies"}},
["Nauru"] = {parents = {"Micronesia"}, poldiv = {"districts"}},
["Nepal"] = {parents = {"Asia"}, poldiv = {"provinces", "districts"}},
["the Netherlands"] = {parents = {"Europe"}, poldiv = {"provinces", "municipalities"}},
["New Zealand"] = {parents = {"Polynesia"}, poldiv = {"regions", "territorial authorities"}},
["Nicaragua"] = {parents = {"Central America"}, poldiv = {"departments", "municipalities"}},
["Niger"] = {parents = {"Africa"}, poldiv = {"regions", "departments"}},
["Nigeria"] = {parents = {"Africa"}, poldiv = {"states", "local government areas"}},
["North Korea"] = {parents = {"Asia", "Korea"}, poldiv = {"provinces", "counties"}},
["North Macedonia"] = {parents = {"Europe"}, poldiv = {"municipalities"}},
["Norway"] = {parents = {"Europe"}, poldiv = {"counties", "municipalities", "dependencies"},
miscdiv = {"districts", "unincorporated areas"}},
["Oman"] = {parents = {"Asia"}, poldiv = {"governorates", "provinces"}},
["Pakistan"] = {parents = {"Asia"}, poldiv = {"provinces", "districts"}},
["Palestine"] = {parents = {"Asia"}},
["Palau"] = {parents = {"Micronesia"}, poldiv = {"states"}},
["Panama"] = {parents = {"Central America"}, poldiv = {"provinces", "districts"}},
["Papua New Guinea"] = {parents = {"Melanesia"}, poldiv = {"provinces", "districts"}},
["Paraguay"] = {parents = {"South America"}, poldiv = {"departments", "districts"}},
["Peru"] = {parents = {"South America"}, poldiv = {"regions", "provinces", "districts"}},
["the Philippines"] = {parents = {"Asia"}, poldiv = {"regions", "provinces", "provincial capitals", "districts", "municipalities"}},
["Poland"] = {poldiv = {"voivodeships", "counties"}, parents = {"Europe"}},
["Portugal"] = {parents = {"Europe"}, poldiv = {"districts and autonomous regions", "provinces", "municipalities"}},
["Qatar"] = {parents = {"Asia"}, poldiv = {"municipalities", "zones"}},
["the Republic of the Congo"] = {parents = {"Africa"}, poldiv = {"departments", "districts"}},
["Romania"] = {parents = {"Europe"}, poldiv = {"regions", "counties"}},
["Russia"] = {parents = {"Europe", "Asia"}, poldiv = {"republics", "autonomous oblasts", "autonomous okrugs", "oblasts", "krais", "federal cities", "districts"}},
["Rwanda"] = {parents = {"Africa"}, poldiv = {"provinces", "districts"}},
["Saint Kitts and Nevis"] = {parents = {"North America"}, poldiv = {"parishes"}},
["Saint Lucia"] = {parents = {"North America"}, poldiv = {"quarters"}},
["Saint Vincent and the Grenadines"] = {parents = {"North America"}, poldiv = {"parishes"}},
["Samoa"] = {parents = {"Polynesia"}, poldiv = {"districts"}},
["San Marino"] = {parents = {"Europe"}, poldiv = {"municipalities"}},
["São Tomé and Príncipe"] = {parents = {"Africa"}, poldiv = {"districts"}},
["Saudi Arabia"] = {parents = {"Asia"}, poldiv = {"provinces", "governorates"}},
["Senegal"] = {parents = {"Africa"}, poldiv = {"regions", "departments"}},
["Serbia"] = {parents = {"Europe"}, poldiv = {"districts", "municipalities"}},
["Seychelles"] = {parents = {"Africa"}, poldiv = {"districts"}},
["Sierra Leone"] = {parents = {"Africa"}, poldiv = {"provinces", "districts"}},
["Singapore"] = {parents = {"Asia"}, poldiv = {"districts"}},
["Slovakia"] = {parents = {"Europe"}, poldiv = {"regions", "districts"}},
["Slovenia"] = {parents = {"Europe"}, poldiv = {"municipalities"}},
-- Note: the official name does not include "the" at the beginning, but it sounds strange in
-- English to leave it out and it's commonly included, so we include it.
["the Solomon Islands"] = {parents = {"Melanesia"}, poldiv = {"provinces"}},
["Somalia"] = {parents = {"Africa"}, poldiv = {"regions", "districts"}},
["South Africa"] = {parents = {"Africa"}, poldiv = {"provinces", "districts"}},
["South Korea"] = {parents = {"Asia", "Korea"}, poldiv = {"provinces", "counties", "districts"}},
["South Sudan"] = {parents = {"Africa"}, poldiv = {"regions", "states"}},
["Spain"] = {parents = {"Europe"}, poldiv = {"autonomous communities", "provinces", "municipalities"}},
["Sri Lanka"] = {parents = {"Asia"}, poldiv = {"provinces", "districts"}},
["Sudan"] = {parents = {"Africa"}, poldiv = {"states", "districts"}},
["Suriname"] = {parents = {"South America"}, poldiv = {"districts"}},
["Swaziland"] = {parents = {"Africa"}},
["Sweden"] = {parents = {"Europe"}, poldiv = {"provinces", "counties", "municipalities"}},
["Switzerland"] = {parents = {"Europe"}, poldiv = {"cantons", "municipalities", "districts"}},
["Syria"] = {parents = {"Asia"}, poldiv = {"governorates", "districts"}},
["Taiwan"] = {parents = {"Asia"}, poldiv = {"counties", "districts"}},
["Tajikistan"] = {parents = {"Asia"}, poldiv = {"provinces"}, miscdiv = {"regions", "districts"}},
["Tanzania"] = {parents = {"Africa"}, poldiv = {"provinces", "districts"}},
["Thailand"] = {parents = {"Asia"}, poldiv = {"provinces", "districts"}},
["Togo"] = {parents = {"Africa"}, poldiv = {"provinces", "prefectures"}},
["Tonga"] = {parents = {"Polynesia"}, poldiv = {"divisions"}},
["Trinidad and Tobago"] = {parents = {"North America"}, poldiv = {"regions", "municipalities"}},
["Tunisia"] = {parents = {"Africa"}, poldiv = {"governorates", "delegations"}},
["Turkey"] = {parents = {"Europe", "Asia"}, poldiv = {"provinces", "districts"}},
["Turkmenistan"] = {parents = {"Asia"}, poldiv = {"regions", "districts"}},
["Tuvalu"] = {parents = {"Polynesia"}, poldiv = {"atolls"}},
["Uganda"] = {parents = {"Africa"}, poldiv = {"districts", "counties"}},
["Ukraine"] = {parents = {"Europe"}, poldiv = {"oblasts", "municipalities", "raions"}},
["the United Arab Emirates"] = {parents = {"Asia"}, poldiv = {"emirates"}},
["the United Kingdom"] = {parents = {"Europe", "British Isles"},
poldiv = {"countries", "territories", "dependencies"},
keydesc = "the [[United Kingdom]] of Great Britain and Northern Ireland"},
["the United States"] = {parents = {"North America"},
poldiv = {"counties", "county seats", "states", "state capitals", "territories",
"municipalities", -- these exist politically at least in Colorado and Connecticut
}, miscdiv = {"regions"}},
["Uruguay"] = {parents = {"South America"}, poldiv = {"departments", "municipalities"}},
["Uzbekistan"] = {parents = {"Asia"}, poldiv = {"regions", "districts"}},
["Vanuatu"] = {parents = {"Melanesia"}, poldiv = {"provinces"}},
["Vatican City"] = {parents = {"Europe", "Rome"}, nocities = true},
["Venezuela"] = {parents = {"South America"}, poldiv = {"states", "municipalities"}},
["Vietnam"] = {parents = {"Asia"}, poldiv = {"provinces", "districts", "municipalities"}},
["Western Sahara"] = {parents = {"Africa"}},
["Yemen"] = {parents = {"Asia"}, poldiv = {"governorates", "districts"}},
["Zambia"] = {parents = {"Africa"}, poldiv = {"provinces", "districts"}},
["Zimbabwe"] = {parents = {"Africa"}, poldiv = {"provinces", "districts"}},
}
export.pseudo_countries = {
-- British Overseas Territory
["Akrotiri and Dhekelia"] = {divtype = {"overseas territory", "territory"}, parents = {"Cyprus", "Europe", "United Kingdom"}},
-- unincorporated territory of the United States
["American Samoa"] = {divtype = {"unincorporated territory", "overseas territory", "territory"}, parents = {"Polynesia", "United States"}},
-- British Overseas Territory
["Anguilla"] = {divtype = {"overseas territory", "territory"}, parents = {"North America", "United Kingdom"}},
-- de-facto independent state, internationally recognized as part of Georgia
["Abkhazia"] = {divtype = {"unrecognized state", "country"}, parents = {"Georgia", "Europe", "Asia"},
poldiv = {"districts"},
keydesc = "the de-facto independent state of [[Abkhazia]], internationally recognized as part of the country of [[Georgia]]"},
-- de-facto independent state of Armenian ethnicity, internationally recognized as part of Azerbaijan
-- (also known as Nagorno-Karabakh)
-- NOTE: Formerly listed Armenia as a parent; this seems politically non-neutral
-- so I've taken it out.
["Artsakh"] = {divtype = {"unrecognized state", "country"}, parents = {"Azerbaijan", "Europe", "Asia"},
keydesc = "the de-facto independent state of [[Artsakh]], internationally recognized as part of [[Azerbaijan]]"},
-- British Overseas Territory
["Ascension Island"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "Atlantic Ocean"}},
-- constituent country of the Netherlands
["Aruba"] = {divtype = {"constituent country", "country"}, parents = {"Netherlands", "North America"}},
-- British Overseas Territory
["Bermuda"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "North America"}},
-- British Overseas Territory
["the British Indian Ocean Territory"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "North America"}},
-- British Overseas Territory
["the British Virgin Islands"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "North America"}},
-- British Overseas Territory
["the Cayman Islands"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "North America"}},
-- Australian external territory
["Christmas Island"] = {divtype = {"external territory", "territory"}, parents = {"Australia", "Asia"}},
-- Australian external territory; also called the Keeling Islands or (officially) the Cocos (Keeling) Islands
["the Cocos Islands"] = {divtype = {"external territory", "territory"}, parents = {"Australia", "Asia"}},
-- self-governing but in free association with New Zealand
["the Cook Islands"] = {divtype = {"country"}, parents = {"Polynesia", "New Zealand"}},
-- constituent country of the Netherlands
["Curaçao"] = {divtype = {"constituent country", "country"}, parents = {"Netherlands", "North America"}},
-- special territory of Chile
["Easter Island"] = {divtype = {"special territory", "territory"}, parents = {"Chile", "Polynesia"}},
-- British Overseas Territory
["the Falkland Islands"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "South America"}},
-- autonomous territory of Denmark
["the Faroe Islands"] = {divtype = {"autonomous territory", "territory"}, parents = {"Denmark", "Europe"}},
-- overseas department of France
["French Guiana"] = {divtype = {"overseas department", "department"}, parents = {"France", "South America"}},
-- overseas collectivity of France
["French Polynesia"] = {divtype = {"overseas collectivity", "collectivity"}, parents = {"France", "Polynesia"}},
-- British Overseas Territory
["Gibraltar"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "North America"}},
-- autonomous territory of Denmark
["Greenland"] = {divtype = {"autonomous territory", "territory"}, parents = {"Denmark", "North America"}, poldiv = {"municipalities"}},
-- overseas department of France
["Guadeloupe"] = {divtype = {"overseas department", "department"}, parents = {"France", "North America"}},
-- unincorporated territory of the United States
["Guam"] = {divtype = {"unincorporated territory", "overseas territory", "territory"}, parents = {"United States", "Micronesia"}},
-- self-governing British Crown dependency; technically called the Bailiwick of Guernsey
["Guernsey"] = {divtype = {"crown dependency", "dependency", "bailiwick", "territory"}, parents = {"British Isles", "Europe"}},
-- special administrative region of China
["Hong Kong"] = {divtype = "special administrative region", parents = {"China"}},
-- self-governing British Crown dependency
["the Isle of Man"] = {divtype = {"crown dependency", "dependency", "territory"}, parents = {"British Isles", "Europe"}},
-- self-governing British Crown dependency; technically called the Bailiwick of Jersey
["Jersey"] = {divtype = {"crown dependency", "dependency", "bailiwick", "territory"}, parents = {"British Isles", "Europe"}},
-- special administrative region of China
["Macau"] = {divtype = "special administrative region", parents = {"China"}},
-- overseas department of France
["Martinique"] = {divtype = {"overseas department", "department"}, parents = {"France", "North America"}},
-- British Overseas Territory
["Montserrat"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "North America"}},
-- special collectivity of France
["New Caledonia"] = {divtype = {"special collectivity", "collectivity"}, parents = {"France", "Melanesia"}},
-- self-governing but in free association with New Zealand
["Niue"] = {divtype = {"country"}, parents = {"Polynesia", "New Zealand"}},
-- Australian external territory
["Norfolk Island"] = {divtype = {"external territory", "territory"}, parents = {"Australia", "Polynesia"}},
-- commonwealth, unincorporated territory of the United States
["the Northern Mariana Islands"] = {divtype = {"commonwealth", "unincorporated territory", "overseas territory", "territory"}, parents = {"United States", "Micronesia"}},
-- British Overseas Territory
["the Pitcairn Islands"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "Polynesia"}},
-- commonwealth of the United States
["Puerto Rico"] = {divtype = {"commonwealth", "overseas territory", "territory"}, parents = {"United States", "North America"}},
-- overseas collectivity of France
["Saint Barthélemy"] = {divtype = {"overseas collectivity", "collectivity"}, parents = {"France", "North America"}},
-- British Overseas Territory
["Saint Helena"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "Atlantic Ocean"}},
-- overseas collectivity of France
["Saint Martin"] = {divtype = {"overseas collectivity", "collectivity"}, parents = {"France", "North America"}},
-- overseas collectivity of France
["Saint Pierre and Miquelon"] = {divtype = {"overseas collectivity", "collectivity"}, parents = {"France", "North America"}},
-- de-facto independent state, internationally recognized as part of Georgia
["South Ossetia"] = {divtype = {"unrecognized state", "country"}, parents = {"Georgia", "Europe", "Asia"},
keydesc = "the de-facto independent state of [[South Ossetia]], internationally recognized as part of the country of [[Georgia]]"},
-- constituent country of the Netherlands
["Sint Maarten"] = {divtype = {"constituent country", "country"}, parents = {"Netherlands", "North America"}},
-- British Overseas Territory
["South Georgia"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "Atlantic Ocean"}},
-- British Overseas Territory
["the South Sandwich Islands"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "Atlantic Ocean"}},
-- dependent territory of New Zealnd
["Tokelau"] = {divtype = {"dependent territory", "territory"}, parents = {"New Zealand", "Polynesia"}},
-- de-facto independent state, internationally recognized as part of Moldova
["Transnistria"] = {divtype = {"unrecognized state", "country"}, parents = {"Moldova", "Europe"},
keydesc = "the de-facto independent state of [[Transnistria]], internationally recognized as part of [[Moldova]]"},
-- British Overseas Territory
["Tristan da Cunha"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "Atlantic Ocean"}},
-- British Overseas Territory
["the Turks and Caicos Islands"] = {divtype = {"overseas territory", "territory"}, parents = {"United Kingdom", "North America"}},
-- unincorporated territory of the United States
["the United States Virgin Islands"] = {divtype = {"unincorporated territory", "overseas territory", "territory"}, parents = {"United States", "North America"}},
-- unincorporated territory of the United States
["Wake Island"] = {divtype = {"unincorporated territory", "overseas territory", "territory"}, parents = {"United States", "North America"}},
-- overseas collectivity of France
["Wallis and Futuna"] = {divtype = {"overseas collectivity", "collectivity"}, parents = {"France", "Polynesia"}},
}
export.former_countries = {
["Czechoslovakia"] = {parents = {"Europe"}},
["East Germany"] = {parents = {"Europe", "Germany"}},
["North Vietnam"] = {parents = {"Asia", "Vietnam"}},
["Persia"] = {parents = {"Asia"}, poldiv = {"provinces"}},
["the Roman Empire"] = {divtype = {"empire", "country"}, parents = {"Europe", "Africa", "Asia", "Rome"}, poldiv = {"provinces"}},
["South Vietnam"] = {parents = {"Asia", "Vietnam"}},
["the Soviet Union"] = {parents = {"Europe", "Asia"}, poldiv = {"republics", "autonomous republics"}},
["West Germany"] = {parents = {"Europe", "Germany"}},
["Yugoslavia"] = {parents = {"Europe"}, poldiv = {"districts"},
keydesc = "the former [[Kingdom of Yugoslavia]] (1918-1943) or the former [[Socialist Federal Republic of Yugoslavia]] (1943-1992)"},
}
export.australian_states_and_territories = {
["New South Wales"] = {},
["the Northern Territory"] = {divtype = "territory"},
["Queensland"] = {},
["South Australia"] = {},
["Tasmania"] = {},
["Victoria"] = {},
["Western Australia"] = {},
}
export.austrian_states = {
["Vienna"] = {},
["Lower Austria"] = {},
["Upper Austria"] = {},
["Styria"] = {},
["Tyrol"] = {},
["Carinthia"] = {},
["Salzburg"] = {},
["Vorarlberg"] = {},
["Burgenland"] = {},
}
export.brazilian_states = {
["Acre, Brazil"] = {},
["Alagoas, Brazil"] = {},
["Amapá, Brazil"] = {},
["Amazonas, Brazil"] = {},
["Bahia, Brazil"] = {},
["Ceará, Brazil"] = {},
["Distrito Federal, Brazil"] = {},
["Espírito Santo, Brazil"] = {},
["Goiás, Brazil"] = {},
["Maranhão, Brazil"] = {},
["Mato Grosso, Brazil"] = {},
["Mato Grosso do Sul, Brazil"] = {},
["Minas Gerais, Brazil"] = {},
["Pará, Brazil"] = {},
["Paraíba, Brazil"] = {},
["Paraná, Brazil"] = {},
["Pernambuco, Brazil"] = {},
["Piauí, Brazil"] = {},
["Rio de Janeiro, Brazil"] = {},
["Rio Grande do Norte, Brazil"] = {},
["Rio Grande do Sul, Brazil"] = {},
["Rondônia, Brazil"] = {},
["Roraima, Brazil"] = {},
["Santa Catarina, Brazil"] = {},
["São Paulo, Brazil"] = {},
["Sergipe, Brazil"] = {},
["Tocantins, Brazil"] = {},
}
export.canadian_provinces_and_territories = {
["Alberta"] = {},
["British Columbia"] = {},
["Manitoba"] = {},
["New Brunswick"] = {},
["Newfoundland and Labrador"] = {},
["the Northwest Territories"] = {divtype = "territory"},
["Nova Scotia"] = {},
["Nunavut"] = {divtype = "territory"},
["Ontario"] = {},
["Prince Edward Island"] = {},
["Saskatchewan"] = {},
["Quebec"] = {},
["Yukon"] = {divtype = "territory"},
}
-- table of Chinese provinces and autonomous regions; interpolated into the main 'places' table, but also needed separately
export.chinese_provinces_and_autonomous_regions = {
["Anhui"] = {},
["Fujian"] = {},
["Gansu"] = {},
["Guangdong"] = {},
["Guangxi"] = {divtype = "autonomous region"},
["Guizhou"] = {},
["Hainan"] = {},
["Hebei"] = {},
["Heilongjiang"] = {},
["Henan"] = {},
["Hubei"] = {},
["Hunan"] = {},
["Inner Mongolia"] = {divtype = "autonomous region"},
["Jiangsu"] = {},
["Jiangxi"] = {},
["Jilin"] = {},
["Liaoning"] = {},
["Ningxia"] = {divtype = "autonomous region"},
["Qinghai"] = {},
["Shaanxi"] = {},
["Shandong"] = {},
["Shanxi"] = {},
["Sichuan"] = {},
["Tibet"] = {divtype = "autonomous region"},
["Xinjiang"] = {divtype = "autonomous region"},
["Yunnan"] = {},
["Zhejiang"] = {},
}
export.finnish_regions = {
["Lapland, Finland"] = {},
["North Ostrobothnia, Finland"] = {},
["Kainuu, Finland"] = {},
["North Karelia, Finland"] = {},
["Northern Savonia, Finland"] = {},
["Southern Savonia, Finland"] = {},
["South Karelia, Finland"] = {},
["Central Finland, Finland"] = {},
["South Ostrobothnia, Finland"] = {},
["Ostrobothnia, Finland"] = {},
["Central Ostrobothnia, Finland"] = {},
["Pirkanmaa, Finland"] = {},
["Satakunta, Finland"] = {},
["Päijänne Tavastia, Finland"] = {},
["Tavastia Proper, Finland"] = {},
["Kymenlaakso, Finland"] = {},
["Uusimaa, Finland"] = {},
["Southwest Finland, Finland"] = {},
["the Åland Islands, Finland"] = {},
}
export.french_regions = {
["Auvergne-Rhône-Alpes"] = {},
["Bourgogne-Franche-Comté"] = {},
["Brittany"] = {},
["Centre-Val de Loire"] = {},
["Corsica"] = {},
["French Guiana"] = {},
["Grand Est"] = {},
["Guadeloupe"] = {},
["Hauts-de-France"] = {},
["Île-de-France"] = {},
["Martinique"] = {},
["Mayotte"] = {},
["Normandy"] = {},
["Nouvelle-Aquitaine"] = {},
["Occitanie"] = {},
["Pays de la Loire"] = {},
["Provence-Alpes-Côte d'Azur"] = {},
["Réunion"] = {},
}
export.german_states = {
["Baden-Württemberg"] = {},
["Bavaria"] = {},
["Berlin"] = {},
["Brandenburg"] = {},
["Bremen"] = {},
["Hamburg"] = {},
["Hesse"] = {},
["Lower Saxony"] = {},
["Mecklenburg-Vorpommern"] = {},
["North Rhine-Westphalia"] = {},
["Rhineland-Palatinate"] = {},
["Saarland"] = {},
["Saxony"] = {},
["Saxony-Anhalt"] = {},
["Schleswig-Holstein"] = {},
["Thuringia"] = {},
}
-- Indian states and union territories. Only some of them are divided into
-- divisions.
export.indian_states_and_union_territories = {
["Andaman and Nicobar Islands"] = {divtype = "union territory"},
["Andra Pradesh"] = {},
["Arunachal Pradesh"] = {poldiv = {"divisions"}},
["Assam"] = {poldiv = {"divisions"}},
["Bihar"] = {poldiv = {"divisions"}},
["Chandigarh"] = {divtype = "union territory"},
["Chhattisgarh"] = {poldiv = {"divisions"}},
["Dadra and Nagar Haveli"] = {divtype = "union territory"},
["Daman and Diu"] = {divtype = "union territory"},
["Delhi"] = {divtype = "union territory", poldiv = {"divisions"}},
["Goa"] = {},
["Gujarat"] = {},
["Haryana"] = {poldiv = {"divisions"}},
["Himachal Pradesh"] = {poldiv = {"divisions"}},
["Jammu and Kashmir"] = {divtype = "union territory", poldiv = {"divisions"}},
["Jharkhand"] = {poldiv = {"divisions"}},
["Karnataka"] = {poldiv = {"divisions"}},
["Kerala"] = {},
["Ladakh"] = {divtype = "union territory", poldiv = {"divisions"}},
["Lakshadweep"] = {divtype = "union territory"},
["Madhya Pradesh"] = {poldiv = {"divisions"}},
["Maharashtra"] = {poldiv = {"divisions"}},
["Manipur"] = {},
["Meghalaya"] = {poldiv = {"divisions"}},
["Mizoram"] = {},
["Nagaland"] = {poldiv = {"divisions"}},
["Odisha"] = {poldiv = {"divisions"}},
["Puducherry"] = {divtype = "union territory"},
["Punjab"] = {poldiv = {"divisions"}},
["Rajasthan"] = {poldiv = {"divisions"}},
["Sikkim"] = {},
["Tamil Nadu"] = {},
["Telangana"] = {},
["Tripura"] = {},
["Uttar Pradesh"] = {poldiv = {"divisions"}},
["Uttarakhand"] = {poldiv = {"divisions"}},
["West Bengal"] = {poldiv = {"divisions"}},
}
export.irish_counties = {
["County Carlow, Ireland"] = {},
["County Cavan, Ireland"] = {},
["County Clare, Ireland"] = {},
["County Cork, Ireland"] = {},
["County Donegal, Ireland"] = {},
["County Dublin, Ireland"] = {},
["County Galway, Ireland"] = {},
["County Kerry, Ireland"] = {},
["County Kildare, Ireland"] = {},
["County Kilkenny, Ireland"] = {},
["County Laois, Ireland"] = {},
["County Leitrim, Ireland"] = {},
["County Limerick, Ireland"] = {},
["County Longford, Ireland"] = {},
["County Louth, Ireland"] = {},
["County Mayo, Ireland"] = {},
["County Meath, Ireland"] = {},
["County Monaghan, Ireland"] = {},
["County Offaly, Ireland"] = {},
["County Roscommon, Ireland"] = {},
["County Sligo, Ireland"] = {},
["County Tipperary, Ireland"] = {},
["County Waterford, Ireland"] = {},
["County Westmeath, Ireland"] = {},
["County Wexford, Ireland"] = {},
["County Wicklow, Ireland"] = {},
}
export.italian_regions = {
["Abruzzo"] = {},
["Aosta Valley"] = {},
["Apulia"] = {},
["Basilicata"] = {},
["Calabria"] = {},
["Campania"] = {},
["Emilia-Romagna"] = {},
["Friuli-Venezia Giulia"] = {},
["Lazio"] = {},
["Liguria"] = {},
["Lombardy"] = {},
["Marche"] = {},
["Molise"] = {},
["Piedmont"] = {},
["Sardinia"] = {},
["Sicily"] = {},
["Trentino-Alto Adige"] = {},
["Tuscany"] = {},
["Umbria"] = {},
["Veneto"] = {},
}
-- table of Japanese prefectures; interpolated into the main 'places' table, but also needed separately
export.japanese_prefectures = {
["Aichi Prefecture"] = {},
["Akita Prefecture"] = {},
["Aomori Prefecture"] = {},
["Chiba Prefecture"] = {},
["Ehime Prefecture"] = {},
["Fukui Prefecture"] = {},
["Fukuoka Prefecture"] = {},
["Fukushima Prefecture"] = {},
["Gifu Prefecture"] = {},
["Gunma Prefecture"] = {},
["Hiroshima Prefecture"] = {},
-- Hokkaido handled specially; just "Hokkaido" not "Hokkaido Prefecture"
["Hyōgo Prefecture"] = {},
["Ibaraki Prefecture"] = {},
["Ishikawa Prefecture"] = {},
["Iwate Prefecture"] = {},
["Kagawa Prefecture"] = {},
["Kagoshima Prefecture"] = {},
["Kanagawa Prefecture"] = {},
["Kōchi Prefecture"] = {},
["Kumamoto Prefecture"] = {},
["Kyoto Prefecture"] = {},
["Mie Prefecture"] = {},
["Miyagi Prefecture"] = {},
["Miyazaki Prefecture"] = {},
["Nagano Prefecture"] = {},
["Nagasaki Prefecture"] = {},
["Nara Prefecture"] = {},
["Niigata Prefecture"] = {},
["Ōita Prefecture"] = {},
["Okayama Prefecture"] = {},
["Okinawa Prefecture"] = {},
["Osaka Prefecture"] = {},
["Saga Prefecture"] = {},
["Saitama Prefecture"] = {},
["Shiga Prefecture"] = {},
["Shimane Prefecture"] = {},
["Shizuoka Prefecture"] = {},
["Tochigi Prefecture"] = {},
["Tokushima Prefecture"] = {},
-- Tokyo handled specially; just "Tokyo" not "Tokyo Prefecture" or "Tokyo Metropolis"
["Tottori Prefecture"] = {},
["Toyama Prefecture"] = {},
["Wakayama Prefecture"] = {},
["Yamagata Prefecture"] = {},
["Yamaguchi Prefecture"] = {},
["Yamanashi Prefecture"] = {},
}
export.mexican_states = {
["Aguascalientes"] = {},
["Baja California Norte"] = {},
["Baja California Sur"] = {},
["Campeche"] = {},
["Chiapas"] = {},
["Mexico City"] = {},
["Chihuahua"] = {},
["Coahuila"] = {},
["Colima"] = {},
["Durango"] = {},
["Guanajuato"] = {},
["Guerrero"] = {},
["Hidalgo"] = {},
["Jalisco"] = {},
["the State of Mexico"] = {},
["Michoacán"] = {},
["Morelos"] = {},
["Nayarit"] = {},
["Nuevo León"] = {},
["Oaxaca"] = {},
["Puebla"] = {},
["Querétaro"] = {},
["Quintana Roo"] = {},
["San Luis Potosí"] = {},
["Sinaloa"] = {},
["Sonora"] = {},
["Tabasco"] = {},
["Tamaulipas"] = {},
["Tlaxcala"] = {},
["Veracruz"] = {},
["Yucatán"] = {},
["Zacatecas"] = {},
}
export.norwegian_counties = {
["Østfold"] = {},
["Akershus"] = {},
["Oslo"] = {},
["Hedmark"] = {},
["Oppland"] = {},
["Buskerud"] = {},
["Vestfold"] = {},
["Telemark"] = {},
["Aust-Agder"] = {},
["Vest-Agder"] = {},
["Rogaland"] = {},
["Hordaland"] = {},
["Sogn og Fjordane"] = {},
["Møre og Romsdal"] = {},
["Nordland"] = {},
["Troms"] = {},
["Finnmark"] = {},
["Trøndelag"] = {},
}
export.philippine_provinces = {
["Abra, Philippines"] = {},
["Agusan del Norte, Philippines"] = {},
["Agusan del Sur, Philippines"] = {},
["Aklan, Philippines"] = {},
["Albay, Philippines"] = {},
["Antique, Philippines"] = {},
["Apayao, Philippines"] = {},
["Aurora, Philippines"] = {},
["Basilan, Philippines"] = {},
["Bataan, Philippines"] = {},
["Batanes, Philippines"] = {},
["Batangas, Philippines"] = {},
["Benguet, Philippines"] = {},
["Biliran, Philippines"] = {},
["Bohol, Philippines"] = {},
["Bukidnon, Philippines"] = {},
["Bulacan, Philippines"] = {},
["Cagayan, Philippines"] = {},
["Camarines Norte, Philippines"] = {},
["Camarines Sur, Philippines"] = {},
["Camiguin, Philippines"] = {},
["Capiz, Philippines"] = {},
["Catanduanes, Philippines"] = {},
["Cavite, Philippines"] = {},
["Cebu, Philippines"] = {},
["Cotabato, Philippines"] = {},
["Davao de Oro, Philippines"] = {},
["Davao del Norte, Philippines"] = {},
["Davao del Sur, Philippines"] = {},
["Davao Occidental, Philippines"] = {},
["Davao Oriental, Philippines"] = {},
["Dinagat Islands, Philippines"] = {},
["Eastern Samar, Philippines"] = {},
["Guimaras, Philippines"] = {},
["Ifugao, Philippines"] = {},
["Ilocos Norte, Philippines"] = {},
["Ilocos Sur, Philippines"] = {},
["Iloilo, Philippines"] = {},
["Isabela, Philippines"] = {},
["Kalinga, Philippines"] = {},
["La Union, Philippines"] = {},
["Laguna, Philippines"] = {},
["Lanao del Norte, Philippines"] = {},
["Lanao del Sur, Philippines"] = {},
["Leyte, Philippines"] = {},
["Maguindanao, Philippines"] = {},
["Marinduque, Philippines"] = {},
["Masbate, Philippines"] = {},
["Misamis Occidental, Philippines"] = {},
["Misamis Oriental, Philippines"] = {},
["Mountain Province, Philippines"] = {},
["Negros Occidental, Philippines"] = {},
["Negros Oriental, Philippines"] = {},
["Northern Samar, Philippines"] = {},
["Nueva Ecija, Philippines"] = {},
["Nueva Vizcaya, Philippines"] = {},
["Occidental Mindoro, Philippines"] = {},
["Oriental Mindoro, Philippines"] = {},
["Palawan, Philippines"] = {},
["Pampanga, Philippines"] = {},
["Pangasinan, Philippines"] = {},
["Quezon, Philippines"] = {},
["Quirino, Philippines"] = {},
["Rizal, Philippines"] = {},
["Romblon, Philippines"] = {},
["Samar, Philippines"] = {},
["Sarangani, Philippines"] = {},
["Siquijor, Philippines"] = {},
["Sorsogon, Philippines"] = {},
["South Cotabato, Philippines"] = {},
["Southern Leyte, Philippines"] = {},
["Sultan Kudarat, Philippines"] = {},
["Sulu, Philippines"] = {},
["Surigao del Norte, Philippines"] = {},
["Surigao del Sur, Philippines"] = {},
["Tarlac, Philippines"] = {},
["Tawi-Tawi, Philippines"] = {},
["Zambales, Philippines"] = {},
["Zamboanga del Norte, Philippines"] = {},
["Zamboanga del Sur, Philippines"] = {},
["Zamboanga Sibugay, Philippines"] = {},
["Metro Manila, Philippines"] = {},
}
export.russian_federal_subjects = {
-- autonomous oblasts
["the Jewish Autonomous Oblast"] = {divtype = {"autonomous oblast", "oblast"}},
-- autonomous okrugs
["Chukotka Autonomous Okrug"] = {divtype = "autonomous okrug"},
["Khanty-Mansi Autonomous Okrug"] = {divtype = "autonomous okrug"},
["Nenets Autonomous Okrug"] = {divtype = "autonomous okrug"},
["Yamalo-Nenets Autonomous Okrug"] = {divtype = "autonomous okrug"},
-- krais
["Altai Krai"] = {divtype = "krai"},
["Kamchatka Krai"] = {divtype = "krai"},
["Khabarovsk Krai"] = {divtype = "krai"},
["Krasnodar Krai"] = {divtype = "krai"},
["Krasnoyarsk Krai"] = {divtype = "krai"},
["Perm Krai"] = {divtype = "krai"},
["Primorsky Krai"] = {divtype = "krai"},
["Stavropol Krai"] = {divtype = "krai"},
["Zabaykalsky Krai"] = {divtype = "krai"},
-- oblasts
["Amur Oblast"] = {},
["Arkhangelsk Oblast"] = {},
["Astrakhan Oblast"] = {},
["Belgorod Oblast"] = {},
["Bryansk Oblast"] = {},
["Chelyabinsk Oblast"] = {},
["Irkutsk Oblast"] = {},
["Ivanovo Oblast"] = {},
["Kaliningrad Oblast"] = {},
["Kaluga Oblast"] = {},
["Kemerovo Oblast"] = {},
["Kirov Oblast"] = {},
["Kostroma Oblast"] = {},
["Kurgan Oblast"] = {},
["Kursk Oblast"] = {},
["Leningrad Oblast"] = {},
["Lipetsk Oblast"] = {},
["Magadan Oblast"] = {},
["Moscow Oblast"] = {},
["Murmansk Oblast"] = {},
["Nizhny Novgorod Oblast"] = {},
["Novgorod Oblast"] = {},
["Novosibirsk Oblast"] = {},
["Omsk Oblast"] = {},
["Orenburg Oblast"] = {},
["Oryol Oblast"] = {},
["Penza Oblast"] = {},
["Pskov Oblast"] = {},
["Rostov Oblast"] = {},
["Ryazan Oblast"] = {},
["Sakhalin Oblast"] = {},
["Samara Oblast"] = {},
["Saratov Oblast"] = {},
["Smolensk Oblast"] = {},
["Sverdlovsk Oblast"] = {},
["Tambov Oblast"] = {},
["Tomsk Oblast"] = {},
["Tula Oblast"] = {},
["Tver Oblast"] = {},
["Tyumen Oblast"] = {},
["Ulyanovsk Oblast"] = {},
["Vladimir Oblast"] = {},
["Volgograd Oblast"] = {},
["Vologda Oblast"] = {},
["Voronezh Oblast"] = {},
["Yaroslavl Oblast"] = {},
-- republics
["the Republic of Adygea"] = {divtype = "republic"},
["the Republic of Bashkortostan"] = {divtype = "republic"},
["the Republic of Buryatia"] = {divtype = "republic"},
["the Republic of Dagestan"] = {divtype = "republic"},
["the Republic of Ingushetia"] = {divtype = "republic"},
["the Republic of Kalmykia"] = {divtype = "republic"},
["the Republic of Karelia"] = {divtype = "republic"},
["the Republic of Khakassia"] = {divtype = "republic"},
["the Republic of Mordovia"] = {divtype = "republic"},
["the Republic of North Ossetia-Alania"] = {divtype = "republic"},
["the Republic of Tatarstan"] = {divtype = "republic"},
["the Altai Republic"] = {divtype = "republic"},
["the Chechen Republic"] = {divtype = "republic"},
["the Chuvash Republic"] = {divtype = "republic"},
["the Kabardino-Balkar Republic"] = {divtype = "republic"},
["the Karachay-Cherkess Republic"] = {divtype = "republic"},
["the Komi Republic"] = {divtype = "republic"},
["the Mari El Republic"] = {divtype = "republic"},
["the Sakha Republic"] = {divtype = "republic"},
["the Tuva Republic"] = {divtype = "republic"},
["the Udmurt Republic"] = {divtype = "republic"},
-- Not sure what to do about this one from a neutrality perspective
-- ["the Republic of Crimea"] = {divtype = "republic"},
-- There are also federal cities (not included because they're cities):
-- Moscow, Saint Petersburg, Sevastopol (not sure what to do about the
-- last one if we were to include federal cities, see "Republic of Crimea"
-- above)
}
export.spanish_autonomous_communities = {
["Andalusia"] = {},
["Aragon"] = {},
["Asturias"] = {},
["the Balearic Islands"] = {},
["the Basque Country"] = {},
["the Canary Islands"] = {},
["Cantabria"] = {},
["Castile and León"] = {},
["Castilla-La Mancha"] = {},
["Catalonia"] = {},
["the Community of Madrid"] = {},
["Extremadura"] = {},
["Galicia"] = {},
["La Rioja"] = {},
["Murcia"] = {},
["Navarre"] = {},
["Valencia"] = {},
}
export.uk_constituent_countries = {
["England"] = {poldiv = {"regions", "counties", "districts", "civil parishes"}},
["Northern Ireland"] = {divtype = "province", parents = {"United Kingdom", "Ireland"},
poldiv = {"districts"}, miscdiv = {"traditional counties"}},
["Scotland"] = {poldiv = {"council areas"}, miscdiv = {"regions", "districts", "traditional counties"}},
["Wales"] = {poldiv = {"counties", "county boroughs"}},
}
-- table of US states; interpolated into the main 'places' table, but also needed separately
export.us_states = {
["Alabama, USA"] = {},
["Alaska, USA"] = {county_type = "boroughs"},
["Arizona, USA"] = {},
["Arkansas, USA"] = {},
["California, USA"] = {},
["Colorado, USA"] = {},
["Connecticut, USA"] = {},
["Delaware, USA"] = {},
["Florida, USA"] = {},
["Georgia, USA"] = {},
["Hawaii, USA"] = {parents = {"United States", "Polynesia"}},
["Idaho, USA"] = {},
["Illinois, USA"] = {},
["Indiana, USA"] = {},
["Iowa, USA"] = {},
["Kansas, USA"] = {},
["Kentucky, USA"] = {},
["Louisiana, USA"] = {county_type = "parishes"},
["Maine, USA"] = {},
["Maryland, USA"] = {},
["Massachusetts, USA"] = {},
["Michigan, USA"] = {},
["Minnesota, USA"] = {},
["Mississippi, USA"] = {},
["Missouri, USA"] = {},
["Montana, USA"] = {},
["Nebraska, USA"] = {},
["Nevada, USA"] = {},
["New Hampshire, USA"] = {},
["New Jersey, USA"] = {},
["New Mexico, USA"] = {},
["New York, USA"] = {},
["North Carolina, USA"] = {},
["North Dakota, USA"] = {},
["Ohio, USA"] = {},
["Oklahoma, USA"] = {},
["Oregon, USA"] = {},
["Pennsylvania, USA"] = {},
["Rhode Island, USA"] = {},
["South Carolina, USA"] = {},
["South Dakota, USA"] = {},
["Tennessee, USA"] = {},
["Texas, USA"] = {},
["Utah, USA"] = {},
["Vermont, USA"] = {},
["Virginia, USA"] = {},
["Washington, USA"] = {},
["West Virginia, USA"] = {},
["Wisconsin, USA"] = {},
["Wyoming, USA"] = {},
}
export.english_counties = {
-- ["Avon, England"] = {}, -- no longer
["Bedfordshire, England"] = {},
["Berkshire, England"] = {},
-- ["Brighton and Hove, England"] = {}, -- city
-- ["Bristol, England"] = {}, -- city
["Buckinghamshire, England"] = {},
["Cambridgeshire, England"] = {},
-- ["Cambridgeshire and Isle of Ely, England"] = {}, -- no longer
["Cheshire, England"] = {},
-- ["Cleveland, England"] = {}, -- no longer
["Cornwall, England"] = {},
-- ["Cumberland, England"] = {}, -- no longer
["Cumbria, England"] = {},
["Derbyshire, England"] = {},
["Devon, England"] = {},
["Dorset, England"] = {},
["County Durham, England"] = {},
-- ["East Suffolk, England"] = {}, -- no longer
["East Sussex, England"] = {},
["Essex, England"] = {},
["Gloucestershire, England"] = {},
["Greater London, England"] = {},
["Greater Manchester, England"] = {},
["Hampshire, England"] = {},
-- ["Hereford and Worcester, England"] = {}, -- no longer
["Herefordshire, England"] = {},
["Hertfordshire, England"] = {},
-- ["Humberside, England"] = {}, -- no longer
-- ["Huntingdon and Peterborough, England"] = {}, -- no longer
-- ["Huntingdonshire, England"] = {}, -- no longer
-- ["the Isle of Ely, England"] = {}, -- no longer
["the Isle of Wight, England"] = {},
["Kent, England"] = {},
["Lancashire, England"] = {},
["Leicestershire, England"] = {},
["Lincolnshire, England"] = {},
-- ["the County of London, England"] = {}, -- no longer
["Merseyside, England"] = {},
-- ["Middlesex, England"] = {}, -- no longer
["Norfolk, England"] = {},
["Northamptonshire, England"] = {},
["Northumberland, England"] = {},
-- ["North Humberside, England"] = {}, -- no longer
["North Yorkshire, England"] = {},
["Nottinghamshire, England"] = {},
["Oxfordshire, England"] = {},
-- ["the Soke of Peterborough, England"] = {}, -- no longer
["Rutland, England"] = {},
["Shropshire, England"] = {},
["Somerset, England"] = {},
["South Humberside, England"] = {},
["South Yorkshire, England"] = {},
["Staffordshire, England"] = {},
["Suffolk, England"] = {},
["Surrey, England"] = {},
-- ["Sussex, England"] = {}, -- no longer
["Tyne and Wear, England"] = {},
["Warwickshire, England"] = {},
["the West Midlands, England"] = {},
-- ["Westmorland, England"] = {}, -- no longer
-- ["West Suffolk, England"] = {}, -- no longer
["West Sussex, England"] = {},
["West Yorkshire, England"] = {},
["Wiltshire, England"] = {},
["Worcestershire, England"] = {},
-- ["Yorkshire, England"] = {}, -- no longer
["the East Riding of Yorkshire, England"] = {},
-- ["the North Riding of Yorkshire, England"] = {}, -- no longer
-- ["the West Riding of Yorkshire, England"] = {}, -- no longer
}
export.northern_irish_counties = {
["County Antrim, Northern Ireland"] = {},
["County Armagh, Northern Ireland"] = {},
["the City of Belfast, Northern Ireland"] = {nocities = true},
["County Down, Northern Ireland"] = {},
["County Fermanagh, Northern Ireland"] = {},
["County Londonderry, Northern Ireland"] = {},
["the City of Derry, Northern Ireland"] = {nocities = true},
["County Tyrone, Northern Ireland"] = {},
}
export.scottish_council_areas = {
["the City of Glasgow, Scotland"] = {},
["the City of Edinburgh, Scotland"] = {},
["Fife, Scotland"] = {},
["North Lanarkshire, Scotland"] = {},
["South Lanarkshire, Scotland"] = {},
["Aberdeenshire, Scotland"] = {},
["Highland, Scotland"] = {},
["the City of Aberdeen, Scotland"] = {},
["West Lothian, Scotland"] = {},
["Renfrewshire, Scotland"] = {},
["Falkirk, Scotland"] = {},
["Perth and Kinross, Scotland"] = {},
["Dumfries and Galloway, Scotland"] = {},
["the City of Dundee, Scotland"] = {},
["North Ayrshire, Scotland"] = {},
["East Ayrshire, Scotland"] = {},
["Angus, Scotland"] = {},
["the Scottish Borders, Scotland"] = {},
["South Ayrshire, Scotland"] = {},
["East Dunbartonshire, Scotland"] = {},
["East Lothian, Scotland"] = {},
["Moray, Scotland"] = {},
["East Renfrewshire, Scotland"] = {},
["Stirling, Scotland"] = {},
["Midlothian, Scotland"] = {},
["West Dunbartonshire, Scotland"] = {},
["Argyll and Bute, Scotland"] = {},
["Inverclyde, Scotland"] = {},
["Clackmannanshire, Scotland"] = {},
["Na h-Eileanan Siar, Scotland"] = {},
["the Shetland Islands, Scotland"] = {},
["the Orkney Islands, Scotland"] = {},
}
export.welsh_principal_areas = {
["Blaenau Gwent, Wales"] = {},
["Bridgend, Wales"] = {},
["Caerphilly, Wales"] = {},
-- ["Cardiff, Wales"] = {divtype = "city"},
["Carmarthenshire, Wales"] = {divtype = "county"},
["Ceredigion, Wales"] = {divtype = "county"},
["Conwy, Wales"] = {},
["Denbighshire, Wales"] = {divtype = "county"},
["Flintshire, Wales"] = {divtype = "county"},
["Gwynedd, Wales"] = {divtype = "county"},
["the Isle of Anglesey, Wales"] = {divtype = "county"},
["Merthyr Tydfil, Wales"] = {},
["Monmouthshire, Wales"] = {divtype = "county"},
["Neath Port Talbot, Wales"] = {},
-- ["Newport, Wales"] = {divtype = "city"},
["Pembrokeshire, Wales"] = {divtype = "county"},
["Powys, Wales"] = {divtype = "county"},
["Rhondda Cynon Taf, Wales"] = {},
-- ["Swansea, Wales"] = {divtype = "city"},
["Torfaen, Wales"] = {},
["the Vale of Glamorgan, Wales"] = {},
["Wrexham, Wales"] = {},
}
export.new_york_boroughs = {
["Bronx"] = true,
["Brooklyn"] = true,
["Manhattan"] = true,
["Queens"] = true,
["Staten Island"] = true,
}
return export