Difference between revisions of "Template:3SETeamBracket"

From comp.tf
Jump to navigation Jump to search
(Created page with "<includeonly><div class="bracket-wrapper"><div style="width:{{#expr:{{{column-width|170}}}*2+45{{#if:{{{R3W1score2|}}}|+{{{score-width|21}}}}}}}px" class="bracket"> <div cla...")
 
m (source category)
Line 44: Line 44:
 
</div>
 
</div>
 
   </div>
 
   </div>
<div style="clear:left"> </div></div><div class="bracket-push"></div></div></includeonly><noinclude>{{Documentation}}[[Category:Brackets]]
+
<div style="clear:left"> </div></div><div class="bracket-push"></div></div></includeonly><noinclude>{{Documentation}}[[Category:Brackets]]<noinclude>
 +
[[Category:Source Liquipedia]]
 +
</noinclude>

Revision as of 15:08, 23 March 2016

(view - edit) Documentation

Qualification Round
R1D1
R1D2
Grand Final
R2D1
R1W1

Use

Template for a single-elimination bracket with 2 starting teams and 3 participating teams
  • Two rounds, with 2 and 2 teams respectively
  • Variables are R1D1-R1D2, R2W1 with the addition of "team" and "score" for the teams and scores
  • Make R1D1win variable non empty to bold winning team
  • To see this template in action, view the source to one of the pages listed on WhatLinksHere:3SETeamBracket

Copy/Paste

Simple bracket with no further details

{{3SETeamBracket
|R1D1team= |R1D1score= |R1D1win= 
|R1D2team= |R1D2score= |R1D2win=  
<!-- FINALS --> 
|R2D1team= |R2D1score= |R2D1win= 
|R2W1team= |R2W1score= |R2W1win= 
}} 

Bracket with maps, bo3

{{3SETeamBracket
|R1D1team= |R1D1flag= |R1D1score= |R1D1win= 
|R1D2team= |R1D2flag= |R1D2score= |R1D2win= 
 | R1G1details={{BracketMatchSummary
   | date= |stream= |finished=
   | match1= {{Game |t1score= |t2score= |map= |win= }}
   | match2= {{Game |t1score= |t2score= |map= |win= }}
   | match3= {{Game |t1score= |t2score= |map= |win= }}
   | details={{Details
     |log1= |log1gc= |log2= |log2gc= |log3= |log3gc=
     |vod1= |vod1gc= |vod2= |vod2gc= |vod3= |vod3gc= }}
 }}
<!-- FINALS --> 
|R2D1team= |R2D1flag= |R2D1score= |R2D1win= 
|R2W1team= |R2W1flag= |R2W1score= |R2W1win= 
|R2G1details={{BracketMatchSummary
   | date= |stream= |finished=
   | match1= {{Game |t1score= |t2score= |map= |win= }}
   | match2= {{Game |t1score= |t2score= |map= |win= }}
   | match3= {{Game |t1score= |t2score= |map= |win= }}
   | details={{Details
     |log1= |log1gc= |log2= |log2gc= |log3= |log3gc=
     |vod1= |vod1gc= |vod2= |vod2gc= |vod3= |vod3gc= }}
 }}
}}