Template:BracketMatchSummary

From QWiki
Revision as of 19:48, 13 November 2016 by Bps (talk | contribs) (Created page with "<includeonly>{{#if:{{{date|}}}{{{map1|}}}{{{comment|}}}|<div class="bracket-popup-body">}}<!-- Date -->{{#if:{{{date|}}}|<div class="bracket-popup-body-time">{{#ifeq:{{{finis...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation (view - edit)

This template is used by bracket templates as it needs wrapping code to actually work. It creates the overlay with information about maps, VODs, demos, etc. that appears on click.

Example

The code:

{{4SEBracket
|R1=Quarterfinals (Bo5)
|R2=Semifinals (Bo7)
|R3=Finals (Bo7)
 <!-- QUARTERFINALS -->
|R1D1=DOOMer |R1D1flag=se |R1D1score=2 |R1D1win=
|R1D2=Avenger |R1D2flag=pl |R1D2score=3 |R1D2win=1
|R1G1details={{BracketMatchSummary
|date=February 21, 2021 18:10 {{Abbr/CEST}}
|stream=suddendeathTV
|stream2=gLAd
|vod=https://www.twitch.tv/videos/746776070
|vod2=https://www.twitch.tv/videos/746776070
|demo1=http://demo.qhlan.org/qhlan12/1on1/duel_(1)lethalwiz_vs_lethalwiz%5bpovdmm4%5d040109-1231.mvd
|demo2=http://demo.qhlan.org/qhlan12/1on1/duel_(1)lethalwiz_vs_lethalwiz%5bpovdmm4%5d040109-1231.mvd
|demo3=http://demo.qhlan.org/qhlan12/1on1/duel_(1)lethalwiz_vs_lethalwiz%5bpovdmm4%5d040109-1231.mvd
|demo4=http://demo.qhlan.org/qhlan12/1on1/duel_(1)lethalwiz_vs_lethalwiz%5bpovdmm4%5d040109-1231.mvd
|demo5=http://demo.qhlan.org/qhlan12/1on1/duel_(1)lethalwiz_vs_lethalwiz%5bpovdmm4%5d040109-1231.mvd
|map1=dm3 |map1win=1 |map1p1frags=15 |map1p2frags=13 |shot1=20200920-no vs au-dm3.jpg
|map2=dm2 |map2win=2 |map2p1frags=11 |map2p2frags=14 |shot2=slvscan-dm2.png |map2ot=1
|map3=aerowalk |map3win=1 |map3p1frags=5 |map3p2frags=4 |shot3=slvscan-aerowalk.png
|map4=dm1 |map4win=2 |map4p1frags=16 |map4p2frags=17
|map5=dm4 |map5win=1 |map5p1frags=WIN |map5p2frags=WO 
|comment={{player|Avenger|flag=pl}} forfeited the decider map.
}}
}}

gives us:

Quarterfinals (Bo5)
 Sweden DOOMer
2
Sweden DOOMer
Avenger Poland
suddendeathTVFebruary 21, 2021 18:10 CEST
GreenCheck.png
' 
 
NoCheck.png
 
 
dm3
NoCheck.png
 
 
GreenCheck.png
 '
 
dm2
GreenCheck.png
' 
 
NoCheck.png
 
 
aerowalk
NoCheck.png
 
 
GreenCheck.png
 '
 
dm1
GreenCheck.png
' 
 
NoCheck.png
 
 
dm4
Poland Avenger forfeited the decider map.
 Poland Avenger
3
  R1D3
  R1D4
Semifinals (Bo7)
  R2W1
  R2W2

Use

|mapX=
Set the name of the map, X is 1-9.
|mapXwin=
Set this to "1", "2", "skip" or "draw" to either set a winner or show the map wasn't played or had no winner.
|mapXp1frags=
Set the number of frags for player 1 on on map X.
|mapXp2frags=
Set the number of frags for player 2 on on map X.
|mapXot=
(Optional) Set number of overtimes on map X.
|mapXp1lineup=
(Optional) Set lineup for player 1 as comma separated list on map X.
|mapXp2lineup=
(Optional) Set lineup for player 2 as comma separated list on map X.
|shotX=
(Optional) Add a screenshot for map X. Example: |shot1=20200920 no vs au e1m2.jpg will add a 120px thumbnail in the bottom of the overlay. Multiple shots will simply show up after one another.
|vodgameX=
(Optional) Put a link to the VOD of mapX here. For less clutter, use one vod for the entire game:
|vod=
(Optional) Put a link to the VOD of the game. If |stream= is present, its name will show as vod link.
|vod2=
(Optional) Put a link to a second VOD of the game. If |stream2= is present, its name will show as vod link.
|demoX=
(Optional) Put a link to the demo of mapX here. Up to 7 demos supported.
|stream=
(Optional) Add a link to the stream. Use only stream name, not full url.
|stream2=
(Optional) Add a link to a second stream. Use only stream name, not full url.
|comment=
(Optional) Option to leave a short note about noteworthy events (e.g. a draw, reason for a walkover).
|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.
|finished=
(Optional) Set this to "true" to hide the countdown.

Copy/Paste

Minimal with 3 maps:

{{BracketMatchSummary
|map1= |map1win= |map1p1frags= |map1p2frags= |map1ot=
|map2= |map2win= |map2p1frags= |map2p2frags= |map2ot=
|map3= |map3win= |map3p1frags= |map3p2frags= |map3ot=
}}

Minimal with 5 maps:

{{BracketMatchSummary
|map1= |map1win= |map1p1frags= |map1p2frags= |map1ot=
|map2= |map2win= |map2p1frags= |map2p2frags= |map2ot=
|map3= |map3win= |map3p1frags= |map3p2frags= |map3ot=
|map4= |map4win= |map4p1frags= |map4p2frags= |map4ot=
|map5= |map5win= |map5p1frags= |map5p2frags= |map5ot=
}}

Full with 7 maps:

{{BracketMatchSummary
|date=
|vod=
|stream=
|comment=
|map1= |map1win= |map1p1frags= |map1p2frags= |map1ot= |map1p1lineup= |map1p2lineup= 
|map2= |map2win= |map2p1frags= |map2p2frags= |map2ot= |map2p1lineup= |map2p2lineup= 
|map3= |map3win= |map3p1frags= |map3p2frags= |map3ot= |map3p1lineup= |map3p2lineup= 
|map4= |map4win= |map4p1frags= |map4p2frags= |map4ot= |map4p1lineup= |map4p2lineup= 
|map5= |map5win= |map5p1frags= |map5p2frags= |map5ot= |map5p1lineup= |map5p2lineup= 
|map6= |map6win= |map6p1frags= |map6p2frags= |map6ot= |map6p1lineup= |map6p2lineup= 
|map7= |map7win= |map7p1frags= |map7p2frags= |map7ot= |map7p1lineup= |map7p2lineup= 
}}