Call of Duty Esports Wiki
Advertisement
To edit the documentation or categories for this module, click here.
Round 1
Round 2
Round 3
Finals
{{Bracket|Top6Playoffs
<!-- ROUND 1 -->
|R1M1_team_1= |R1M1_score_1=
|R1M1_team_2= |R1M1_score_2=
|R1M1_winner=
|R1M2_team_1= |R1M2_score_1=
|R1M2_team_2= |R1M2_score_2=
|R1M2_winner=

<!-- ROUND 2 -->
|R2M1_team_1= |R2M1_score_1=
|R2M1_team_2= |R2M1_score_2=
|R2M1_winner=
|R2M2_team_1= |R2M2_score_1=
|R2M2_team_2= |R2M2_score_2=
|R2M2_winner=

<!-- ROUND 3 -->
|R3M2_team_1= |R3M2_score_1=
|R3M2_team_2= |R3M2_score_2=
|R3M2_winner=

<!-- FINAL -->
|R4M1_team_1= |R4M1_score_1=
|R4M1_team_2= |R4M1_score_2=
|R4M1_winner=
}}

return {
	{
		matches={
			title='Round 1',
			{ display='match', above=4 },
			{ display='match' },
		}
	},
	{
		lines={
			{ above=7, class='z-down', height=2 },
			{ above=2, class='z-up', height=2 },
				},
		matches={
			title='Round 2',
			{ above=1, display='match' },
			{ display='match' },
		}
	},
	{
		lines={
			{ above=4, class='t-down', height=4 },
			{ above=0, class='horizontal', height=2 },
				},
		matches={
			title='Round 3',
			{ above=3, display='hline' },
			{ above=2, display='match' },			
		}
	},
	{
		lines={
			{ above=3, class='horizontal', height=0 },
			{ above=2, class='z-up', height=3 },
				},
		matches={
			title='Finals',
			{ display='match', above=2 },
		}
	},
}
Advertisement