Template:As of

Jump to navigation Jump to search

As of 5 May 2024[ref]

Template documentation[view] [edit] [history] [purge]

Usage[edit source]

The template {{as of}} is used to mark potentially dated statements, and will add an article to the appropriate hidden sub-category of Category:Articles containing potentially dated statements. This allows editors to catalogue statements that may become dated over time. The date used for a given statement should be the date of the most recent reliable source (for currently valid statements), or the date on which the cited reference was produced (for example, when using census data). It should not be used for future dates (use {{update after}} instead). This template should not be substituted.

Notes:

  • This template MUST NOT be used in infoboxes that emit a microformat, as its emitted date markup will conflict with that.
  • This template is not necessary within quotations, and use of the template in such cases should be avoided.

This template does not generate a visible hyperlink in text where it is used.

Usage guidelines[edit source]

{{#section-h:Starfleet:As of|Usage guidelines}} Using this template with values such as {{As of|now}} or variables such as {{As of|{{CURRENTYEAR}}}} is equivalent to using "currently", which is generally against the precise language guideline.

Syntax[edit source]

The template can be used in the following forms, with numeric date information:

{{As of|year}}
{{As of|year|month}}
{{As of|year|month|day}}

Leading zeroes are optional; e.g., {{As of|2024|05|1}} emits: As of 1 May 2024

Please do not use {{As of|{{CURRENTYEAR}}|{{CURRENTMONTH}}}} or similar. That defeats the point of the template.

Several additional named parameters can also be used, including some non-numeric input (see below).

Parameters[edit source]

Required

  • year (first parameter) – must be in full numerical four-digit format (yyyy)

Optional

  • month (second parameter) – full, abbreviated, or two-digit numerical formats supported (mm recommended, 01 indicating January, 02 February, etc., but also accepting Jan and January)
  • day (third parameter) – numerical two-digit format only, not included in link (dd)

Named

  • alt – optional; allows substitution of different wording and case for the visible text output (including the date). If present with no value defined, this parameter is ignored; if a value is defined, values for |df and |lc and |since parameters are ignored.
  • df – "date format", optional; allows use of American date format with |df=US. This only has an effect when the full |year|month|day format is also used.
  • lc – "lower case", optional; if given any value at all (e.g. |lc=y) gives lower case "as of date", for use mid-sentence.
  • since – optional; if given any value at all (e.g. |since=y) it changes "As of" to "Since". Use of |lc=y with |since=y gives "since date. Use of |alt= will replace the entire output, including the "Since", as it will with the default "As of".
  • pre – text to insert before the date, and after "[A|a]s of" or "[S|s]ince", e.g. |pre=the first week of used like this: {{asof|1997|pre=the first week of}} produces "As of the first week of 1997".
  • post – text (almost always punctuation) to insert between the date and the superscripted note that is displayed if
    1. the given date has arrived; or
    2. the user's common.css page uses any of .asof-tag, .asof-tag.ref, or .asof-tag.update to force display of the note (see Starfleet:As of § Article maintenance).
    • For example,
      {{As of|2024|05|5|post=,}} no more bears were found
      gives
      "As of 5 May 2024,[update] no more bears were found"
      (comma before the superscripted note)
    • while
      {{As of|2024|05|5}}, no more bears were found
      produces the undesirable result (contrary to SF:REFPUNC) with regard to the location of the comma:
      "As of 5 May 2024[update], no more bears were found"
  • url – optional; adds an inline external link (hidden by default) suggesting a webpage for future editors to check for updates to the statement; use the full URL with no spaces. See Starfleet:As of for displaying links.

Examples[edit source]

{{As of|2024}} – As of 2024
{{As of|2024|05}} – As of May 2024
{{As of|2024|05|5}} – As of 5 May 2024
{{As of|2024|05|5|df=US}} – As of May 5, 2024
{{As of|2024|05|5|lc=y}} – as of 5 May 2024
{{As of|2010|4|1|alt=as of the [[2010 United States Census]]}} – as of the 2010 United States Census
{{As of|2024|05|url=https://en.wikipedia.org/}} returns:
for logged in users, with links displayed (see Starfleet:As of) – As of May 2024[ref]
for all other users – As of May 2024
{{As of|2024|05|5|df=US|since=y}} – Since May 5, 2024
{{As of|2024|05|5|lc=y|since=y}} – since 5 May 2024

See also[edit source]

External links[edit source]