Jump to content

Template:Citation access-date/doc

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Gadget850 (talk | contribs) at 12:00, 28 February 2012 (create). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Adt creates the 'accessdate' field and value in YYYY-MM-DD format for most Citation templates.

Access dates may be implemented in three formats and should be consistent throughout the article:

  • YYYY-MM-DD: 2025-01-4
  • MYD: January 4, 2025
  • DMY: 4 January 2025

Usage

This template MUST be subst'd.

When subst'd, the template provides the YYYY-MM-DD date field and word string

"accessdate=CURRENTYEAR-CURRENTMONTH-CURRENTDAY" (all numeric with proper leading zero's)

Alternatively, it can be used to record an older date:

"accessdate={{{3}}}-{{{2}}}-{{{1}}}", of which any one, two, or all three may be specified, and again will add proper leading zero's and format the output.

Examples

  1. |{{subst:Adt|three days ago}} — generates the string with the date of three days ago.
    Given: |{{subst:Adt|5}} it will generate:
    |accessdate=2025-01-05
  2. |{{subst:Adt|three days ago|lastmonth}} — generates the string with the date of three days ago, which was in the different last month.
    Given: |{{subst:Adt|3|10}} it will generate:
    |accessdate=2025-10-03
  3. "Last year"—has been left as an exercise for the pupil!