Difference between revisions of "Template:GroupTableStart/doc"
From QWiki
(Created page with "Begins a group table. This template is used together with the templates {{tl|GroupTableSlot}} and {{tl|GroupTableEnd}} == Parameters == The following parameters can be used...") |
m |
||
Line 67: | Line 67: | ||
}} | }} | ||
{{GroupTableEnd}} | {{GroupTableEnd}} | ||
+ | |||
+ | Adapted from [http://wiki.teamliquid.net/starcraft2/Template:GroupTableStart Liquipedia] |
Revision as of 20:19, 12 January 2017
Begins a group table. This template is used together with the templates {{GroupTableSlot}} and {{GroupTableEnd}}
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
orWeek 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.
- preview
- (Optional) Put a link to a preview here.
- lrthread
- (Optional) Put a link to the live report thread here.
- vod, vod1, vod2, vod3, vod4, vod5
- (Optional) Put a link to the VOD(s) here.
- vod1, vod2, etc. do not require the {{Vod}} template
- interview
- (Optional) Put a link to the interview(s) here.
- review
- (Optional) Put a link to the review here.
- date
- (Optional) Put the date here. It will display between the title row and the first group slot. Time can also be included to activate the countdown timer (Month Day, Year - Time)
- |stream=
- (Optional) Add a link to the stream, based on the TeamLiquid stream name (i.e. http://www.teamliquid.net/video/streams/STREAMNAME)
- |finished=
- (Optional) Set this to "true" to hide the countdown.
- tablestyle=
- (Optional) defines additional table CSS styling.
Examples
#1
{{Template:GroupTableStart|Group D|width=300px}} {{Template:GroupTableEnd}}
This will result in the following table
Group D |
---|
#2
{{GroupTableStart|Group A|width=300px |date=April 1,2014 |preview=http://www.teamliquid.net/forum/viewmessage.php?topic_id=301734#three |lrthread=http://www.teamliquid.net/forum/viewmessage.php?topic_id=308196 |vod=http://www.gomtv.net/2012gsls1/vod/66754 |interview=http://www.teamliquid.net/forum/viewmessage.php?topic_id=302021 |review=http://www.teamliquid.net/forum/viewmessage.php?topic_id=301952#one }} {{GroupTableEnd}}
This will result in the following table
Group A Interview Review | |||||
---|---|---|---|---|---|
April 1,2014 |
Adapted from Liquipedia