Module:Links/CustomData

From Liquipedia Counter-Strike Wiki

---
-- @Liquipedia
-- page=Module:Links/CustomData
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
--

return {
	prefixes = {
		gamersclub = {
			'https://gamersclub.com.br/tournaments/cs/',
			team = 'https://gamersclub.com.br/team/',
			player = 'https://gamersclub.com.br/player/',
		},
		faceit = {
			'https://www.faceit.com/en/csgo/tournament/',
			team = 'https://www.faceit.com/en/teams/',
			player = 'https://www.faceit.com/en/players/',
		},
		['faceit-l'] = {
			'https://www.faceit.com/en/-/league/-/a14b8616-45b9-4581-8637-4dfd0b5f6af8/',
		},
		esl = {
			'',
			team = 'https://web.archive.org/web/play.eslgaming.com/counterstrike/csgo/team/',
			player = 'https://web.archive.org/web/play.eslgaming.com/counterstrike/csgo/player/',
		}
	},
}