Difference between revisions of "Template:Counter"

From CWCki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
| {{Counter|{{#time:Y-m-d H:00:00|now - 2 months}}}}
| {{Counter|{{#time:Y-m-d H:00:00|now - 2 months}}}}
|-
|-
| Chris last did something on {{#time:j F Y|now - 1 month}}, and the previous streak was 15 days ago.
| Chris last did something on {{#time:j F Y|now - 1 month}}, and the longest streak was 15 days.
| <code><nowiki>{{Counter|</nowiki>{{#time:Y-m-d H:00:00|now - 1 month}}<nowiki>|15}}</nowiki></code>
| <code><nowiki>{{Counter|</nowiki>{{#time:Y-m-d H:00:00|now - 1 month}}<nowiki>|15}}</nowiki></code>
| {{Counter|{{#time:Y-m-d H:00:00|now - 1 month}}|15}}
| {{Counter|{{#time:Y-m-d H:00:00|now - 1 month}}|15}}
|-
|-
| Chris last did something on {{#time:j F Y|now}}, and the previous streak was 15 days ago.
| Chris last did something on {{#time:j F Y|now}}, and the longest streak was 15 days.
| <code><nowiki>{{Counter|</nowiki>{{#time:Y-m-d H:00:00|now}}<nowiki>|15}}</nowiki></code>
| <code><nowiki>{{Counter|</nowiki>{{#time:Y-m-d H:00:00|now}}<nowiki>|15}}</nowiki></code>
| {{Counter|{{#time:Y-m-d H:00:00|now}}|15}}
| {{Counter|{{#time:Y-m-d H:00:00|now}}|15}}
|-
|-
| Chris last did something on {{#time:j F Y|now}}, and the previous streak was 1 day ago.
| Chris last did something on {{#time:j F Y|now}}, and the longest streak was one day.
| <code><nowiki>{{Counter|</nowiki>{{#time:Y-m-d H:00:00|now}}<nowiki>|1}}</nowiki></code>
| <code><nowiki>{{Counter|</nowiki>{{#time:Y-m-d H:00:00|now}}<nowiki>|1}}</nowiki></code>
| {{Counter|{{#time:Y-m-d H:00:00|now}}|1}}
| {{Counter|{{#time:Y-m-d H:00:00|now}}|1}}
|-
|-
| Chris last did something on {{#time:j F Y|now - 1 day}}, and the previous streak was not recorded.
| Chris last did something yesterday, and the longest streak was not recorded.
| <code><nowiki>{{Counter|</nowiki>{{#time:Y-m-d H:00:00|now - 1 day}}<nowiki>|0}}</nowiki></code>
| <code><nowiki>{{Counter|</nowiki>{{#time:Y-m-d H:00:00|now - 1 day}}<nowiki>|0}}</nowiki></code> or<br/><code><nowiki>{{Counter|</nowiki>{{#time:Y-m-d H:00:00|now - 1 day}}<nowiki>}}</nowiki></code>
| {{Counter|{{#time:Y-m-d H:00:00|now - 1 day}}|0}}
| {{Counter|{{#time:Y-m-d H:00:00|now - 1 day}}}}
|-
|-
| Chris last did something just now, and the previous streak was not recorded.
| Chris last did something just now, and the longest streak was not recorded.
| <code><nowiki>{{Counter|</nowiki>{{#time:Y-m-d H:00:00|now}}<nowiki>|0}}</nowiki></code>
| <code><nowiki>{{Counter|</nowiki>{{#time:Y-m-d H:00:00|now}}<nowiki>|0}}</nowiki></code> or<br/><code><nowiki>{{Counter|</nowiki>{{#time:Y-m-d H:00:00|now}}<nowiki>}}</nowiki></code>
| {{Counter|{{#time:Y-m-d H:00:00|now}}|0}}
| {{Counter|{{#time:Y-m-d H:00:00|now}}|0}}
|}
|}
[[Category:Front page templates]]</noinclude>
[[Category:Front page templates]]</noinclude>

Latest revision as of 03:35, 25 July 2021

This template automates the big counter and the previous streak: if the current streak breaks the record, this template will handle this for you.

For use in both Begging and Coping counters.

Examples

Scenario Input Output
Chris last did something on 2 March 2024 (for the big counter). {{Counter|2024-03-02 13:00:00|big=yes}} 61
Chris last did something on 2 March 2024. {{Counter|2024-03-02 13:00:00}} 61 days
Chris last did something on 2 April 2024, and the longest streak was 15 days. {{Counter|2024-04-02 13:00:00|15}} 30 days
Chris last did something on 2 May 2024, and the longest streak was 15 days. {{Counter|2024-05-02 13:00:00|15}} 15 days
Chris last did something on 2 May 2024, and the longest streak was one day. {{Counter|2024-05-02 13:00:00|1}} 1 day
Chris last did something yesterday, and the longest streak was not recorded. {{Counter|2024-05-01 13:00:00|0}} or
{{Counter|2024-05-01 13:00:00}}
1 day
Chris last did something just now, and the longest streak was not recorded. {{Counter|2024-05-02 13:00:00|0}} or
{{Counter|2024-05-02 13:00:00}}
0 days