Fortnite Esports Wiki
No edit summary
No edit summary
Line 56: Line 56:
 
 
 
["sa"] = "latin america",
 
["sa"] = "latin america",
  +
["sam"] = "latin america",
 
["south america"] = "latin america",
 
["south america"] = "latin america",
 
['lat'] = 'latin america',
 
['lat'] = 'latin america',

Revision as of 15:53, 10 October 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", hex = '1111FF'  },

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

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

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

	["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", hex = '63B5EA' },

	-- Official wildcard regions

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

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

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

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

	['las'] = 'latin america south',
	['latin america south'] = { long = 'Latin America South', medium = 'LAS', short = 'LAS', adjective = 'Latin America South', hex = 'FEB226' },
	
	["sa"] = "latin america",
	["sam"] = "latin america",
	["south america"] = "latin america",
	['lat'] = 'latin america',
	['latam'] = 'latin america',
	['latin america'] = { long = 'Latin America', medium = 'Latin America', short = 'LAT', adjective = 'Latin American', hex = 'DE661E' },

	['jp'] = 'japan',
	['jpn'] = 'japan',
	['japan'] = { long = 'Japan', medium = 'Japan', short = 'JP', adjective = 'Japanese', hex = '950EFF' },

	['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', hex = '22D2D2' },

	['tr'] = 'turkey',
	['tur'] = 'turkey',
	['turkey'] = { long = 'Turkey', medium = 'Turkey', short = 'TR', adjective = 'Turkish', hex = 'C29A9A' },

	['vn'] = 'vietnam',
	['vietnam'] = { long = 'Vietnam', medium = 'Vietnam', short = 'VN', adjective = 'Vietnamese', hex = '06E103' },

	["int"] = "international",
	['international'] = { long = 'International', medium = 'International', short = 'INT', adjective = 'International', hex = '1C1C72' },

}