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

return {
	{
		matches={
			title='Playoff Determination',
			{ display='match', above=10 },
		}
	},
	{
		lines={
			{ above=6, class='z-up', height=7 },
			{ above=0, class='z-down', height=7 },
		},
		matches={
			title='Round 2',
			{ display='match', above=4 },
			{ display='match' },
			{ display='match', above=2 },
		}
	},
	{
		lines={
			{ above=4, class='z-up', height=3 },
			{ above=6, class='z-down', height=3 },
			{ above=2, class='z-up', height=3 },
		},
		matches={
			title='Round 3',
			{ display='match' },
			{ display='match', above=8 },
		}
	},
}
Advertisement