Difference between revisions of "Template:Currentweek"
Jump to navigation
Jump to search
Kevin Wang (talk | contribs) m |
Kevin Wang (talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{#vardefine:dayofweek|{{#time:l | + | {{#vardefine:dayofweek|{{#time:l}}}}{{#ifeq:{{#var:dayofweek}}|Saturday |
|{{#vardefine:offset|0}} | |{{#vardefine:offset|0}} | ||
|{{#ifeq:{{#var:dayofweek}}|Sunday | |{{#ifeq:{{#var:dayofweek}}|Sunday | ||
Line 19: | Line 19: | ||
<!----><!---->}} | <!----><!---->}} | ||
<!---->}} | <!---->}} | ||
− | }}}}{{#time:F j, Y|-{{#var:offset}} | + | }}}}{{#time:F j, Y|{{#expr: {{{1|0}}}*7-{{#var:offset}}}} days}}-{{#time:F j, Y|{{#expr: {{{1|0}}}*7-{{#var:offset}}+7}} days}}<noinclude> |
The week from Saturday to Friday. Intended to represent the period of time in which a set of [[tournament]] results from a given weekend is the most recent. There currently ''{{#ifexist:QBWiki:Recent tournament results/{{currentweek}}|is|is not}}'' a page of results for the [[QBWiki:Recent tournament results/{{currentweek}}|current week]]. | The week from Saturday to Friday. Intended to represent the period of time in which a set of [[tournament]] results from a given weekend is the most recent. There currently ''{{#ifexist:QBWiki:Recent tournament results/{{currentweek}}|is|is not}}'' a page of results for the [[QBWiki:Recent tournament results/{{currentweek}}|current week]]. | ||
+ | |||
+ | Can be offset by providing a week offset | ||
+ | {| class="wikitable" | ||
+ | ! input | ||
+ | ! output | ||
+ | |- | ||
+ | |<nowiki>{{currentweek|-2}}</nowiki>||{{currentweek|-2}} | ||
+ | |- | ||
+ | |<nowiki>{{currentweek|-1}}</nowiki>||{{currentweek|-1}} | ||
+ | |- | ||
+ | |<nowiki>{{currentweek|0}}</nowiki>||{{currentweek|0}} | ||
+ | |- | ||
+ | |<nowiki>{{currentweek|1}}</nowiki>||{{currentweek|1}} | ||
+ | |- | ||
+ | |<nowiki>{{currentweek|2}}</nowiki>||{{currentweek|2}} | ||
+ | |} | ||
</noinclude> | </noinclude> |
Revision as of 14:29, 7 November 2021
November 16, 2024-November 23, 2024
The week from Saturday to Friday. Intended to represent the period of time in which a set of tournament results from a given weekend is the most recent. There currently is not a page of results for the current week.
Can be offset by providing a week offset
input | output |
---|---|
{{currentweek|-2}} | November 2, 2024-November 9, 2024 |
{{currentweek|-1}} | November 9, 2024-November 16, 2024 |
{{currentweek|0}} | November 16, 2024-November 23, 2024 |
{{currentweek|1}} | November 23, 2024-November 30, 2024 |
{{currentweek|2}} | November 30, 2024-December 7, 2024 |