Difference between revisions of "Help:Magic Words"
From Earth Science Information Partners (ESIP)
Line 58: | Line 58: | ||
== Page names, locations, and URLs == | == Page names, locations, and URLs == | ||
− | |||
{| class="wikitable" border="2" cellpadding="4" cellspacing="0" | {| class="wikitable" border="2" cellpadding="4" cellspacing="0" | ||
! Word | ! Word |
Revision as of 13:54, May 22, 2006
Table of Contents
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
Word | Example | Explanation |
---|---|---|
{{CURRENTDAY}} | 7
|
Displays the current day in numeric form. |
{{CURRENTDAYNAME}} | Wednesday
|
Displays the current day in named form. |
{{CURRENTDOW}} | 3
|
Ditto as number (0=Sunday, 1=Monday...). |
{{CURRENTMONTH}} | 06
|
The number 01 .. 12 of the current month. |
{{CURRENTMONTHABBREV}} | Jun
|
[MW1.5+] Ditto abbreviated Jan .. Dec. |
{{CURRENTMONTHNAME}} | June
|
Ditto in named form January .. December. |
{{CURRENTTIME}} | 18:31
|
The current time of day (00:00 .. 23:59). |
{{CURRENTWEEK}} | 23
|
Number of the current week (1-53) according to ISO 8601 with no leading zero. |
{{CURRENTYEAR}} | 2023
|
Returns the current year. |
Page names, locations, and URLs
Word | Example | Explanation |
---|---|---|
{{PAGENAME}} | Magic Words
|
Returns the name of the current page, including all levels (Title/Subtitle/Sub-subtitle). |
{{NAMESPACE}} {{NAMESPACEE}} |
Help
|
Returns the name of the namespace the current page resides in. |
{{FULLPAGENAME}} {{FULLPAGENAMEE}} |
Help:Magic Words
|
[MW1.6+] Shorthands for NAMESPACE+PAGENAME |
{{SERVER}} | https://wiki.esipfed.org | Value of $wgServer |
{{FULLURL:x y}} {{FULLURLE:x y}} |
https://wiki.esipfed.org/X_y https://wiki.esipfed.org/X_y |
[MW1.5+] Returns the full URL of a given page. |