Template:yearssince

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(switch to generic params)
(use new cat)
 
(includes 19 intermediate revisions)
Line 1: Line 1:
-
<includeonly>{{#ifexpr:{{CURRENTMONTH}}>{{{2|0}}} or {{CURRENTDAY}}>={{{3|0}}}|{{#expr:{{CURRENTYEAR}}-{{{1}}}}}|{{#expr:{{CURRENTYEAR}}-{{{1}}}+1}}}}</includeonly><noinclude>
+
<includeonly>{{#ifexpr:{{CURRENTMONTH}}>{{{m|{{#time:n|{{{1|}}}}}}}} or ( {{CURRENTMONTH}}={{{m|{{#time:n|{{{1|}}}}}}}} and {{CURRENTDAY}}>={{{d|{{#time:j|{{{1|}}}}}}}} )|{{#expr: {{CURRENTYEAR}} - {{{y|{{#time:Y|{{{1|}}}}}}}} }}|{{#expr: ( {{CURRENTYEAR}} - 1 ) - {{{y|{{#time:Y|{{{1|}}}}}}}} }} }}</includeonly><noinclude>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'''====
 +
*<code><nowiki>{{yearssince| some date }}</nowiki></code>
 +
*<code><nowiki>{{yearssince| d=day | m=month | y=year }}</nowiki></code>
 +
 
 +
===='''Examples'''====
 +
{| border=1 cellspacing=0 cellpadding=5 style="border-collapse:collapse"
 +
|-
 +
| <code><nowiki>{{yearssince| 15 Nov 2004 }}</nowiki></code> || {{yearssince| 15 Nov 2004 }}
 +
|-
 +
| <code><nowiki>{{yearssince| January 1, 2000 }}</nowiki></code> || {{yearssince| January 1, 2000 }}
 +
|-
 +
| <code><nowiki>{{yearssince| 10/25/76 }}</nowiki></code> || {{yearssince| 10/25/76 }}
 +
|-
 +
| <code><nowiki>{{yearssince| July 1983 }}</nowiki></code> || {{yearssince| July 1983 }}
 +
|-
 +
| <code><nowiki>{{yearssince| d=29 | m=5 | y=1952 }}</nowiki></code> || {{yearssince| d=29 | m=5 | y=1952 }}
 +
|-
 +
| <code><nowiki>{{yearssince| y=1995 }}</nowiki></code> || {{yearssince| y=1995 }}
 +
|-
 +
| <code><nowiki>{{yearssince| y=1215 }}</nowiki></code> || {{yearssince| y=1215 }}
 +
|}
 +
 
 +
[[Category:Date and Time Formatting Templates|{{PAGENAME}}]]
-
Usage: <nowiki><code>{{yearssince|year|month|day}}</code></nowiki>
 
-
Example: <nowiki><code>{{yearssince|2003|1|13}}</code></nowiki> will output the number of years since January 1st, 2003.
 
</noinclude>
</noinclude>

Current revision as of 17:34, 25 November 2017

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.

[edit] Usage

  • {{yearssince| some date }}
  • {{yearssince| d=day | m=month | y=year }}

[edit] Examples

{{yearssince| 15 Nov 2004 }} 20
{{yearssince| January 1, 2000 }} 25
{{yearssince| 10/25/76 }} 48
{{yearssince| July 1983 }} 42
{{yearssince| d=29 | m=5 | y=1952 }} 73
{{yearssince| y=1995 }} 30
{{yearssince| y=1215 }} 810
Personal tools