Difference between revisions of "Template:Match"

From comp.tf
Jump to navigation Jump to search
(Created page with "{| class="wikitable centered" width="450px" style="margin-bottom: 0px;" |- | width="200px" | {{#if:{{{team1win|}}}|<strong>{{{team1}}}</strong>|{{{team1}}}}} | width="25px" | ...")
 
(A little overhaul)
Line 10: Line 10:
 
! colspan=3 | {{{date}}}
 
! colspan=3 | {{{date}}}
 
|-
 
|-
| '''[[{{{map1}}}]]'''<br/>[[File:{{{map1}}}.png|150px]]<br/><small>{{{team1}}} {{{m1score}}} {{{team2}}}<br/>{{#if:{{{vod1|}}}|[{{{vod1}}} VOD]|}}</small>{{#if:{{{map2|}}}| {{!}} '''[[{{{map2}}}]]'''<br/>[[File:{{{map2}}}.png{{!}}150px]]<br/><small>{{{team2}}} {{{m2score}}} {{{team2}}}<br/>{{#if:{{{vod2{{!}}}}}{{!}}[{{{vod2}}} VOD]{{!}}}}</small>|}}{{#if:{{{map3|}}}| {{!}} '''[[{{{map3}}}]]'''<br/>[[File:{{{map3}}}.png{{!}}150px]]<br/><small>{{{team2}}} {{{m3score}}} {{{team2}}}<br/>{{#if:{{{vod3{{!}}}}}{{!}}[{{{vod3}}} VOD]{{!}}}}</small>|}}
+
| '''[[{{{map1}}}]]'''<br/>[[File:{{{map1}}}.png|150px]]<br/><small>{{{team1}}} {{{m1score}}} {{{team2}}}<br/>{{#if:{{{vod1|}}}|[{{{vod1}}} VOD]|}}</small>
 +
| {{#if:{{{map2}}}|style="display: none;"|}} | '''[[{{{map2}}}]]'''<br/>[[File:{{{map2}}}.png|150px]]<br/><small>{{{team2}}} {{{m2score}}} {{{team2}}}<br/>{{#if:{{{vod2|}}}|[{{{vod2}}} VOD]|}}</small>|&nbsp;}}
 +
| {{#if:{{{map3}}}|style="display: none;"|}} | '''[[{{{map3}}}]]'''<br/>[[File:{{{map3}}}.png|150px]]<br/><small>{{{team2}}} {{{m3score}}} {{{team2}}}<br/>{{#if:{{{vod3|}}}|[{{{vod3}}} VOD]|}}</small>|&nbsp;}}
 
|-
 
|-
 
|}
 
|}

Revision as of 21:58, 1 August 2013

{{{team1}}} {{{team2}}}
{{{date}}}
[[{{{map1}}}]]
[[File:{{{map1}}}.png|150px]]
{{{team1}}} {{{m1score}}} {{{team2}}}
[[{{{map2}}}]]
[[File:{{{map2}}}.png|150px]]
{{{team2}}} {{{m2score}}} {{{team2}}}
| }}
[[{{{map3}}}]]
[[File:{{{map3}}}.png|150px]]
{{{team2}}} {{{m3score}}} {{{team2}}}
| }}

Parameters

  • team1, team2 - Team names.
  • score1, score2 - Respective teams' scores.
  • team1win, team2win - Set one of these to true to indicate a win for one of the sides.
  • date - Date when the match was played.
  • map1, map2, map3 - Maps on which the game was played. At least one required.
  • m1score, m2score, m3score - Respective maps' scores.
  • vod1, vod2, vod3 - Respective maps' VODs.