Line 5: |
Line 5: |
| *Quarterly cannon quest cutoff timer | | *Quarterly cannon quest cutoff timer |
| *Timer/note that shows up after point cutoff, but before EO reset (the 2h gap) | | *Timer/note that shows up after point cutoff, but before EO reset (the 2h gap) |
| + | {{#vardefine:month|{{#explode:{{#time:F +0900|22:00:00}}| |0}}}} |
| + | {{#vardefine:month#|{{#explode:{{#time:n +0900|22:00:00}}| |0}}}} |
| + | {{#vardefine:nextmonth|{{#explode:{{#time:F +0900|14:00:00 +1month}}| |0}}}} |
| + | {{#vardefine:quarterlyresetmonth|{{#switch:{{#var:nextmonth}}|September|December|March|June=true|false}}}} |
| ;Auto-resetting ranking point cutoff timer test | | ;Auto-resetting ranking point cutoff timer test |
− | {| class="wikitable typography-xl-optout" style="width:60%;text-align:center;" | + | {| class="wikitable typography-xl-optout" style="width:40%;text-align:center;" |
− | !{{#explode:{{#time:F +0900|22:00:00}}| |0}} Ranking Cutoff (time left) | + | !{{#var:month}} Ranking Cutoff (time left) |
| |- | | |- |
− | |{{Timer|time={{#time:t F Y 22:00:00 +0900|22:00:00}}|endClass=ranking-cutoff|endText={{#explode:{{#time:F +0900|22:00:00}}| |0}} ranking is finished<br>Exp. points are counted for {{#explode:{{#time:F +0900|22:00:00 +1month}}| |0}}<br>EO will be counted for {{#explode:{{#time:F +0900|22:00:00 +1month}}| |0}} starting from 00:00 JST}} | + | |{{Timer|time={{#time:t F Y 22:00:00 +0900|22:00:00}}|endClass=ranking-cutoff|endText={{#var:month}} ranking is finished<br>Exp. points are counted for {{#var:nextmonth}}<br>EO will be counted for {{#var:nextmonth}} starting from 00:00 JST}} |
| |} | | |} |
| ;Non-ideal alt | | ;Non-ideal alt |
− | {| class="wikitable typography-xl-optout" style="width:60%;text-align:center;" | + | {| class="wikitable typography-xl-optout" style="width:1000px;text-align:center;" |
− | !{{#explode:{{#time:F +0900|22:00:00}}| |0}} Ranking Cutoff (time left) | + | !{{#var:month}} Ranking Cutoff (time left) |
| |- | | |- |
− | |{{Timer|time={{#time:t F Y 24:00:00 +1100|24:00:00}}|endClass=alt-ranking-cutoff|endText={{#explode:{{#time:F +0900|22:00:00}}| |0}} ranking is finished<br>Exp. points are counted for {{#explode:{{#time:F +0900|22:00:00 +1month}}| |0}}<br>EO will be counted for {{#explode:{{#time:F +0900|22:00:00 +1month}}| |0}} starting from 00:00 JST}} | + | |{{Timer|time={{#time:t F Y 24:00:00 +1100|24:00:00}}|endClass=alt-ranking-cutoff|endText={{#var:month}} ranking is finished<br>Exp. points are counted for {{#var:nextmonth}}<br>EO will be counted for {{#var:nextmonth}} starting from 00:00 JST}} |
| + | |} |
| + | ;Cannon Points cutoff |
| + | {| class="wikitable typography-xl-optout" style="<!--width:800px-->;text-align:center;" |
| + | !colspan=3|{{#var:month}} Ranking Cutoff for {{ToolTip|[[Ranking#Quests|Cannons]]|Ranking Points from Quests}} (time left) |
| + | |- |
| + | |colspan=3|{{Timer|time={{#time:t F Y 14:00:00 +0900|14:00:00}}|endClass=quest-ranking-cutoff|endText={{#var:month}} quest ranking is finished<br>{{#ifeq:{{#var:quarterlyresetmonth}}|false|All|}} Quest ranking points {{#ifeq:{{#var:quarterlyresetmonth}}|false|are counted for {{#var:nextmonth}} (because quarterlies don't reset this month).|{{ToolTip|from non-quarterlies are counted for {{#var:nextmonth}}*.|Yearlies confirmed to work if done between midnight 0000JST and quest reset 0500JST}}. }} }}{{#ifeq:{{#var:quarterlyresetmonth}}|true|Quarterly Quests reset this month, ranking points from them will be lost after this time|}} |
| + | |- |
| + | !colspan=2 style="width:200px;"|Quarterly |
| + | |style="width:600px;"|{{Timer|time={{#switch:{{#var:month}}|December={{ifeq:{{#time:L|+1year}}|1|29|28}} February {{#time:Y 14:00:00 +0900|14:00:00 +1year}}|January|February={{ifeq:{{#time:L}}|1|29|28}} February {{#time:Y 14:00:00 +0900|14:00:00}}|March|April|May=31 May|June|July|August=31 August {{#time:Y 14:00:00 +0900|14:00:00}}|September|October|November=30 November {{#time:Y 14:00:00 +0900|14:00:00}}}}|endClass=quarterly-ranking-cutoff|endText={{#var:month}} Quarterly quest ranking is finished. is finished}} |
| + | |- |
| + | !Yearly |
| + | |June |
| + | | |
| |} | | |} |
| | | |