Leaguepedia | League of Legends Esports Wiki
Advertisement
Edit the documentation or categories for this module.
Quarterfinals
Semifinals
Finals

return {
	{
		matches = {
			title = 'Quarterfinals',
			{ display = 'match' },
			{ display = 'match' },
			{ display = 'match' },
			{ display = 'match' }
		},
	},
	{
		lines = {
			{ above = 3, class = 'z-down', height = 2 },
			{ above = 2, class = 'z-up', height = 2 },
			{ above = 6, class = 'z-down', height = 2 },
			{ above = 2, class = 'z-up', height = 2 }
		},
		matches = {
			title = 'Semifinals',
			{ display = 'match', above = 3 },
			{ display = 'match', above = 6 }
		}
	},
	{
		lines = {
			{ above = 6, class = 'z-down', height = 5 },
			{ above = 2, class = 'z-up', height = 5 }
		},
		matches = {
			title = 'Finals',
			{ display = 'match', above = 9 }
		}
	}
}
Advertisement