Difference between revisions of "Help:Magic Words"
From Earth Science Information Partners (ESIP)
(→Time) |
(→Time) |
||
Line 23: | Line 23: | ||
| <code>{{CURRENTDAY}}</code> | | <code>{{CURRENTDAY}}</code> | ||
| Displays the current day in numeric form. | | Displays the current day in numeric form. | ||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| <nowiki>{{CURRENTDAYNAME}}</nowiki> | | <nowiki>{{CURRENTDAYNAME}}</nowiki> |
Revision as of 12:41, May 22, 2006
Word | Explanation |
---|---|
__NOTOC__ | Hides ToC on the current page. |
__FORCETOC__ | Forces the table of contents to appear. |
__TOC__ | Places a ToC here (overriding any __NOTOC__). |
Time
- For details see Help:Variable
Word | Example | Explanation |
---|---|---|
{{CURRENTDAY}} | 11
|
Displays the current day in numeric form. |
{{CURRENTDAYNAME}} | Monday
|
Displays the current day in named form. |
{{CURRENTDOW}} | 1
|
Ditto as number (0=Sunday, 1=Monday...). |
{{CURRENTMONTH}} | 12
|
The number 01 .. 12 of the current month. |
{{CURRENTMONTHABBREV}} | Dec
|
[MW1.5+] Ditto abbreviated Jan .. Dec. |
{{CURRENTMONTHNAME}} | December
|
Ditto in named form January .. December. |
{{CURRENTTIME}} | 02:08
|
The current time of day (00:00 .. 23:59). |
{{CURRENTWEEK}} | 50
|
Number of the current week (1-53) according to ISO 8601 with no leading zero. |
{{CURRENTYEAR}} | 2023
|
Returns the current year. |