Difference between revisions of "Help:Magic Words"

From Earth Science Information Partners (ESIP)
Line 13: Line 13:
 
|}<br clear="left" />
 
|}<br clear="left" />
  
__NEWSECTIONLINK__
+
== Time ==
 +
:''For details see [[Help:Variable]]''
 +
{| class="wikitable" border="2" cellpadding="4" cellspacing="0"
 +
! Word
 +
! Example
 +
! Explanation
 +
|-
 +
| <nowiki>{{CURRENTDAY}}</nowiki>
 +
| <code>{{CURRENTDAY}}</code>
 +
| Displays the current day in numeric form.
 +
|-
 +
| <nowiki>{{CURRENTDAY2}}</nowiki>
 +
| <code>{{CURRENTDAY2}}</code>
 +
| '''[MW1.5+]''' Ditto with leading zero 01 .. 31).
 +
|-
 +
| <nowiki>{{CURRENTDAYNAME}}</nowiki>
 +
| <code>{{CURRENTDAYNAME}}</code>
 +
| Displays the current day in named form.
 +
|-
 +
| <nowiki>{{CURRENTDOW}}</nowiki>
 +
| <code>{{CURRENTDOW}}</code>
 +
| Ditto as number (0=Sunday, 1=Monday...).
 +
|-
 +
| <nowiki>{{CURRENTMONTH}}</nowiki>
 +
| <code>{{CURRENTMONTH}}</code>
 +
| The number 01 .. 12 of the current month.
 +
|-
 +
| <nowiki>{{CURRENTMONTHABBREV}}</nowiki>
 +
| <code>{{CURRENTMONTHABBREV}}</code>
 +
| '''[MW1.5+]''' Ditto abbreviated Jan .. Dec.
 +
|-
 +
| <nowiki>{{CURRENTMONTHNAME}}</nowiki>
 +
| <code>{{CURRENTMONTHNAME}}</code>
 +
| Ditto in named form January .. December.
 +
|-
 +
| <nowiki>{{CURRENTTIME}}</nowiki>
 +
| <code>{{CURRENTTIME}}</code>
 +
| The current time of day (00:00 .. 23:59).
 +
|-
 +
| <nowiki>{{CURRENTWEEK}}</nowiki>
 +
| <code>{{CURRENTWEEK}}</code>
 +
| Number of the current week (1-53) according to [[w:ISO 8601|ISO 8601]] with no leading zero.
 +
|-
 +
| <nowiki>{{CURRENTYEAR}}</nowiki>
 +
| <code>{{CURRENTYEAR}}</code>
 +
| Returns the current year.
 +
|}{{-}}

Revision as of 13:40, 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}} 19 Displays the current day in numeric form.
{{CURRENTDAY2}} 19 [MW1.5+] Ditto with leading zero 01 .. 31).
{{CURRENTDAYNAME}} Friday Displays the current day in named form.
{{CURRENTDOW}} 5 Ditto as number (0=Sunday, 1=Monday...).
{{CURRENTMONTH}} 04 The number 01 .. 12 of the current month.
{{CURRENTMONTHABBREV}} Apr [MW1.5+] Ditto abbreviated Jan .. Dec.
{{CURRENTMONTHNAME}} April Ditto in named form January .. December.
{{CURRENTTIME}} 16:49 The current time of day (00:00 .. 23:59).
{{CURRENTWEEK}} 16 Number of the current week (1-53) according to ISO 8601 with no leading zero.
{{CURRENTYEAR}} 2024 Returns the current year.

Template:-