Difference between revisions of "Template:CupCountdown"

From Rigged Wiki
Jump to navigation Jump to search
m
(When the counter is still counting down, it will display "has NOT YET STARTED" instead of "is NOT YET STARTED")
Line 1: Line 1:
<includeonly>
<includeonly>
{| width="100%" style="background: transparent;"
{| width="100%" style="background: transparent;"
! colspan={{{colspan|}}} style="padding:0px 0px 10px 0px;" | {{#switch:{{{countdown|}}}|yes=<span data-end="remove" class="countdown" style="display:none; line-height: 100%; color: #000000;" data-options="no-leading-zeros" data-end="toggle" data-toggle=".post-countdown"><span style="font-size: {{#if: {{{textsizeno|}}}|{{{textsizeno|}}}|200%}};"><b>[[{{{event|}}}]], {{{Matchday|}}} is </b><span style="background: red; {{radius|2px}} color: #FFF;"> NOT YET STARTED</span></span><br><br> <span style="font-size: {{#if: {{{textsizecom|}}}|{{{textsizecom|}}}|150%}};">Commencing in <span class="countdowndate">{{{month|}}} {{{day|}}} {{{year|}}} {{{time|}}} GMT</span></span></span>|<span class="post-countdown">
! colspan={{{colspan|}}} style="padding:0px 0px 10px 0px;" | {{#switch:{{{countdown|}}}|yes=<span data-end="remove" class="countdown" style="display:none; line-height: 100%; color: #000000;" data-options="no-leading-zeros" data-end="toggle" data-toggle=".post-countdown"><span style="font-size: {{#if: {{{textsizeno|}}}|{{{textsizeno|}}}|200%}};"><b>[[{{{event|}}}]], {{{Matchday|}}} has </b><span style="background: red; {{radius|2px}} color: #FFF;"> NOT YET STARTED</span></span><br><br> <span style="font-size: {{#if: {{{textsizecom|}}}|{{{textsizecom|}}}|150%}};">Commencing in <span class="countdowndate">{{{month|}}} {{{day|}}} {{{year|}}} {{{time|}}} GMT</span></span></span>|<span class="post-countdown">
|no=<span style="font-size:{{#if: {{{textsizeyes|}}}|{{{textsizeyes|}}}|250%}}">The [[{{{event|}}}]] is <span class="plainlinks">[{{{link|}}} <span style="background: red; {{radius|2px}} color: #FFF;"> LIVE ON {{{site|}}}</span></span>]</span>
|no=<span style="font-size:{{#if: {{{textsizeyes|}}}|{{{textsizeyes|}}}|250%}}">The [[{{{event|}}}]] is <span class="plainlinks">[{{{link|}}} <span style="background: red; {{radius|2px}} color: #FFF;"> LIVE ON {{{site|}}}</span></span>]</span>
|maybe=<span style="font-size:{{#if: {{{textsizeyes|}}}|{{{textsizeyes|}}}|250%}}">The [[{{{event|}}}]] will be <span class="plainlinks">[{{{link|}}} <span style="background: red; {{radius|2px}} color: #FFF;"> LIVE SOON ON {{{site|}}}</span></span>]</span><br></span><span style="font-size: {{#if: {{{textsizecom|}}}|{{{textsizecom|}}}|150%}};">Rigging is taking longer than expected</span>|<span class="post-countdown">
|maybe=<span style="font-size:{{#if: {{{textsizeyes|}}}|{{{textsizeyes|}}}|250%}}">The [[{{{event|}}}]] will be <span class="plainlinks">[{{{link|}}} <span style="background: red; {{radius|2px}} color: #FFF;"> LIVE SOON ON {{{site|}}}</span></span>]</span><br></span><span style="font-size: {{#if: {{{textsizecom|}}}|{{{textsizecom|}}}|150%}};">Rigging is taking longer than expected</span>|<span class="post-countdown">

Revision as of 09:16, 18 November 2019

Countdown


{{CupCountdown
|countdown = yes
|colspan = 4
|event = 2018 4chan Summer Cup
|Matchday = Final Matchday
|year = 2018
|month = September
|day = 1
|time = 17:00:00
|textsizeno = 200%
|textsizeyes = 250%
|textsizecom = 150%
|link = https://cytu.be/r/the4chancup
|site = CYTUBE
}}

Liv


The 2018 4chan Summer Cup is LIVE ON CYTUBE
{{CupCountdown
|countdown = no
|colspan = 4
|event = 2018 4chan Summer Cup
|Matchday = Final Matchday
|year = 2018
|month = September
|day = 1
|time = 17:00:00
|textsizeno = 200%
|textsizeyes = 250%
|textsizecom = 150%
|link = https://cytu.be/r/the4chancup
|site = CYTUBE
}}

>Delays


The 2018 4chan Summer Cup will be LIVE SOON ON CYTUBE
Rigging is taking longer than expected
{{CupCountdown
|countdown = maybe
|colspan = 4
|event = 2018 4chan Summer Cup
|Matchday = Final Matchday
|year = 2018
|month = September
|day = 1
|time = 17:00:00
|textsizeno = 200%
|textsizeyes = 250%
|textsizecom = 150%
|link = https://cytu.be/r/the4chancup
|site = CYTUBE
}}

Code

{{CupCountdown
|countdown =    <!-- yes/no --> 
|colspan =      4
|event = 
|Matchday = 
|year =
|month =
|day = 
|time =        <!-- hh:mm:ss -->
|textsizeno =  <!-- Text size while displaying the coutdown -->
|textsizeyes = <!-- Text size when liv -->
|textsizecom = <!-- Text size of "commencing in..." -->
|link = 
|site = 
}}