• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Template:Timer"

From Kancolle Wiki
Jump to navigation Jump to search
(create)
 
m (sample usage)
Line 1: Line 1:
<div style="{{{style|text-align:center; font-size:18px; font-weight:bold; color:#f00; margin:0px 0px 10px 0px;}}}">  
+
<pre>
 +
{{Timer
 +
|time = January 1 2019 11:00:00 +0900
 +
|style = font-weight:bold;
 +
|endClass = countdownComplete1
 +
|endText = The time is now!
 +
}}
 +
</pre>
 +
 
 +
<includeonly><div style="{{{style|text-align:center; font-size:18px; font-weight:bold; color:#f00; margin:0px 0px 10px 0px;}}}">  
 
<span class="countdown"
 
<span class="countdown"
 
data-options="no-leading-zeros"
 
data-options="no-leading-zeros"
Line 10: Line 19:
 
{{{endText|Countdown complete!}}}
 
{{{endText|Countdown complete!}}}
 
</span>
 
</span>
</div>
+
</div></includeonly>

Revision as of 02:40, 4 September 2015

{{Timer
|time = January 1 2019 11:00:00 +0900
|style = font-weight:bold;
|endClass = countdownComplete1
|endText = The time is now!
}}