Template:As of/doc

Safer nicotine wiki Tobacco Harm Reduction
Jump to navigation Jump to search

Usage

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 outdated 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

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

Syntax

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.

Please do not use {{As of|{{CURRENTYEAR}}|{{CURRENTMONTH}}}} or similar; that defeats the purpose of the template.

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

Parameters

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 (01 indicating January, 02 February, etc., but also accepting Jan and January)
  • day (third parameter) – numerical two- or one-digit format only (dd or d)

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".
  • bare – Set to yes to display only the date with no accompanying text.
  • 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: {{as of|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 the user has ".asof-tag { display: inline !important; }," ".asof-tag.ref { display: inline !important; }" or ".asof-tag.ref { display: inline !important; }" added to their common.css page (see Wikipedia:As of § Article maintenance).
    • For these users,
      {{As of|2024|03|13|post=,}} no more bears were found
      gives
      "As of 13 March 2024,[update] no more bears were found"
      (comma before the superscripted note)
    • while
      {{As of|2024|03|13}}, no more bears were found
      produces the undesirable result (contrary to WP:REFPUNC) with regard to the location of the comma:
      "As of 13 March 2024[update], no more bears were found"
Note: the [update] tag is a tag that shows when url is not specified and the user has ".asof-tag { display: inline !important; }" or ".asof-tag.update { display: inline !important; }" added to their common.css page. It contains a link to edit the page.
  • 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.
Note: This will only show if the user has ".asof-tag { display: inline !important; }" or ".asof-tag.ref { display: inline !important; }" added to their common.css page. It will show as a hyperlinked [ref] tag after the template. See Wikipedia:As of#Article maintenance.

Examples

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

Maintenance categories

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

As of

Use this template to mark potentially dated statements. It will add the article to a corresponding monthly or yearly hidden subcategory of Category:Articles containing potentially dated statements. This allows editors to catalogue statements that may become dated over time. It should not be used for statements mentioning future dates (use {{Update after}} instead).

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Year1

The year the statement is valid to (in full; yyyy)

Example
2013
Numberrequired
Month2

The month the statement is valid to. Full (January, january), abbreviated (Jan, jan) or numerical formats (01, 1) are supported. "01" provides the most consistency in wikitext, but all will be converted to "January" in articles and for categories.

Example
January, january, Jan, jan, 01, 1
Linesuggested
Day3

The day the statement is valid to, in numerical format (01 or 1; both will be converted to 1). This will show to users, but it will not be used to categorise the article.

Example
22
Numberoptional
Date formatdf

If a day has been specified, enter "US" or "us" here to use the US date format (January 1, 2013). The default format is 1 January 2013.

Example
US, us
Auto value
US
Lineoptional
Lowercaselc

Enter any text here to make the first letter of the template lowercase.

Example
y
Auto value
y
Lineoptional
Alternative textalt

Text to replace the "As of [date]". This will override the display of the template, but the values under month and year will still be used to categorise the article. Wiki markup is allowed.

Example
As of Christmas 2018
Contentoptional
Sincesince

Enter any text here to replace the text "As of" with "Since".

Example
y
Auto value
y
Lineoptional
URLurl

(Hidden by default) A URL containing future updates to the statement for other editors to check. This will only show if the user has ".asof-tag { display: inline !important; }" or ".asof-tag.ref { display: inline !important; }" added to their common.css page. It will show as a hyperlinked superscript "[ref]" tag after the template. Enter the full URL with no spaces.

URLoptional
Pre-textpre

Text to be added before the date

Example
the first week of
Stringoptional
Post-textpost

Text to be added after the date, usually punctuation. Only necessary if the user wishes to ensure the punctuation/text is positioned before the superscript tags that are enabled by adding ".asof-tag.ref { display: inline !important; }" to the commons.css page.

Example
.
Lineoptional
Bare?bare

Set to yes to display only the date with no accompanying text.

Booleansuggested

See also