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=1 },
			{ display = 'match', argtoshow = 'fifth', label = '5th place match' },	
			{ display = 'match' }
		},
	},
	{
		lines = {
			{ above = 3, class = 'horizontal', height = 1 },
			{ above = 11, class = 'horizontal', height = 1 }
		},
		matches = {
			title = 'Semifinals',
			{ display = 'match' },
			{ display = 'match', above = 6 }
		}
	},
	{
		lines = {
			{ above = 3, class = 'z-down', height = 5 },
			{ above = 2, class = 'z-up', height = 5 }
		},
		matches = {
			title = 'Finals',
			{ display = 'match', above = 6 },
			{ display = 'match', argtoshow = 'third', label = '3rd place match' }			
		}
	}
}
Advertisement