Leaguepedia | League of Legends Esports Wiki
Advertisement

Edit the documentation or categories for this module.


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' },
		
		names = {
			[''] = 'Overview',
			['Prospective Participant Timeline'] = 'Prospective Participant Timeline',
			['Upcoming Qualifying Matches'] = 'Upcoming Qualifying Matches',
			['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',
			['Fantasy'] = 'Fantasy',
			['Results Diagrams'] = 'Results Diagrams',
			['Individual Awards'] = 'Individual Awards',
		},
		
		lookup = {
			o = 'Overview',
			ppt = 'Prospective Participant Timeline',
			uqm = 'Upcoming Qualifying Matches',
			['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',
			ps = 'Player 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',
			fantasy = 'Fantasy',
			pbh = 'Pick-Ban History',
			['results diagrams'] = 'Results Diagrams',
			['individual awards'] = 'Individual Awards',
		},
		
		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',
			Statistics = { 'Overview', '2010', '2011', '2012', '2013', '2014', '2015', '2016', '2017', '2018', '2019', '2020', '2021', },
			Statistics_linkrecent = true,
		},
		lookup = {
			['Tournament Results'] = 'Tournament Results',
			Statistics = 'Stats',
			StatisticsOverview = 'Career',
		},
	},
	Team = {
		order = { 'Overview', 'Tournament Results', 'Posters', 'Team Infograph', 'Statistics', 'Match History', 'Pick-Ban History', 'Schedule History',
			Statistics = { 'Overview', '2010', '2011', '2012', '2013', '2014', '2015', '2016', '2017', '2018', '2019', '2020', '2021', },
			Statistics_linkrecent = true,
			},
		lookup = {
			['Team Infograph'] = 'Infograph',
			StatisticsOverview = 'Free Query Links',
		},
	},
	Champion = {
		order = { 'Overview', 'Skins', 'Gallery', 'Statistics', 'Match History', 'Ban History',
			children_nooverview = { 'Gallery', 'Statistics' },
			Gallery = { 'Splash Screens', 'Loading Screens', 'Portraits', 'In-Game Screenshots', 'Concept Art' },
			Statistics = { '2010', '2011', '2012', '2013', '2014', '2015', '2016', '2017', '2018', '2019', '2020', '2021', nooverview = true },
			Statistics_linkrecent = true,
			Gallery_linkrecent = 'Splash Screens',
		},
		lookup = {},
	},
	Residency = {
		order = { 'Overview', 'Free Agents', 'Retired' },
		lookup = {
			Overview = 'All Active Players',
		},
	},
	Item = {
		order = { 'Overview', 'Match History' },
		lookup = {},
	},
	Patch = {
		order = { 'Overview', 'Statistics', 'Match History' },
		lookup = {},
	},
	Minion = {
		order = { 'Overview', 'Gallery', },
		lookup = {},
	}
}
Advertisement