Template yearssince: Difference between revisions
imported>HRWikiMirrorBot Imported from hrwiki.org via Wayback Machine (HTML→wikitext) |
imported>HRWikiMirrorBot Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert) |
||
| Line 1: | Line 1: | ||
<!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine | <!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine --> | ||
Outputs the number of whole years since a specified date. If the date is on or after 1 January 1970, it can be entered directly in a variety of formats. Otherwise, it must be specified using several parameters. '''If you specify only the year, it is recommended to declare it using the ''y'' parameter to avoid having it be interpreted as a time.''' | Outputs the number of whole years since a specified date. If the date is on or after 1 January 1970, it can be entered directly in a variety of formats. Otherwise, it must be specified using several parameters. '''If you specify only the year, it is recommended to declare it using the ''y'' parameter to avoid having it be interpreted as a time.''' | ||
==== Usage ==== | |||
=== | |||
* | * {{yearssince| some date }} | ||
* | * {{yearssince| d=day | m=month | y=year }} | ||
==== Examples ==== | |||
=== | |||
{| class="wikitable | {| class="wikitable" | ||
|- | |- | ||
| | | {{yearssince| 15 Nov 2004 }} | ||
| 19 | | 19 | ||
|- | |- | ||
| | | {{yearssince| January 1, 2000 }} | ||
| 23 | | 23 | ||
|- | |- | ||
| | | {{yearssince| 10/25/76 }} | ||
| 47 | | 47 | ||
|- | |- | ||
| | | {{yearssince| July 1983 }} | ||
| 40 | | 40 | ||
|- | |- | ||
| | | {{yearssince| d=29 · m=5 · y=1952 }} | ||
| 71 | | 71 | ||
|- | |- | ||
| | | {{yearssince| y=1995 }} | ||
| 28 | | 28 | ||
|- | |- | ||
| | | {{yearssince| y=1215 }} | ||
| 808 | | 808 | ||
|} | |} | ||
[[Category:Date and Time Formatting Templates]] | |||
Latest revision as of 14:24, 14 July 2026
Outputs the number of whole years since a specified date. If the date is on or after 1 January 1970, it can be entered directly in a variety of formats. Otherwise, it must be specified using several parameters. If you specify only the year, it is recommended to declare it using the y parameter to avoid having it be interpreted as a time.
Usage
Examples
| {{yearssince| 15 Nov 2004 }} | 19 |
| {{yearssince| January 1, 2000 }} | 23 |
| {{yearssince| 10/25/76 }} | 47 |
| {{yearssince| July 1983 }} | 40 |
| {{yearssince| d=29 · m=5 · y=1952 }} | 71 |
| {{yearssince| y=1995 }} | 28 |
| {{yearssince| y=1215 }} | 808 |