Template:Today cell

From Vixrapedia
Jump to navigation Jump to search
Today is
Template documentation[view] [edit] [history] [purge]

Shows a formatted version of the current date, yesterday's date, or tomorrow's date

Usage[edit]

  • {{Today cell}}
Today is
  • {{Today cell|+1 day}}
Tomorrow:
  • {{Today cell|-1 day}}
Yesterday:
  • {{Today cell|+1 month|label=Next month:}}
Next month:
  • {{Today cell|-1 month|label=Last month:}}
Last month:

Technical details[edit]

This template uses the #date parserfunction to compute the current, previous, and future dates. Any offset accepted by this parserfunction can be used here. See the MediaWiki Help:Extension:ParserFunctions page for more details.

See also[edit]