Difference between revisions of "Template:MatchList/doc"
From QWiki
m (Updated doc) |
m (Added empty copypaste code for 231 matches scenarios) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
The main feature is to show a list of matches in a group, expanded or hidden. | The main feature is to show a list of matches in a group, expanded or hidden. | ||
− | It supports an unlimited number of matches, with | + | It supports an unlimited number of matches, with each match being up to best of nine. |
− | A big way this template differs from most others is that you will use another template | + | A big way this template differs from most others is that you will use another template, {{tl|MatchMaps}}, within the MatchList template. |
== Example == | == Example == | ||
Line 46: | Line 46: | ||
:set to "false" to not have the match list collapsed. | :set to "false" to not have the match list collapsed. | ||
;|width= | ;|width= | ||
− | :set | + | :set the width in pixels or percent, default is <mark>300px</mark>. |
;|title= | ;|title= | ||
:set the title of the table, default is "Match List". | :set the title of the table, default is "Match List". | ||
;|matchX= | ;|matchX= | ||
− | :This is where you | + | :match number from 1 - 21. This is where you insert the {{tl|MatchMaps}} template. |
− | |||
− | |||
;|class= | ;|class= | ||
− | :set your own classes, default is "wikitable collapsible collapsed". | + | : (Optional) set your own classes, default is "wikitable collapsible collapsed". |
=== MatchMaps === | === MatchMaps === | ||
+ | ;|title= | ||
+ | : (Optional) set to add a title in a separate row before the set of matches. | ||
+ | ;|date= | ||
+ | :(Optional) set the date of the match, or date with time (format: <mark>February 21, 2021 18:10 CEST</mark>). If the date is in the future, a countdown will show. It will display above the match, as a gray header row. | ||
;|player1= | ;|player1= | ||
;|player2= | ;|player2= | ||
Line 65: | Line 67: | ||
;|player1link= | ;|player1link= | ||
;|player2link= | ;|player2link= | ||
− | : (Optional) | + | : (Optional) set an alternate link for the player. |
− | ;|winner= | + | ;|winner= <span style="background-color:#ddf4dd;"> 1 or 2 </span> |
− | :set the winner of the match with | + | :set the winner of the match with "1" or "2". Scores will show. |
− | ;|walkover= | + | ;|walkover= <span style="background-color:#ddf4dd;"> 1 or 2 </span> |
− | : | + | :set the winner of the match by walkover to "1" or "2". Scores don't show, but the winner will show <span style="background-color:#ddf4dd;"> '''WO''' </span> and the loser will show <span style="border:1px solid #f2f2f2;"> - </span> |
+ | ;|winner= <span style="background-color:#FFFFBB;"> draw </span> | ||
+ | :set if the game was a draw. Scores will show (and should be equivalent). | ||
+ | ;|winner= <span style="background-color:#f2f2f2;"> void </span> | ||
+ | :set if the game was voided. No scores will show. | ||
;|mapX= | ;|mapX= | ||
− | :set the name of the map | + | :set the name of the map. |
;|mapXwin= | ;|mapXwin= | ||
− | :set | + | :set the winner of the map with "1" or "2". |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
;|comment= | ;|comment= | ||
: (Optional) to add a comment after the set of match results. | : (Optional) to add a comment after the set of match results. | ||
+ | |||
+ | == Copy/Paste (4 matches) == | ||
+ | <pre>{{MatchList | ||
+ | |width=100% | ||
+ | |title=My matchlist title | ||
+ | |hide=false | ||
+ | |||
+ | |match1={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match2={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match3={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match4={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | <!-- Copy/paste blocks of matches to the number of matches you need, remember to change |matchX, and don't forget the ending '}}' following this comment, which ends the list. This comment can safely be removed. --> | ||
+ | |||
+ | }}</pre> | ||
+ | |||
+ | == Copy/Paste (231 matches) == | ||
+ | <pre>{{MatchList | ||
+ | |width=100% | ||
+ | |title=My matchlist title | ||
+ | |hide=false | ||
+ | |||
+ | |match1={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match2={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match3={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match4={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match5={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match6={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match7={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match8={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match9={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match10={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match11={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match12={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match13={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match14={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match15={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match16={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match17={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match18={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match19={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match20={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match21={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match22={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match23={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match24={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match25={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match26={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match27={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match28={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match29={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match30={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match31={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match32={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match33={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match34={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match35={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match36={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match37={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match38={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match39={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match40={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match41={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match42={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match43={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match44={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match45={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match46={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match47={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match48={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match49={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match50={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match51={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match52={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match53={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match54={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match55={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match56={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match57={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match58={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match59={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match60={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match61={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match62={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match63={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match64={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match65={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match66={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match67={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match68={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match69={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match70={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match71={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match72={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match73={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match74={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match75={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match76={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match77={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match78={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match79={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match80={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match81={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match82={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match83={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match84={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match85={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match86={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match87={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match88={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match89={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match90={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match91={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match92={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match93={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match94={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match95={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match96={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match97={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match98={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match99={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match100={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match101={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match102={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match103={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match104={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match105={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match106={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match107={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match108={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match109={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match110={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match111={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match112={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match113={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match114={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match115={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match116={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match117={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match118={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match119={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match120={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match121={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match122={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match123={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match124={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match125={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match126={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match127={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match128={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match129={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match130={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match131={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match132={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match133={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match134={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match135={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match136={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match137={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match138={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match139={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match140={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match141={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match142={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match143={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match144={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match145={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match146={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match147={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match148={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match149={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match150={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match151={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match152={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match153={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match154={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match155={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match156={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match157={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match158={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match159={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match160={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match161={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match162={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match163={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match164={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match165={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match166={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match167={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match168={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match169={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match170={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match171={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match172={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match173={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match174={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match175={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match176={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match177={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match178={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match179={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match180={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match181={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match182={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match183={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match184={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match185={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match186={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match187={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match188={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match189={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match190={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match191={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match192={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match193={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match194={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match195={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match196={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match197={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match198={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match199={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match200={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match201={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match202={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match203={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match204={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match205={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match206={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match207={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match208={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match209={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match210={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match211={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match212={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match213={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match214={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match215={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match216={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match217={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match218={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match219={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match220={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match221={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match222={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match223={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match224={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match225={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match226={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match227={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match228={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match229={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match230={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |match231={{MatchMaps | ||
+ | |player1= |player1flag= | ||
+ | |player2= |player2flag= | ||
+ | |winner= | ||
+ | |walkover= | ||
+ | |games1= |games2= | ||
+ | |details={{BracketMatchSummary | ||
+ | |date= | ||
+ | |comment= | ||
+ | |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= | ||
+ | |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= | ||
+ | |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |||
+ | <!-- Copy/paste blocks of matches to the number of matches you need, remember to change |matchX, and don't forget the ending '}}' following this comment, which ends the list. This comment can safely be removed. --> | ||
+ | |||
+ | }}</pre> | ||
== Associated Templates == | == Associated Templates == |
Latest revision as of 11:28, 9 September 2021
The main feature is to show a list of matches in a group, expanded or hidden. It supports an unlimited number of matches, with each match being up to best of nine.
A big way this template differs from most others is that you will use another template, {{MatchMaps}}, within the MatchList template.
Example
The code:
{{MatchList |hide=false |title=My group title |match1={{MatchMaps |date=January 3, 2015 |player1=Rock |player1flag=fi |player2=Mutilator |player2flag=se |winner=1 |games1=2 |games2=0 |details={{BracketMatchSummary |map1win=1 |map1=dm2 |map1p1frags=25 |map1p2frags=13 |map1ot=1 |map2win=1 |map2=dm4 |map2p1frags=17 |map2p2frags=4 }} }} }}
Gives us:
My group title | |||
---|---|---|---|
Rock | 2 | 0 | Mutilator |
Parameters
MatchList
- |hide=
- set to "false" to not have the match list collapsed.
- |width=
- set the width in pixels or percent, default is 300px.
- |title=
- set the title of the table, default is "Match List".
- |matchX=
- match number from 1 - 21. This is where you insert the {{MatchMaps}} template.
- |class=
- (Optional) set your own classes, default is "wikitable collapsible collapsed".
MatchMaps
- |title=
- (Optional) set to add a title in a separate row before the set of matches.
- |date=
- (Optional) set the date of the match, or date with time (format: February 21, 2021 18:10 CEST). If the date is in the future, a countdown will show. It will display above the match, as a gray header row.
- |player1=
- |player2=
- set the name of the player 1 & 2.
- |player1flag=
- |player2flag=
- set the flag for player 1 & 2 with the two letter ISO code.
- |player1link=
- |player2link=
- (Optional) set an alternate link for the player.
- |winner= 1 or 2
- set the winner of the match with "1" or "2". Scores will show.
- |walkover= 1 or 2
- set the winner of the match by walkover to "1" or "2". Scores don't show, but the winner will show WO and the loser will show -
- |winner= draw
- set if the game was a draw. Scores will show (and should be equivalent).
- |winner= void
- set if the game was voided. No scores will show.
- |mapX=
- set the name of the map.
- |mapXwin=
- set the winner of the map with "1" or "2".
- |comment=
- (Optional) to add a comment after the set of match results.
Copy/Paste (4 matches)
{{MatchList |width=100% |title=My matchlist title |hide=false |match1={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match2={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match3={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match4={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} <!-- Copy/paste blocks of matches to the number of matches you need, remember to change |matchX, and don't forget the ending '}}' following this comment, which ends the list. This comment can safely be removed. --> }}
Copy/Paste (231 matches)
{{MatchList |width=100% |title=My matchlist title |hide=false |match1={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match2={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match3={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match4={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match5={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match6={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match7={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match8={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match9={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match10={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match11={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match12={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match13={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match14={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match15={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match16={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match17={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match18={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match19={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match20={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match21={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match22={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match23={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match24={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match25={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match26={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match27={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match28={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match29={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match30={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match31={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match32={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match33={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match34={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match35={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match36={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match37={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match38={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match39={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match40={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match41={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match42={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match43={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match44={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match45={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match46={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match47={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match48={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match49={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match50={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match51={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match52={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match53={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match54={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match55={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match56={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match57={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match58={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match59={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match60={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match61={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match62={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match63={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match64={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match65={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match66={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match67={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match68={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match69={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match70={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match71={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match72={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match73={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match74={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match75={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match76={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match77={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match78={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match79={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match80={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match81={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match82={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match83={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match84={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match85={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match86={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match87={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match88={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match89={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match90={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match91={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match92={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match93={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match94={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match95={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match96={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match97={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match98={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match99={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match100={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match101={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match102={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match103={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match104={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match105={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match106={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match107={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match108={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match109={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match110={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match111={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match112={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match113={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match114={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match115={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match116={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match117={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match118={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match119={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match120={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match121={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match122={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match123={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match124={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match125={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match126={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match127={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match128={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match129={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match130={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match131={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match132={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match133={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match134={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match135={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match136={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match137={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match138={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match139={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match140={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match141={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match142={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match143={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match144={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match145={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match146={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match147={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match148={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match149={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match150={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match151={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match152={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match153={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match154={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match155={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match156={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match157={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match158={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match159={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match160={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match161={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match162={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match163={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match164={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match165={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match166={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match167={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match168={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match169={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match170={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match171={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match172={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match173={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match174={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match175={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match176={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match177={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match178={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match179={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match180={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match181={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match182={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match183={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match184={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match185={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match186={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match187={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match188={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match189={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match190={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match191={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match192={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match193={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match194={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match195={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match196={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match197={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match198={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match199={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match200={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match201={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match202={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match203={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match204={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match205={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match206={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match207={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match208={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match209={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match210={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match211={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match212={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match213={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match214={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match215={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match216={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match217={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match218={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match219={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match220={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match221={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match222={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match223={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match224={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match225={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match226={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match227={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match228={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match229={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match230={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} |match231={{MatchMaps |player1= |player1flag= |player2= |player2flag= |winner= |walkover= |games1= |games2= |details={{BracketMatchSummary |date= |comment= |map1win= |map1= |map1p1frags= |map1p2frags= |map1p1lineup= |map1p2lineup= |map1ot= |map2win= |map2= |map2p1frags= |map2p2frags= |map2p1lineup= |map2p2lineup= |map2ot= |map3win= |map3= |map3p1frags= |map3p2frags= |map3p1lineup= |map3p2lineup= |map3ot= }} }} <!-- Copy/paste blocks of matches to the number of matches you need, remember to change |matchX, and don't forget the ending '}}' following this comment, which ends the list. This comment can safely be removed. --> }}
Associated Templates
Adapted from Liquipedia