Difference between revisions of "Template:3SETeamBracket"

From comp.tf
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
<div class="bracket-team-top" style="{{#if:{{{R1D1literal}}}||background:#ebebeb;}}padding-right:{{#expr:{{{score-width|21}}}+2}}px">{{#if:{{{R1D1team|}}}|{{TeamBracket/{{{R1D1team}}}}}|{{#if:{{{R1D1|}}}|{{TeamBracket/tf}}<span style="vertical-align:-1px;">{{{R1D1}}}</span>|{{#if:{{{R1D1literal|}}}|{{{R1D1literal}}}|&nbsp;}}}}}}
 
<div class="bracket-team-top" style="{{#if:{{{R1D1literal}}}||background:#ebebeb;}}padding-right:{{#expr:{{{score-width|21}}}+2}}px">{{#if:{{{R1D1team|}}}|{{TeamBracket/{{{R1D1team}}}}}|{{#if:{{{R1D1|}}}|{{TeamBracket/tf}}<span style="vertical-align:-1px;">{{{R1D1}}}</span>|{{#if:{{{R1D1literal|}}}|{{{R1D1literal}}}|&nbsp;}}}}}}
 
<div class="bracket-score" style="width:{{{score-width|21}}}px">{{{R1D1score|}}}</div></div></div>
 
<div class="bracket-score" style="width:{{{score-width|21}}}px">{{{R1D1score|}}}</div></div></div>
{{{#if:{{{R1G1details|}}}|<div class="bracket-game-details" style="margin-left:{{{column-width|170}}}px;">
+
{{#if:{{{R1G1details|}}}|<div class="bracket-game-details" style="margin-left:{{{column-width|170}}}px;">
 
{{BracketMatchTeams|
 
{{BracketMatchTeams|
 
|team1={{{R1D1team|}}}
 
|team1={{{R1D1team|}}}
Line 42: Line 42:
 
{{#if:{{{R2G1details|}}}|<div class="bracket-game-details" style="margin-left:{{{column-width|170}}}px;">
 
{{#if:{{{R2G1details|}}}|<div class="bracket-game-details" style="margin-left:{{{column-width|170}}}px;">
 
{{BracketMatchTeams|
 
{{BracketMatchTeams|
|team1={{{R2W1team|}}}
+
|team1={{{R2D1team|}}}
|team2={{{R2W2team|}}}
+
|team2={{{R2W1team|}}}
|team1tf={{{R2W1|}}}
+
|team1tf={{{R2D1|}}}
|team2tf={{{R2W2|}}}
+
|team2tf={{{R2W1|}}}
|team1literal={{{R2W1literal|}}}
+
|team1literal={{{R2D1literal|}}}
|team2literal={{{R2W2literal|}}}
+
|team2literal={{{R2W1literal|}}}
|default={{#if:{{{R2W1default|}}}|1|{{#if:{{{R2W2default|}}}|2}}}}
+
|default={{#if:{{{R2D1default|}}}|1|{{#if:{{{R2W1default|}}}|2}}}}
 
|details={{{R2G1details|}}}
 
|details={{{R2G1details|}}}
 
}}</div>}}
 
}}</div>}}

Latest revision as of 17:12, 28 February 2017

(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= }}
 }}
}}