Template:Dts/doc
This is a documentation subpage for Template:Dts It contains usage information, categories and other content that is not part of the original template page. |
Dts/doc stands for Date Table Sorting and is used to correctly sort and display dates in a sortable table (see Help:Tables#Sortable_tables).
What it solves
[edit source]Normally, for proper sorting, dates must be entered in YYYY-MM-DD format. However, that format does not conform to the many books' manuals of style for date display. This template automatically creates the hidden <span style="display:none">1776-07-04</span>
for sorting purposes and then displays the date like this: July 4, 1776. To hide the output, use the {{dtsh}} template instead.
Parameters
[edit source]Date display can be modified using two named parameters.
|
{{dts|year|month|day|BC}}
|
{{dts|date}}
|
---|---|
Thus e.g. for the year 5 BC we can use "5|bc" or "-4". A time period (year or month and year) is sorted according to its start, and time periods with the same starting moment are in order of descending length: a year comes before its first month; a month comes before its first day. |
|
Input
[edit source]{{dts|year|month|day|BC}}
- {{
dts|1776|July|4
}}
{{dts|date}}
- {{
dts|1776-07-04
}} - {{
dts|July 4, 1776
}} - {{
dts|4 July 1776
}}
When supplying a single parameter for the date, it is accepted and interpreted according to the php date/time format, except that a single number is interpreted as a year. By default the date is shown as supplied. If the first parameter is not just the year, but no format parameter is supplied, due to a call of function #time
the maximum number of calls of this template on a page is 1200.
Using format
produces a format that depends on, but is not necessarily equal to the format of the supplied date. This requires multiple calls of function #time
, reducing the maximum number of calls of this template on a page in the worst case to 88, see below.
Also see the examples below.
Output
[edit source]Output sent to table
<span style="display:none">01776-07-04</span> July 4, 1776
or<span style="display:none">01776-07-04</span> 4 July 1776
Output displayed to user
- July 4, 1776 or
- 4 July 1776
Linking
[edit source]The template formerly linked dates automatically. To turn linking off the parameter link=off
was used. In accordance with current guidelines linking is no longer supported. Please do not use this parameter. Please remove it from existing transclusions.
Examples
[edit source]Normal function of the template. | The template with debug=yes , which causes hidden parts to appear:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Abbreviating the month name
[edit source]The template displays the name of the month either in abbreviated form or fully spelled out. There are two ways of controlling which is used.
- Directly input the desired format.
- Use the
abbr
parameter.
Note that the method to use is determined by the input. The first method works wherever the second method fails and only in these cases. The following explains which method to use.
- All numeric input
If the month is input as a number, the default is to spell it out in full.
- {{
dts|2000-01-01
}} gives "January 1, 2000" - {{
dts|2000|1|1
}} gives "January 1, 2000"
In this case the month can be abbreviated by setting abbr
to on
.
- {{
dts|2000-01-01|abbr=on
}} gives "Jan 1, 2000" - {{
dts|2000|1|1|abbr=on
}} gives "Jan 1, 2000"
- Entering a non-numeric month as the second unnamed parameter
The name of the month either in abbreviated form or fully spelled out when input as the second unnamed parameter. In either case the output form is equivalent to the input form.
- {{
dts|2000|January|1
}} gives "January 1, 2000" - {{
dts|2000|Jan|1
}} gives "Jan 1, 2000"
- The whole date as a single parameter with a non-numeric month
The if the whole date is entered as a single parameter with a non-numeric month, the default is to display the date as input. In this case either abbreviate or fully spelled out the name of the month as desired.
- {{
dts|1 January 2000
}} gives "1 January 2000" - {{
dts|1 Jan 2000
}} gives "1 Jan 2000"
Using the format
parameter overrides this default behavior and the month name is spelled out in full by default. In this case the month can be abbreviated by setting abbr
to on
.
- {{
dts|1 January 2000
|format=my}} gives "January 2000" - {{
dts|1 Jan 2000|format=my
}} gives "January 2000" - {{
dts|1 January 2000
|format=my|abbr=on}} gives "Jan 2000" - {{
dts|1 Jan 2000|format=my|abbr=on
}} gives "Jan 2000"
Error handling
[edit source]Entering an invalid date format will (generally) produce an error message such as the one below.
Error: 35 June 1900 This is not an acceptable date format. Please check the spelling, check the numbers and/or read the documentation at template {{dts}} for correct date input.
See also
[edit source]- {{Dtsh}} – same as Dts, but hides the output
- {{Nts}} – used to generate hidden sort keys for numbers
- {{Ntss}} – same as Nts, but allows for the number to be scaled
- {{Ntsh}} – used to generate hidden sort keys for numbers (does not display the number)
- {{Ntsc}} – for converted units, sorts by the first number
- {{Convert}} – has a sortable option
- {{Sms}} – used to generate any hidden sort key