Editing Template:MatchList/doc
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
This page is not enabled for semantic in-text annotations due to namespace restrictions. Details about how to enable the namespace can be found on the configuration help page.
Latest revision | Your text | ||
Line 8: | Line 8: | ||
The code: | The code: | ||
<pre>{{MatchList | <pre>{{MatchList | ||
− | |||
|match1={{MatchMaps | |match1={{MatchMaps | ||
|team1=4-25|team2=Danger Dogs|winner=draw | |team1=4-25|team2=Danger Dogs|winner=draw | ||
|games1=3|games2=3 | |games1=3|games2=3 | ||
|details={{BracketMatchSummary | |details={{BracketMatchSummary | ||
− | | date=May 19, | + | | date=May 19, 2015 - 21:15 {{abbr/CEST}} |finished=1 |
− | | match1={{Game | t1score=0 | t2score=5 | map=cp_badlands | win=2 }} | + | | match1={{Game |
− | | match2={{Game | t1score= | + | | t1score=0 |
+ | | t2score=5 | ||
+ | | map=cp_badlands | ||
+ | | win=2 | ||
+ | }} | ||
+ | | match2={{Game | ||
+ | | t1score=0 | ||
+ | | t2score=5 | ||
+ | | map=cp_snakewater_final1 | ||
+ | | win=2 | ||
+ | }} | ||
| details={{Details | | details={{Details | ||
− | | log1=826611 | log2=826684 | + | | log1=826611 |
− | | vod1= | + | | log2=826684 |
+ | | vod1=dt5P6mXitic?t=17m2s | ||
+ | | vod2=dt5P6mXitic?t=35m37s | ||
}} | }} | ||
}} | }} | ||
Line 24: | Line 35: | ||
}}</pre> | }}</pre> | ||
− | + | Gives us: | |
{{MatchList | {{MatchList | ||
− | |||
|match1={{MatchMaps | |match1={{MatchMaps | ||
|team1=4-25|team2=Danger Dogs|winner=draw | |team1=4-25|team2=Danger Dogs|winner=draw | ||
|games1=3|games2=3 | |games1=3|games2=3 | ||
|details={{BracketMatchSummary | |details={{BracketMatchSummary | ||
− | | date=May 19, | + | | date=May 19, 2015 - 21:15 {{abbr/CEST}} |finished=1 |
− | | match1={{Game | t1score=0 | t2score=5 | map=cp_badlands | win=2 }} | + | | match1={{Game |
− | | match2={{Game | t1score= | + | | t1score=0 |
+ | | t2score=5 | ||
+ | | map=cp_badlands | ||
+ | | win=2 | ||
+ | }} | ||
+ | | match2={{Game | ||
+ | | t1score=0 | ||
+ | | t2score=5 | ||
+ | | map=cp_snakewater_final1 | ||
+ | | win=2 | ||
+ | }} | ||
| details={{Details | | details={{Details | ||
− | | log1=826611 | log2=826684 | + | | log1=826611 |
− | | vod1= | + | | log2=826684 |
+ | | vod1=dt5P6mXitic?t=17m2s | ||
+ | | vod2=dt5P6mXitic?t=35m37s | ||
}} | }} | ||
}} | }} | ||
Line 54: | Line 76: | ||
;|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 will insert the MatchMaps template. | :This is where you will insert the MatchMaps template. | ||
Line 63: | Line 83: | ||
:(Optional) Put a link to the live report thread here. | :(Optional) Put a link to the live report thread here. | ||
;|vod= | ;|vod= | ||
− | :(Optional) Put a link to the VOD | + | :(Optional) Put a link to the VOD(s) here. |
− | |||
− | |||
;|interview= | ;|interview= | ||
:(Optional) Put a link to the interview(s) here. | :(Optional) Put a link to the interview(s) here. | ||
Line 85: | Line 103: | ||
;|date= | ;|date= | ||
:(Optional) Put a date here (includes countdown). | :(Optional) Put a date here (includes countdown). | ||
− | |||
− | |||
;|finished= | ;|finished= | ||
:(Optional) Mark the match as finished (Which will remove the "LIVE!" sign). | :(Optional) Mark the match as finished (Which will remove the "LIVE!" sign). | ||
Line 133: | Line 149: | ||
{{MatchMaps | {{MatchMaps | ||
|date= |finished= | |date= |finished= | ||
− | | | + | |T1= |T2= |winner= |
|details={{BracketMatchSummary | |details={{BracketMatchSummary | ||
− | | date | + | | date= |finished= |
− | | match1={{Game | t1score= | t2score= | map= | win= }} | + | | match1={{Game |
− | | match2={{Game | t1score= | t2score= | map= | win= }} | + | | t1score= |
+ | | t2score= | ||
+ | | map= | ||
+ | | win= | ||
+ | }} | ||
+ | | match2={{Game | ||
+ | | t1score= | ||
+ | | t2score= | ||
+ | | map= | ||
+ | | win= | ||
+ | }} | ||
| details={{Details | | details={{Details | ||
− | | log1= | log1gc= | log2= | log2gc= | log3= | log3gc= | + | | log1= |
− | | vod1= | vod2 | + | | log1gc= |
− | | | + | | log2= |
+ | | log2gc= | ||
+ | | log3= | ||
+ | | log3gc= | ||
+ | | vod1= | ||
+ | | vod2= | ||
+ | | vod3= | ||
}} | }} | ||
}} | }} | ||
}} | }} | ||
</pre> | </pre> |