Difference between revisions of "Template:GroupTableStart"

From QWiki
m
m
Line 22: Line 22:
 
{{#if:{{{date|}}}|
 
{{#if:{{{date|}}}|
 
{{!}}-
 
{{!}}-
{{!}}colspan="{{{colspan|7}}}" class="grouptable-start-date" {{!}} '''{{{date}}}'''{{#ifeq:{{{finished|}}}|true||<span class="streamLink">{{{stream|}}}</span><span class="datetime" style="display:none">{{{date|}}}</span><span class="countdown grouptable-start-countdown">{{#ifeq:{{{live|}}}|true|LIVE!}}</span>}}}}<!--
+
{{!}}colspan="{{{colspan|7}}}" class="grouptable-start-date" {{!}} '''{{{date}}}'''{{#ifeq:{{{finished|}}}|true||<span class="streamLink">{{{stream|}}}</span><span class="datetime" style="display:none">{{{date|}}}</span><span style="padding:5px 0px 0px 0px; display:block;" class="countdown">{{#ifeq:{{{live|}}}|true|LIVE!}}</span>}}}}<!--
 
-->{{#vardefine:show_points|{{{show_p|}}}}}{{#vardefine:win_points|{{{win_p|}}}}}{{#vardefine:tie_points|{{{tie_p|}}}}}</includeonly><noinclude>{{documentation}}[[Category:Tournament Page Formatting Templates]]</noinclude>
 
-->{{#vardefine:show_points|{{{show_p|}}}}}{{#vardefine:win_points|{{{win_p|}}}}}{{#vardefine:tie_points|{{{tie_p|}}}}}</includeonly><noinclude>{{documentation}}[[Category:Tournament Page Formatting Templates]]</noinclude>

Revision as of 20:23, 7 September 2017

Documentation (view - edit)

Begins a group table.

This template is used together with the templates {{GroupTableSlot}} and {{GroupTableEnd}}

Example #1

{{Template:GroupTableStart|Group D|width=300px}}
{{Template:GroupTableEnd}}

This will result in the following table

Group D

Example #2

{{GroupTableStart|Group A|width=300px
|date=8 March 2030 23:00 CET
}}
{{GroupTableEnd}}

This will result in the following table

Group A
8 March 2030 23:00 CET

Example #3

{{GroupTableStart|Group A|width=300px
|info=This game is very hyped
|date=8 March 2030 23:00 CET
}}
{{GroupTableEnd}}

This will result in the following table

Group A
8 March 2030 23:00 CET

Parameters

The following parameters can be used for this template

first unnamed argument
The first unnamed argument of the parameter list is used as the caption of the group table. Examples could be Group D or Week 3.
width=...
(optional) This argument specify the width of the table. The value can be any CSS width value.
hide=...
(optional)
hide=false
makes table collapsible, shows it.
hide=true
makes table collapsible, hides it.
info
(Optional) Set any extra text string, like "Deadline still TBA"
date
(Optional) Set the date for the Group, or date with time (format: February 21, 2021 18:10 CEST). If the date is in the future, a countdown will show.
vod
(Optional) Put a link to the VOD(s) here.