Difference between revisions of "Help:Variables"

m (maybe I should just copy meta here?)
(See also: correct link)
Line 23: Line 23:
  
 
== See also ==
 
== See also ==
*[[http://meta.wikimedia.org/wiki/Help:Variable|MetaWiki]]
+
*[http://meta.wikimedia.org/wiki/Help:Variable MetaWiki]
  
 
[[Category:Tutorial]]
 
[[Category:Tutorial]]
 
{{incomplete|article}}
 
{{incomplete|article}}

Revision as of 22:58, 23 November 2007

A variable is called in the form of a template (one without parameters). Variables often refer to specific aspects of the respective page or the wiki, or to time and date variables.

Date
{{CURRENTDAY}} 1 Displays day
{{CURRENTYEAR}} 2024 Displays year
{{CURRENTMONTHNAME}} June Displays month
{{CURRENTTIME}} 10:29 Displays time
{{CURRENTHOUR}} 10 Displays hour
More
{{PAGENAME}} Variables Displays name of page (without namespace)

See also

Template:Incomplete