Fortnite Esports Wiki
Register
(Syncing content across wikis)
 
No edit summary
Line 38: Line 38:
 
-- Official wildcard regions
 
-- Official wildcard regions
   
−
["sea"] = "south east asia",
+
["sea"] = "southeast asia",
−
["southeast asia"] = "south east asia",
+
["south east asia"] = "southeast asia",
−
["south east asia"] = { long = "Southeast Asia", medium = "SEA", short = "SEA", adjective = "Southeast Asian" },
+
["southeast asia"] = { long = "Southeast Asia", medium = "SEA", short = "SEA", adjective = "Southeast Asian" },
   
 
["oce"] = "oceania",
 
["oce"] = "oceania",

Revision as of 02:01, 16 September 2018

Edit the documentation or categories for this module.


return {

	["na"] = "north america",
	["nalcs"] = "north america",
	["na lcs"] = "north america",
	["north america"] = { long = "North America", medium = "North America", short = "NA", adjective = "North American" },

	["eu"] = "europe",
	["eur"] = "europe",
	["eulcs"] = "europe",
	["eu lcs"] = "europe",
	["europe"] = { long = "Europe", medium = "Europe", short = "EU", adjective = "European" },

	["sk"] = "korea",
	["kr"] = "korea",
	["kor"] = "korea",
	["ogn"] = "korea",
	["lck"] = "korea",
	["south korea"] = "korea",
	["korea"] = { long = "Korea", medium = "Korea", short = "KR", adjective = "Korean" },

	["cn"] = "china",
	["lpl"] = "china",
	["china"] = { long = "China", medium = "China", short = "CN", adjective = "Chinese" },

	["lms"] = "taiwan, hong kong, and macao",
	["taiwan"] = "taiwan, hong kong, and macao",
	["tw"] = "taiwan, hong kong, and macao",
	["hk tw mco"] = "taiwan, hong kong, and macao",
	["hk/tw/mco"] = "taiwan, hong kong, and macao",
	["hk, tw, mco"] = "taiwan, hong kong, and macao",
	["hk, tw, and mco"] = "taiwan, hong kong, and macao",
	["hong kong/taiwan/macao"] = "taiwan, hong kong, and macao",
	["taiwan/hong kong/macao"] = "taiwan, hong kong, and macao",
	["hong kong, taiwan, and macao"] = "taiwan, hong kong, and macao",
	["taiwan, hong kong, and macao"] = { long = "Taiwan, Hong Kong, and Macao", medium = "TW, HK, MCO", short = "LMS", adjective = "LMS" },

	-- Official wildcard regions

	["sea"] = "southeast asia",
	["south east asia"] = "southeast asia",
	["southeast asia"] = { long = "Southeast Asia", medium = "SEA", short = "SEA", adjective = "Southeast Asian" },

	["oce"] = "oceania",
	["australia"] = "oceania",
	["oceania"] = { long = "Oceania", medium = "Oceania", short = "OCE", adjective = "Oceanic" },

	["br"] = "brazil",
	["brazil"] = { long = "Brazil", medium = "Brazil", short = "BR", adjective = "Brazilian" },

	["lan"] = "latin america north",
	["latin america north"] = { long = "Latin America North", medium = "LAN", short = "LAN", adjective = "Latin America North" },

	["las"] = "latin america south",
	["latin america south"] = { long = "Latin America South", medium = "LAS", short = "LAS", adjective = "Latin America South" },

	["latam"] = "latin america",
	["latin america"] = { long = "Latin America", medium = "Latin America", short = "LAT", adjective = "Latin American" },

	["jp"] = "japan",
	["jpn"] = "japan",
	["japan"] = { long = "Japan", medium = "Japan", short = "JP", adjective = "Japanese" },

	["russia"] = "commonwealth of independent states",
	["ru"] = "commonwealth of independent states",
	["cis"] = "commonwealth of independent states",
	["lcl"] = "commonwealth of independent states",
	["commonwealth of independent states"] = { long = "Commonwealth of Independent States", medium = "CIS", short = "CIS", adjective = "CIS" },

	["tr"] = "turkey",
	["tur"] = "turkey",
	["turkey"] = { long = "Turkey", medium = "Turkey", short = "Turkey", adjective = "Turkish" },

	["vn"] = "vietnam",
	["vietnam"] = { long = "Vietnam", medium = "Vietnam", short = "VN", adjective = "Vietnamese" },

	-- Multi-region groups

	["na & eu"] = "west",
	["na and eu"] = "west",
	["west"] = { long = "NA & EU", medium = "NA & EU", short = "NA&EU", adjective = "Western" },
	
	["gar"] = "garena",
	["garena"] = { long = "Garena", medium = "Garena", short = "GAR", adjective = "Garena" },

	["iwc"] = "wildcard",
	["wc"] = "wildcard",
	["wildcard"] = { long = "Wildcard", medium = "Wildcard", short = "IWC", adjective = "Wildcard" },

	["int"] = "international",
	["international"] = { long = "International", medium = "International", short = "INT", adjective = "International" },

	-- Other

	["afr"] = "africa",
	["africa"] = { long = "Africa", medium = "Africa", short = "AFR", adjective = "African" },

}