Module:Info

From Liquipedia World of Tanks Wiki

Documentation for this module may be created at Module:Info/doc

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

return {
	startYear = 2010,
	wikiName = 'worldoftanks',
	name = 'World of Tanks',
	defaultGame = 'worldoftanks',
	games = {
		worldoftanks = {
			abbreviation = 'WoT',
			name = 'World of Tanks',
			link = 'World of Tanks',
			logo = {
				darkMode = 'World of Tanks default darkmode.png',
				lightMode = 'World of Tanks default lightmode.png',
			},
			defaultTeamLogo = {
				darkMode = 'World of Tanks default darkmode.png',
				lightMode = 'World of Tanks default lightmode.png',
			},
		},
		['mir tankov'] = {
			abbreviation = 'Tanki',
			name = 'Mir Tankov',
			link = 'Mir Tankov',
			logo = {
				darkMode = 'Mir Tankov default darkmode.png',
				lightMode = 'Mir Tankov default lightmode.png',
			},
			defaultTeamLogo = {
				darkMode = 'World of Tanks default darkmode.png',
				lightMode = 'World of Tanks default lightmode.png',
			},
		},
	},
	config = {
		squads = {
			hasPosition = false,
			hasSpecialTeam = false,
			allowManual = true,
		},
		match2 = {
			status = 2,
			matchWidth = 190,
			sortCasters = true,
		},
		defaultMaxPlayersPerPlacement = 21,
		thisDay = {
			tiers = {1, 2},
			excludeTierTypes = {'Qualifier', 'Points', 'Showmatch'},
		},
		infoboxPlayer = {
			automatedHistory = {
				mode = 'automatic',
			},
		},
		participants = {
			defaultPlayerNumber = 7,
		},
	},
	defaultRoundPrecision = 0,
}