Halo Esports Wiki
Advertisement
To edit the documentation or categories for this module, click here.
Round 1
Round 2
Round 3
Round 4

return {
	{
		matches = {
			title = 'Round 1',
			{ display = 'match', above=1 }
		},
	},
	{
		lines = {
			{ above = 2, class = 'horizontal', height = 2 }
		},
		matches = {
			title = 'Round 2',
			{ 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 = 'Round 3',
			{ 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 = 'Round 4',
			{ display = 'match', above = 9 },
			{ display = 'match', argtoshow = 'third', label = '3rd place match' }
		}
	}
}
Advertisement