Jump to content

Module:User:Mr. Stradivarius/region topic

From Wikipedia, the free encyclopedia
-- This module implements {{asia topic}}, {{africa topic}}, etc.

local asia = {
	countries = {
		["Afghanistan"] = true,
		["Armenia"] = true,
		["Azerbaijan"] = true,
		["Bahrain"] = true,
		["Bangladesh"] = true,
		["Bhutan"] = true,
		["Brunei"] = true,
		["Burma"] = true,
		["Cambodia"] = true,
		["China"] = true,
		["Cyprus"] = true,
		["East Timor"] = true,
		["Egypt"] = true,
		["Georgia"] = {article = "Georgia (country)"},
		["India"] = true,
		["Indonesia"] = true,
		["Iran"] = true,
		["Iraq"] = true,
		["Israel"] = true,
		["Japan"] = true,
		["Jordan"] = true,
		["Kazakhstan"] = true,
		["North Korea"] = true,
		["South Korea"] = true,
		["Kuwait"] = true,
		["Kyrgyzstan"] = true,
		["Laos"] = true,
		["Lebanon"] = true,
		["Malaysia"] = true,
		["Maldives"] = {sentenceCase = "the Maldives"},
		["Mongolia"] = true,
		["Nepal"] = true,
		["Oman"] = true,
		["Pakistan"] = true,
		["Philippines"] = {sentenceCase = "the Philippines"},
		["Qatar"] = true,
		["Russia"] = true,
		["Saudi Arabia"] = true,
		["Singapore"] = true,
		["Sri Lanka"] = true,
		["Syria"] = true,
		["Tajikistan"] = true,
		["Thailand"] = true,
		["Turkey"] = true,
		["Turkmenistan"] = true,
		["United Arab Emirates"] = {sentenceCase = "the United Arab Emirates"},
		["Uzbekistan"] = true,
		["Vietnam"] = true,
		["Yemen"] = true,
	},
	limited = {
		["Abkhazia"] = true,
		["Nagorno-Karabakh Republic"] = {sentenceCase = "the Nagorno-Karabakh Republic"},
		["Northern Cyprus"] = true,
		["Palestinian territories"] = {sentenceCase = "the Palestinian territories"},
		["South Ossetia"] = true,
		["Taiwan"] = true,
	},
	other = {
		["British Indian Ocean Territory"] = {sentenceCase = "the British Indian Ocean Territory"},
		["Christmas Island"] = true,
		["Cocos (Keeling) Islands"] = {sentenceCase = "the Cocos (Keeling) Islands"},
		["Hong Kong"] = true,
		["Macau"] = true,
	}
}