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] |
[[Category:Tutorial]] | [[Category:Tutorial]] | ||
{{incomplete|article}} | {{incomplete|article}} | ||
Revision as of 21: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}} | 13 | Displays day | |
| {{CURRENTYEAR}} | 2025 | Displays year | |
| {{CURRENTMONTHNAME}} | November | Displays month | |
| {{CURRENTTIME}} | 16:56 | Displays time | |
| {{CURRENTHOUR}} | 16 | Displays hour | |
| More | |||
| {{PAGENAME}} | Variables | Displays name of page (without namespace) |