m (Created Redirect) |
(Página creada con «<!--{{As of}} begin--><includeonly><!-- ## param 1 is the year ## optional param 2 is the month ## optional param 3 is the day of the month ## optional named parameter alt...») |
||
(No se muestra una edición intermedia de otro usuario) | |||
Línea 1: | Línea 1: | ||
# | <!--{{As of}} begin--><includeonly><!-- | ||
## param 1 is the year | |||
## optional param 2 is the month | |||
## optional param 3 is the day of the month | |||
## optional named parameter alt=[text] is alternative display text (may include wiki markup) | |||
## optional named parameter df=US produces American date format in displayed text | |||
## optional named parameter lc=on gives lower-case-first output | |||
## optional named parameter url=[URL] gives statement reference | |||
## displayed text ([A/a]s of [Start date] by default) | |||
-->{{#if: {{{alt|}}} | {{{alt}}} | {{#ifeq: {{{lc}}} | {{{lc|}}} | a | A }}s of {{#if: {{{3|}}} | {{Start date |{{{1}}}|{{MONTHNUMBER|{{{2}}}}}|{{{3}}}| df={{#ifeq:{{lc:{{{df|}}}}}|us||yes}} }} | {{#if: {{{2|}}} | {{MONTHNAME|{{{2}}}}} }} {{{1}}} }}}}<!-- | |||
## ref/update inline banner (hidden by default) | |||
--><sup class="plainlinks noprint asof-tag {{#if:{{{url|}}}|ref|update}}" style="display:none;">[{{#if:{{{url|}}}|{{{url}}} [ref]|{{fullurl:{{PAGENAME}}|action=edit}} [update]}}]</sup><!-- | |||
## categorisation disabled outside main namespace | |||
-->{{#if:{{NAMESPACE}}||{{Dated maintenance category|<!-- | |||
## temporal category for template (word method) | |||
-->{{#if: {{#ifexpr: {{{1}}} = 1 }} | {{#ifexpr: {{#time:Y|{{{1}}}}} > 2004 | {{{1}}} | {{#ifexpr: {{#time:Y|{{{1}}}}} > 1989 | {{#time:Y|{{{1}}}}} | before 1990 }}}} | <!-- | |||
## temporal category for template (parameter method) | |||
-->{{#ifexpr: {{{1}}} > 2004 | {{#if:{{{2|}}} | {{MONTHNAME|{{{2}}}}} }} {{{1}}} | {{#ifexpr:{{{1}}} > 1989 | {{{1}}} | before 1990 }}}}}}|<!-- | |||
-->}}}}</includeonly><!--{{As of}} end--><noinclude><!-- | |||
## dynamic example (as of today, self ref) | |||
-->As of {{Start date|{{CURRENTYEAR}}|{{CURRENTMONTH}}|{{CURRENTDAY}}|df=yes}} | |||
{{documentation}} | |||
<!-- Add categories and inter-wikis to the /doc subpage, not here! --> | |||
</noinclude> |
Revisión actual - 18:00 5 jul 2017
As of 27 December 2024
Usage
The template {{as of}} is used to mark potentially dated statements, and will add an article to the appropriate 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 current date (for currently valid statements) or the date on which the cited reference was produced (for example, when using census data). {{as of}} does not require the editor to give a full date. This template should not be substituted.
Note: This template MUST NOT be used in infoboxes which emit a microformat, as its emitted date markup will conflict with that.
This template does not generate a visible hyperlink in text where it is used.
Syntax
The template can be used in the following forms:
{{As of|year}}
{{As of|year|month}}
{{As of|year|month|day}}
{{As of|month-name day, year}}
{{As of|month-name year}}
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 (see below).
Parameters
Required
- year (first parameter) – must be in full numerical format (yyyy)
Optional
- month (second parameter) – full, abbreviated or numerical formats supported (mm recommended)
- day (third parameter) – numerical format only, not included in link (dd)
Named
- alt – optional; allows substitution of different wording and case for the visible text output; if present but no value defined, this parameter is ignored; if a value is defined, values for df and lc parameters are ignored
- df – optional; allows use of American date format with df=US
- lc – optional; gives lower case "as of date" when defined; recommended syntax is lc=y
- 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 Wikipedia:As of for displaying links.
Examples
- {{As of|2010}} – As of 2010[update]
- {{As of|2010|7}} – As of July 2010[update]
- {{As of|2010|7|5}} – As of 5 July 2010[update]
- {{As of|2010|4|1|alt=as of the [[2010 United States Census]]}} – as of the 2010 United States Census[update]
- {{As of|2010|7|5|df=US}} – As of July 5, 2010[update]
- {{As of|2010|7|5|lc=y}} – as of 5 July 2010[update]
The above documentation is transcluded from Plantilla:As of/doc. Please add categories to the /doc subpage. Subpages of this template. |