Leaguepedia | League of Legends Esports Wiki
Advertisement
Edit the documentation or categories for this module.
Elimination Round
Qualification Round

return {
	{
		matches = {
			title = 'Elimination Round',
			{ display = 'match', above=1 },
			{ display = 'match', above=2 }
		},
	},
	{
		lines = {
			{ above=3, class='horizontal', height=1 },
			{ above=7, class='horizontal', height=1 }
		},
		matches = {
			title = 'Qualification Round',
			{ display = 'match' },
			{ display = 'match', above=2 }
		}
	}
}
Advertisement