Halo Esports Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

To edit the documentation or categories for this module, click here.


return {

	['int'] = 'international',
	['international'] = { long = 'International', medium = 'International', short = 'INT', adjective = 'International', hex = '#D0AA20' },

	['af'] = 'africa',
	['south africa'] = 'africa',
	['africa'] = { long = 'Africa', medium = 'Africa', short = 'AF', adjective = 'African', hex = '#934914' },

	['cn'] = 'china',
	['lpl'] = 'china',
	['chinese'] = 'china',
	['china'] = { long = 'China', medium = 'China', short = 'CN', adjective = 'Chinese', hex = '#ff40a0' },

	['gr'] = 'garena',
	['gar'] = 'garena',
	['garena'] = { long = 'Garena', medium = 'Garena', short = 'GR', adjective = 'Garena', hex = '#ee3520' },
	
	['na'] = 'north america',
	['north american'] = 'north america',
	['north america'] = { long = 'North America', medium = 'North America', short = 'NA', adjective = 'North American', hex = 'var(--color-brightblue)' },

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

	['ap'] = 'asia pacific',
	['apac'] = 'asia pacific',
	['asia-pacific'] = 'asia pacific',
	['asia pacific'] = { long = 'Asia Pacific', medium = 'Asia Pacific', short = 'AP', adjective = 'Asia Pacific', hex = '#8A24CA' },

	['jp'] = 'japan',
	['jpn'] = 'japan',
	['jap'] = 'japan',
	['japanese'] = 'japan',
	['japan'] = { long = 'Japan', medium = 'Japan', short = 'JP', adjective = 'Japanese', hex = '#cb00ca' },
	
	['mn'] = 'middle east and north africa',
	['mna'] = 'middle east and north africa',
	['mena'] = 'middle east and north africa',
	['middle east'] = 'middle east and north africa',
	['middle east & north africa'] = 'middle east and north africa',
	['middle east and north africa'] = { long = 'Middle East and North Africa', medium = 'MENA', short = 'MN', adjective = 'MENA', hex = '#c54b37' },
	
	['same'] = 'south asia and middle east',
	['south asia and middle east'] = { long = 'South Asia and Middle East', medium = 'SAME', short = 'SA', adjective = 'SAME', hex = '#c54b37' },

	['sa'] = 'latin america',
	['south america'] = 'latin america',
	['la'] = 'latin america',
	['latin america'] = { long = 'Latin America', medium = 'Latin America', short = 'LA', adjective = 'Latin American', hex = '#70cf13' },

	DEFAULT = {long = "Unrecognized Region", medium = "Unknown", short = "???", adjective = "Unknown", hex = "8A24CA" }
}
Advertisement