Difference between revisions of "Help:Magic Words"

From Earth Science Information Partners (ESIP)
m
Line 26: Line 26:
  
 
== Time ==
 
== Time ==
{| class="wikitable" border="2" cellpadding="4" cellspacing="0"  
+
{| class="wikitable" border="2" cellpadding="4" cellspacing="0" width="79%"
 +
! Word
 +
! Explanation
 +
|-
 +
| <nowiki>__NOEDITSECTION__</nowiki>
 +
| Hides the edit links beside headings.
 +
|}
 
! Word  
 
! Word  
 
! Example  
 
! Example  

Revision as of 14:04, May 22, 2006

Magic words are a set of predefined variables that Mediawiki uses.

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__).


Edit

Word Explanation
__NOEDITSECTION__ Hides the edit links beside headings.

Time

Word Explanation
__NOEDITSECTION__ Hides the edit links beside headings.

! Word ! Example ! Explanation |- | {{CURRENTDAY}} | 25 | Displays the current day in numeric form. |- | {{CURRENTDAYNAME}} | Thursday | Displays the current day in named form. |- | {{CURRENTDOW}} | 4 | 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}} | 11:11 | The current time of day (00:00 .. 23:59). |- | {{CURRENTWEEK}} | 17 | Number of the current week (1-53) according to ISO 8601 with no leading zero. |- | {{CURRENTYEAR}} | 2024 | 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}} Help Returns the name of the namespace the current page resides in.
{{SERVER}} https://wiki.esipfed.org Value of $wgServer

These are short instructions. For a more detailed version see Meta.Wikimedia.

If this terse instruction set is unclear or inadequate, users are requested to fix it. Thanks.