Halo Esports Wiki
Register
Advertisement
To edit the documentation or categories for this module, click here.
Round 1
Quarterfinals
Semifinals
Finals

return {
	{
		matches = {
			title = 'Round 1',
			{ display = 'match' },
			{ display = 'match', above=8 }
		},
	},
	{
		lines = {
			{ above = 3, class = 'z-down', height = 2 },
			{ above = 10, class = 'z-up', height = 2 }
		},
		matches = {
			title = 'Quarterfinals',
			{ display = 'match', above = 1 },
			{ display = 'match', above = 4 }
		}
	},
	{
		lines = {
			{ above = 4, class = 'z-down', height = 2 },
			{ above = 6, class = 'z-up', height = 2 }
		},
		matches = {
			title = 'Semifinals',
			{ display = 'match', above = 2 },
			{ display = 'match' }
		}
	},
	{
		lines = {
			{ above = 5, class = 'z-down', height = 2 },
			{ above = 2, class = 'z-up', height = 2 }
		},
		matches = {
			title = 'Finals',
			{ display = 'match', above = 5 },
			{ display = 'match', argtoshow = 'third', label = '3rd place match' }				
		}
	}
}
Advertisement