Difference between revisions of "Template:DECADE"
Jump to navigation
Jump to search
imported>Primefac m (Changed protection level for "Template:DECADE": high-risk template with 4000+ transclusions ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
imported>BrownHairedGirl (fix handling of single-digit decades. The previous version was returning "00s" when the parameter was a single-digit year. This corrected version returns "0s") |
||
| Line 1: | Line 1: | ||
| − | <includeonly>{{#if:{{{1|}}}|{{#expr:((({{{1}}}/10)-0.5) round 0)}}0s|Parameter 1=''year'' required!}}</includeonly><noinclude>{{Documentation, template}}</noinclude> | + | <includeonly>{{#if:{{{1|}}}<!-- |
| + | -->|<!-- | ||
| + | # We have a parameter | ||
| + | -->{{#ifexpr: {{{1}}} < 10 <!-- | ||
| + | -->|0s<!-- | ||
| + | -->|{{#expr:((({{{1}}}/10)-0.5) round 0)}}0s<!-- | ||
| + | -->}}<!-- | ||
| + | -->|Parameter 1=''year'' required!}}<!-- | ||
| + | --></includeonly><!-- | ||
| + | --><noinclude>{{Documentation, template}}</noinclude> | ||
Revision as of 01:11, 14 May 2020
| This template is used on approximately 228,000 pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. Transclusion count updated automatically (see documentation). |
This template computes the decade for the Gregorian year in parameter.
Syntax
- {{DECADE|year}}
- The year must be astronomical (year=1 in 1 AD (Anno Domini), year=0 in 1 BC, year=-1 in 2 BC).
Examples
- {{DECADE|9}} returns 0s
- {{DECADE|61}} returns 60s
- {{DECADE|584}} returns 580s
- {{DECADE|1738}} returns 1730s
- {{DECADE|1899}} returns 1890s
- {{DECADE|1900}} returns 1900s
- {{DECADE|1901}} returns 1900s
- {{DECADE|1915}} returns 1910s
- {{DECADE|1962}} returns 1960s
- {{DECADE|1999}} returns 1990s
- {{DECADE|2000}} returns 2000s
- {{DECADE|2001}} returns 2000s
- {{DECADE|2017}} returns 2010s
- {{DECADE|2099}} returns 2090s
- {{DECADE|2100}} returns 2100s
- {{DECADE|2101}} returns 2100s
See also
- Template:MILLENNIUM
- Template:CENTURY
- Template:YEARCC
- Template:YEARYY
- Template:MONTHDAYS
- Template:IsLeapYear
- Template:JULIANDAY
- Template:WEEKDAY
| The above documentation is transcluded from Template:DECADE/doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |