Num9852453 (トーク | 投稿記録) 細 |
細 |
||
(他の1人の利用者による、間の1版が非表示) | |||
3行目: | 3行目: | ||
| '''{{{finished|}}}'''[[Category:Pages with expired countdowns]] |
| '''{{{finished|}}}'''[[Category:Pages with expired countdowns]] |
||
| {{#ifexpr: {{#time: U | now}} > {{#time: U | {{{start|@0}}} }} |
| {{#ifexpr: {{#time: U | now}} > {{#time: U | {{{start|@0}}} }} |
||
− | | '''{{{text|}}} 終了まで: |
+ | | '''{{{text|}}} 終了まで: <span class="countdown" data-options="no-leading-zeros" style="display:none;"><span class="countdowndate">{{#if:{{{end|}}}| {{#time:F d Y H:i:s O|{{{end}}}|en}} |@0}}</span></span>''' |
− | | '''{{{text|}}} 始まりまで: |
+ | | '''{{{text|}}} 始まりまで: <span class="countdown" data-options="no-leading-zeros" style="display:none;"><span class="countdowndate">{{#if:{{{start|}}}| {{#time:F d Y H:i:s O|{{{start}}}|en}} |@0}}</span></span>''' }} |
}}</includeonly><noinclude> |
}}</includeonly><noinclude> |
||
2021年10月18日 (月) 14:30時点における最新版
テンプレートには、イベントの前と、イベントの終了まで開始された場合のカウントダウンが表示されます。 すべての時間はUTCに相対的です。 ローカル日付のタイムゾーン名を追加することをお勧めします。
{{countdown |text = Event |finished = Event has ended. |start = 2018-06-25 00:00:00 JST |end = 2018-06-26 23:59:59 JST }}
このテンプレートを使用すると、「開始」の前にいる場合は:
Event starts: 2 Days, 2 Hours, 2 Minutes, 2 Seconds.
or if you are past the start but before the end:
Event ends: 2 Days, 2 Hours, 2 Minutes, 2 Seconds.
or if you are past the end:
Event has ended.