Template:CURRENTISOWEEK
Appearance
From Meta, a Wikimedia project coordination wiki
52
Template documentation
[create]
Editors can experiment in this template’s sandbox (create | mirror) and testcases (create) pages.
Please add categories to the /doc subpage. Subpages of this template.
Please add categories to the /doc subpage. Subpages of this template.
This templates returns the ISO week number for today (as set by UTC time on the Wikipedia server).
The ISO year (always equal to the gregorian year between January the 4th, in ISO week 1, and December the 28th) always includes an integer number, 52 or 53, of ISO weeks starting each on monday and ending on sunday; the ISO year may be smaller (by 1) on the first zero to three days of January, and may be larger (by 1) on the last zero to three days of December.
- Syntax:
-
{{CURRENTISOWEEK}}
- note that digits are still localized in a page translated to Arabic, Farsi, Hidi, Marathi, ... (just like with
{{CURRENTWEEK}}
, or with format strings "Y" (Gregorian year) or "o" (ISO year) with the #time parser function). - Don't use this simple form in numeric expressions with parser finction #expr, which does not parse these numbers, or in the date value parameter of #time !
- note that digits are still localized in a page translated to Arabic, Farsi, Hidi, Marathi, ... (just like with
{{CURRENTISOWEEK|n}}
- Format the next numeric code as a raw ASCII number, with digits "0-9", suitable for use in numeric expressions with #expr, or in a date/time value parameter of #time (see also the "xn" flag in #time).
{{CURRENTISOWEEK|r}}
- Format the next number as a roman numeral, with digits "IVCXM", only works for positive numbers up to 9999 (see also the "xr" flag in #time).
{{CURRENTISOWEEK|h}}
- the return number will use Hebrew digits (see also the "xh" flag in #time).
Examples
[edit ]{{CURRENTISOWEEK}}
gives 52 [1]"{{CURRENTISOWEEK|n}}"
gives "52" [2]"{{CURRENTISOWEEK|r}}"
gives "LII" [3]"{{CURRENTISOWEEK|h}}"
gives "נ"ב" [4]{{CURRENTWEEK}}
gives 52 [5]