Difference between revisions of "Template:MatchList/doc"

From comp.tf
Jump to navigation Jump to search
m
m (S)
 
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
The code:
 
The code:
 
<pre>{{MatchList
 
<pre>{{MatchList
 +
|map=Mojave
 
|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, 2032 - 21:15 {{abbr/CEST}} |finished=1
+
   | date=May 19, 2032 - 21:15 {{abbr/CEST}} |finished=true
 
   | match1={{Game | t1score=0 | t2score=5 | map=cp_badlands | win=2 }}
 
   | match1={{Game | t1score=0 | t2score=5 | map=cp_badlands | win=2 }}
   | match2={{Game | t1score=0 | t2score=5 | map=cp_snakewater_final1 | win=2 }}
+
   | match2={{Game | t1score=5 | t2score=0 | map=cp_snakewater_final1 | win=1 }}
 
   | details={{Details
 
   | details={{Details
 
     | log1=826611 | log2=826684
 
     | log1=826611 | log2=826684
     | vod1=dt5P6mXitic?t=17m2s | vod2=dt5P6mXitic?t=35m37s
+
     | vod1=https://youtu.be/dt5P6mXitic?t=17m2s | vod2=https://youtu.be/dt5P6mXitic?t=35m37s
 
   }}
 
   }}
 
  }}
 
  }}
Line 23: Line 24:
 
}}</pre>
 
}}</pre>
  
Gives us:
+
Produces:
 
{{MatchList
 
{{MatchList
 +
|map=Mojave
 
|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, 2032 - 21:15 {{abbr/CEST}} |finished=1
+
   | date=May 19, 2032 - 21:15 {{abbr/CEST}} |finished=true
 
   | match1={{Game | t1score=0 | t2score=5 | map=cp_badlands | win=2 }}
 
   | match1={{Game | t1score=0 | t2score=5 | map=cp_badlands | win=2 }}
   | match2={{Game | t1score=0 | t2score=5 | map=cp_snakewater_final1 | win=2 }}
+
   | match2={{Game | t1score=5 | t2score=0 | map=cp_snakewater_final1 | win=1 }}
 
   | details={{Details
 
   | details={{Details
 
     | log1=826611 | log2=826684
 
     | log1=826611 | log2=826684
     | vod1=dt5P6mXitic?t=17m2s | vod2=dt5P6mXitic?t=35m37s
+
     | vod1=https://youtu.be/dt5P6mXitic?t=17m2s | vod2=https://youtu.be/dt5P6mXitic?t=35m37s
 
   }}
 
   }}
 
  }}
 
  }}
Line 52: Line 54:
 
;|title=
 
;|title=
 
:set the title of the table, default is "Match List".
 
:set the title of the table, default is "Match List".
 +
;|map=
 +
:(Optional) Put a map name here (shows <code>File:<mapname>_Slice.jpg</code>)
 
;|matchX=
 
;|matchX=
 
:This is where you will insert the MatchMaps template.
 
:This is where you will insert the MatchMaps template.
Line 59: Line 63:
 
:(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(s) here.
+
:(Optional) Put a link to the VOD here.
 +
;|vod#=
 +
:(Optional) If there are multiple VODs, we would encourage the use of this parameter.
 
;|interview=
 
;|interview=
 
:(Optional) Put a link to the interview(s) here.
 
:(Optional) Put a link to the interview(s) here.

Latest revision as of 13:09, 31 December 2016

The main feature is to show a list of matches in a group with the maps that were played if the person so wishes to expand the list. Also the template calculates the score automatically based on the wins that are registered for each player. It supports a eight player round robin style group (29 matches) with the matches being up to best of nine.

A big way this template differs from most others is that you will use another template within the MatchList template.

Example[edit]

The code:

{{MatchList
|map=Mojave
|match1={{MatchMaps
|team1=4-25|team2=Danger Dogs|winner=draw
|games1=3|games2=3
|details={{BracketMatchSummary
   | date=May 19, 2032 - 21:15 {{abbr/CEST}} |finished=true
   | match1={{Game | t1score=0 | t2score=5 | map=cp_badlands | win=2 }}
   | match2={{Game | t1score=5 | t2score=0 | map=cp_snakewater_final1 | win=1 }}
   | details={{Details
     | log1=826611 | log2=826684
     | vod1=https://youtu.be/dt5P6mXitic?t=17m2s | vod2=https://youtu.be/dt5P6mXitic?t=35m37s
   }}
 }}
}}
}}

Produces:

Parameters[edit]

MatchList[edit]

|hide=
set to "false" to not have the match list collapsed.
|width=
set to the amount of pixels, ems, or percent, default is 300px.
|uncollapsed-maps=
set to "true" to have the maps shown when the table is not collapsed.
|class=
set your own classes, default is "wikitable collapsible collapsed".
|title=
set the title of the table, default is "Match List".
|map=
(Optional) Put a map name here (shows File:<mapname>_Slice.jpg)
|matchX=
This is where you will insert the MatchMaps template.
|preview=
(Optional) Put a link to a preview here.
|lrthread=
(Optional) Put a link to the live report thread here.
|vod=
(Optional) Put a link to the VOD here.
|vod#=
(Optional) If there are multiple VODs, we would encourage the use of this parameter.
|interview=
(Optional) Put a link to the interview(s) here.
|recap=
(Optional) Put a link to the recap here.
|comment=
(Optional) Put a comment here.

MatchMaps[edit]

|team1=
|team2=
set the team names. These will generate templates for their icon and tags under Team2/ and Team1/ respectively.
|winner=
set the winner of the match with entering "1", "2" or "draw".
|default=
set this to "1" or "2" if the player won due to a default, such as a no show or dropping teams. |winner=.
|comment=
(Optional) Put a comment here.
|date=
(Optional) Put a date here (includes countdown).
|stream=
(Optional) Adds in the twitch.tv stream.
|finished=
(Optional) Mark the match as finished (Which will remove the "LIVE!" sign).
|details=
(Optional) Add details about the game, to be used with {{BracketMatchSummary}}.

Snippet code[edit]

For MatchList

{{MatchList
|match1=
|match2=
|match3=
|match4=
|match5=
|match6=
|match7=
|match8=
|match9=
|match10=
|match11=
|match12=
|match13=
|match14=
|match15=
|match16=
|match17=
|match18=
|match19=
|match20=
|match21=
|match22=
|match23=
|match24=
|match25=
|match26=
|match27=
|match28=
|match29=
}}

For MatchMaps

{{MatchMaps
|date= |finished=
|team1= |team2= |winner=
|details={{BracketMatchSummary
   | date= |stream= |finished=
   | match1={{Game | t1score= | t2score= | map= | win= }}
   | match2={{Game | t1score= | t2score= | map= | win= }}
   | details={{Details
     | log1= | log1gc= | log2= | log2gc= | log3= | log3gc=
     | vod1= | vod2= | vod3=
     | interview=
   }}
 }}
}}