Halo Esports Wiki
Advertisement

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

return {
	tournaments = {
		order = { 'Overview', 'Results Diagrams', 'Individual Awards', 'Voting', 'Ladder', 'Qualifiers', 'Media', 'Team Rosters', 'Picks and Bans', 'Scoreboards', 'Runes', 'Match Details', 'VODs', 'Infographs', 'Skins', 'Pick-Ban History', 'Match History', 'Champion Statistics', 'Player Statistics', 'Team Statistics','Match Bonuses', 'Predictions' },
		
		names = {
			[''] = 'Overview',
			['Voting'] = 'Voting',
			['Schedule'] = 'Schedule',
			-- ['Qualifiers'] = 'Qualifiers',
			['Media'] = 'Media',
			['Team Rosters'] = 'Team Rosters',
			['Picks and Bans'] = 'Picks & Bans',
			['Scoreboards'] = 'Scoreboards',
			['Runes'] = 'Runes',
			['Match Details'] = 'Match Details & VODs',
			['VODs'] = 'VODs',
			['Infographs'] = 'Infographs',
			['Skins'] = 'Skins',
			['Pick-Ban History'] = 'PB History',
			['Match History'] = 'Match History',
			['Statistics'] = 'Statistics',
			['Champion Statistics'] = 'Champion Stats',
			['Player Statistics'] = 'Player Stats',
			['Team Statistics'] = 'Team Stats',
			['Fantasy'] = 'Fantasy',
			['Results Diagrams'] = 'Results Diagrams',
			['Individual Awards'] = 'Individual Awards',
			['Match Bonuses'] = 'Match Bonuses',
			['Predictions'] = 'Predictions',
		},
		
		lookup = {
			o = 'Overview',
			['picks & bans'] = 'Picks and Bans',
			pb = 'Picks and Bans',
			sb = 'Scoreboards',
			mh = 'Match History',
			md = 'Match Details',
			['champion stats'] = 'Champion Statistics',
			cs = 'Champion Statistics',
			['player stats'] = 'Player Statistics',
			['team stats'] = 'Team Statistics',
			ps = 'Player Statistics',
			ts = 'Team Statistics',
			tr = 'Team Rosters',
			vods = 'VODs',
			voting = 'Voting',
			q = 'Qualifiers',
			qual = 'Qualifiers',
			qualifiers = 'Qualifiers',
			media = 'Media',
			rosters = 'Team Rosters',
			['team rosters'] = 'Team Rosters',
			runes = 'Runes',
			skins = 'Skins',
			['match history'] = 'Match History',
			['statistics'] = 'Statistics',
			['stats'] = 'Statistics',
			['champion statistics'] = 'Champion Statistics',
			['player statistics'] = 'Player Statistics',
			['team statistics'] = 'Team Statistics',
			fantasy = 'Fantasy',
			pbh = 'Pick-Ban History',
			['results diagrams'] = 'Results Diagrams',
			['individual awards'] = 'Individual Awards',
			mb = 'Match Bonuses',
			pd = 'Predictions',
		},
		
		dontconvert = {
			basepage = true, oldMD = true, targetpage = true, showCorr = true, tabstype = true
		},
		
		dontconvert_patterns = {
			'_names_', '_nooverview'
		},
	},
	Player = {
		order = { 'Overview', 'Tournament Results', 'Statistics', 'Match History', 'Casting History',
			children_nooverview = { 'Statistics' },
			Statistics = { 'Ghosts', 'Advanced Warfare', 'Black Ops III', 'Infinite Warfare', 'World War II', nooverview = true },
			Statistics_linkrecent = true,
			['Tournament Results'] = { 'Overview', 'Offline', 'Online' },
		},
		lookup = {
			StatisticsOverview = 'Career',
		},
	},
	Team = {
		order = { 'Overview', 'Tournament Results', 'Schedule History',
			['Tournament Results'] = { 'Overview', 'Offline', 'Online' },
			},
		lookup = {
			['Team Infograph'] = 'Infograph',
			StatisticsOverview = 'Free Query Links',
		},
	},
	Champion = {
		order = { 'Overview', 'Gallery', 'Statistics', 'Match History', 'Ban History',
			children_nooverview = { 'Statistics' },
			Statistics = { '2010', '2011', '2012', '2013', '2014', '2015', '2016', '2017', '2018', nooverview = true }
		},
		lookup = {},
	},
	Item = {
		order = { 'Overview', 'Match History' },
		lookup = {},
	},
	Specialist = { 
		order = { 'Overview', 'BO3', 'BO4',
			BO3 = { 'Information', 'Gallery' },
			BO4 = { 'Information', 'Gallery' },
		},
		lookup = {},
	}
}
Advertisement