Template:WEEKDAYNAME
Jump to navigation
Jump to search
This template returns the name of the weekday whose number is in parameter. Alternatively, the English weekday name or abbreviation (with any letter case) can be given.
Syntax
- {{WEEKDAYNAME|day}}
- The day value can be any numeric expression and is interpreted modulo 7 (extra leading zeroes and decimals are ignored), so it accepts any valid Julian day timestamp.
Example with a timestamp
- {{WEEKDAYNAME|{{JULIANDAY|2000|01|01}}}} returns Saturday.
Examples for all standard English week day names
- {{WEEKDAYNAME|MONDAY}} returns Monday
- {{WEEKDAYNAME|TUESDAY}} returns Tuesday
- {{WEEKDAYNAME|WEDNESDAY}} returns Wednesday
- {{WEEKDAYNAME|THURSDAY}} returns Thursday
- {{WEEKDAYNAME|FRIDAY}} returns Friday
- {{WEEKDAYNAME|SATURDAY}} returns Saturday
- {{WEEKDAYNAME|SUNDAY}} returns Sunday
Examples for all abbreviated English week day names
- {{WEEKDAYNAME|mon}} returns Monday
- {{WEEKDAYNAME|tue}} returns Tuesday
- {{WEEKDAYNAME|wed}} returns Wednesday
- {{WEEKDAYNAME|thu}} returns Thursday
- {{WEEKDAYNAME|fri}} returns Friday
- {{WEEKDAYNAME|sat}} returns Saturday
- {{WEEKDAYNAME|sun}} returns Sunday
Examples for all standard week day numbers
- {{WEEKDAYNAME|0}} returns Monday
- {{WEEKDAYNAME|1}} returns Tuesday
- {{WEEKDAYNAME|2}} returns Wednesday
- {{WEEKDAYNAME|3}} returns Thursday
- {{WEEKDAYNAME|4}} returns Friday
- {{WEEKDAYNAME|5}} returns Saturday
- {{WEEKDAYNAME|6}} returns Sunday
Examples for week day numbers with extra leading zero
- {{WEEKDAYNAME|00}} returns Monday
- {{WEEKDAYNAME|01}} returns Tuesday
- {{WEEKDAYNAME|02}} returns Wednesday
- {{WEEKDAYNAME|03}} returns Thursday
- {{WEEKDAYNAME|04}} returns Friday
- {{WEEKDAYNAME|05}} returns Saturday
- {{WEEKDAYNAME|06}} returns Sunday
Examples for week day number cyclic underflows and overflows, from computed values
- {{WEEKDAYNAME|-701}} returns Sunday
- {{WEEKDAYNAME|-700}} returns Monday
- {{WEEKDAYNAME|-699}} returns Tuesday
- {{WEEKDAYNAME|-7}} returns Monday
- {{WEEKDAYNAME|-6}} returns Tuesday
- {{WEEKDAYNAME|-5}} returns Wednesday
- {{WEEKDAYNAME|-4}} returns Thursday
- {{WEEKDAYNAME|-3}} returns Friday
- {{WEEKDAYNAME|-2}} returns Saturday
- {{WEEKDAYNAME|-1}} returns Sunday
- {{WEEKDAYNAME|7}} returns Monday
- {{WEEKDAYNAME|8}} returns Tuesday
- {{WEEKDAYNAME|9}} returns Wednesday
- {{WEEKDAYNAME|10}} returns Thursday
- {{WEEKDAYNAME|13}} returns Sunday
- {{WEEKDAYNAME|14}} returns Monday
- {{WEEKDAYNAME|15}} returns Tuesday
- {{WEEKDAYNAME|700}} returns Monday
- {{WEEKDAYNAME|701}} returns Tuesday
- {{WEEKDAYNAME|707}} returns Monday
See also
[
] all subsections that follow:Multiple units of time
Type | Adjustable | Current | Last | Next |
---|---|---|---|---|
Date and Time | {{time}} | {{Currentdate}} (MDY) {{Plain now}} (DMY) {{Now}} (Plan now in as sentence) |
||
Date Only | {{Dateonly}} {{Datedow}} (Has the day of the week) |
{{Date}} (Chose format) {{DATE}} (prefixed by date=) {{TODAY}} (DMY) |
{{Yesterday}} {{Day-1}} |
{{Tomorrow}} {{Day+1}} |
Time only | {{Timeonly}} | {{CURRENTTIME}} (12 h format) {{CURRENTTIME24}} (24 h format) |
||
Banners | {{Right now}} (Blue with time and number of Wikipedia articles) {{Right now (User message)}} (Orange with time and number of Wikipedia articles |
|||
Timestamp | {{Timestamp}} (Format YYYYMMDDHHMMSS) |
Single units of time
Unit of time | Adjustable | Current | Last | Next |
---|---|---|---|---|
SECOND | {{CURRENTSECOND}} | |||
MINUTE | {{CURRENTMINUTE}} | |||
HOUR | {{Currenthour}} | {{Hour-1}} | {{Hour+1}} | |
WEEK | {{CURRENTWEEKOFYEAR}} {{CURRENTWEEKOFMONTH}} |
|||
Day of Week | {{Dow}} | {{CURRENTWEEKDAYNAME}} {{CURRENTWEEKDAYABBREV}} {{CURRENTWEEKDAY}} |
{{LASTWEEKDAYNAME}} {{LASTWEEKDAYABBREV}} |
{{NEXTWEEKDAYNAME}} {{NEXTWEEKDAYABBREV}} |
MONTH | {{MONTHNAME}} {{MONTHABBREV}} {{MONTHNUMBER}} {{MONTH}} (zero padded) |
{{Currentmonth}} {{CURRENTMONTHABBREV}} {{CURRENTMONTHNUMBER}} {{CURRENTMONTHDAYS}} |
{{LASTMONTH}} (Can make not zero-padded) {{LASTMONTHNAME}} {{LASTMONTHABBR}} |
{{NEXTMONTH}} (Can make not zero-padded) {{NEXTMONTHNAME}} {{NEXTMONTHABBR}} |
Day of Month | {{Currentday}} | |||
YEAR | {{CURRENTYEARCC}} {{CURRENTYEARYY}} {{CURRENTISOYEAR}} {{CURRENTYEAR}} |
{{LASTYEAR}} | {{NEXTYEAR}} | |
Day of Year | {{CURRENTDAYOFYEAR}} | |||
CENTURY | {{CENTURY}} | {{CURRENTCENTURY}} | {{LASTCENTURY}} | {{NEXTCENTURY}} |
MILLENNIUM | {{MILLENNIUM}} | {{Currentmillennium}} |
Date and time Templates made for substitution:
Month:
{{Lmonth}} produces Oct
{{Nmonth}} produces Dec
{{LastMonth}} produces October 2024
{{NextMonth}} produces December 2024
Individual Templates
- {{Calendar}}
- {{Calendar clock with Wikipedia stats}}
- {{Clock}}
- {{Digital clock}}
- {{Digital clock and date}}
Categories of Templates
- Category:Time, date and calendar templates
- Category:Date-computing templates
- Category:Date-computing templates based on current time
- Category:ISO date templates
- Category:Calendar templates
- Category:Clock templates
The above documentation is transcluded from Template:WEEKDAYNAME/doc. (edit | history) 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. |