Difference between revisions of "Template:Start date and age/doc"
From LIMSWiki
Jump to navigationJump to searchShawndouglas (talk | contribs) (Created as needed.) |
Shawndouglas (talk | contribs) (→Usage) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
== Usage == | == Usage == | ||
===Syntax=== | ===Syntax=== | ||
;Common usage | |||
: <code><nowiki>{{Start date and age|yyyy|mm|dd}}</nowiki></code> to display formatted as: | |||
: {{xt|{{Start date and age|2010|03|25}}}} | |||
: <code><nowiki>{{Start date and age|yyyy|mm|dd|df=yes}}</nowiki></code> to display formatted as: | |||
: {{xt|{{Start date and age|2010|03|25|df=yes}}}} | |||
;Full syntax | ;Full syntax | ||
:<code><nowiki>{{Start date and age|yyyy|mm|dd|df=yes|br=yes}}</nowiki></code> | : <code><nowiki>{{Start date and age|yyyy|mm|dd|df=yes|p=yes|br=yes}}</nowiki></code> to display formatted as: | ||
: {{xt|{{Start date and age|2010|03|25|df=yes|p=yes|br=yes}}}} | |||
: | |||
;Description of parameters | ;Description of parameters | ||
Line 29: | Line 32: | ||
|The optional parameter '''df''' can either be set to '''yes''' or anything other than '''yes'''. When set to '''yes''', date will be displayed in DMY format: {{xt|4 March 2010}}. When set something other than '''yes''' or when this parameter is not included, date will be displayed in MD,Y format: {{xt|March 4, 2010}}. | |The optional parameter '''df''' can either be set to '''yes''' or anything other than '''yes'''. When set to '''yes''', date will be displayed in DMY format: {{xt|4 March 2010}}. When set something other than '''yes''' or when this parameter is not included, date will be displayed in MD,Y format: {{xt|March 4, 2010}}. | ||
|- | |- | ||
|''br='' | |''br='' |
Latest revision as of 21:45, 4 February 2020
This is a documentation subpage for Template:Start date and age. It contains usage information, categories, interlanguage links, and other content that is not part of the original template page. |
Usage
Syntax
- Common usage
{{Start date and age|yyyy|mm|dd}}
to display formatted as:- March 25, 2010
{{Start date and age|yyyy|mm|dd|df=yes}}
to display formatted as:- 25 March 2010
- Full syntax
{{Start date and age|yyyy|mm|dd|df=yes|p=yes|br=yes}}
to display formatted as:- 25 March 2010
- Description of parameters
Parameter Description yyyy Four digits indicating the year. The year must always appear in a 4-digits form. mm A number between 1 to 12, indicating the month. Leading zeros in the number are ignored. dd A number between 1 to 31, indicating the day of the month. Leading zeros in the number are ignored. df= The optional parameter df can either be set to yes or anything other than yes. When set to yes, date will be displayed in DMY format: 4 March 2010. When set something other than yes or when this parameter is not included, date will be displayed in MD,Y format: March 4, 2010. br= The optional parameter br can either be set to yes or anything other than yes. When set to yes, a line break will be inserted between the date and the age. When set something other than yes or when this parameter is not included, a breaking space will be inserted between the date and the age. In either case, a semicolon separates the date and age, immediately before the line break or space.
Examples
Syntax | Result |
---|---|
{{Start date and age|2010|01|02}} | January 2, 2010 |
{{Start date and age|2008|08|09}} | August 9, 2008 |
{{Start date and age|2003|07|05}} | July 5, 2003 |
{{Start date and age|2010|1|2|df=yes}} | 2 January 2010 |
{{Start date and age|2008|8|9|df=yes}} | 9 August 2008 |
{{Start date and age|2003|7|5|df=yes}} | 5 July 2003 |
{{Start date and age|2009|9|9|br=yes}} | September 9, 2009 |
Today: {{Start date and age|2024|11|22}} |
November 22, 2024 |
Yesterday: {{Start date and age|2024|11|21}} |
November 21, 2024 |