Call of Duty Esports Wiki
Advertisement
To edit the documentation or categories for this module, click here.
Quarterfinals
Semifinals
Finals

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