Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22861c7ac4f15db

Jump to content

Template:Date table sorting/doc

From Wikipedia, the free encyclopedia

Date table sorting is used to correctly sort and display dates in a sortable table (see Help:Sortable tables).

What it solves

[edit]

Dates in their customary formats, if simply treated as alphanumeric text strings, sort in nonsensical ways:

  • 1 September 1998 sorts alphanumerically before 5 March 1967, because 1 is less than 5;
  • February 5, 1922 sorts alphanumerically before January 3, 1922, because F comes before J.

Use of the YYYY-MM-DD format would solve this problem, but with minor exceptions that format is not used in articles (see WP:DATEFORMAT).

This template automatically attaches a "hidden key" to dates, causing them to sort correctly while still being displayed in one of the customary display formats such as February 5, 1922, or 5 Feb 1922.

Parameters

[edit]

Dates

[edit]


Formatting

[edit]

Using a format in the |format= parameter, such as dmy, produces a format that depends on, but is not necessarily equal to the format of the supplied date. The |format= parameter can take nine values.

Abbreviation

[edit]

There are two ways of abbreviating the month name.

  1. Directly input an abbreviated month name.
  2. Use the |abbr=on parameter. It can be placed before or after the date in the template. This allows one to abbreviate the month later if the table becomes too wide. It is easy to use find-and-replace in a text editor, or the wikitext editor, to replace {{Date table sorting| with {{Date table sorting|abbr=on|

Additional sort key

[edit]

In case two dates in a table are identical they may be ordered using the addkey parameter.

Examples
input code hidden sort key visible output
{{Date table sorting|2010-10-10|addkey=3}} October 10, 2010
{{Date table sorting|2010-10-09}} October 9, 2010
{{Date table sorting|2010-10-10|addkey=1}} October 10, 2010
{{Date table sorting|2010-10-10}} October 10, 2010
{{Date table sorting|2010-10-10|addkey=4}} October 10, 2010
{{Date table sorting|2010-10-11}} October 11, 2010
{{Date table sorting|2010-10-10|addkey=2}} October 10, 2010

Wrapping

[edit]

Wrapping of the date can help narrow a column and table. To allow wrapping use the |nowrap=off parameter. For further narrowing use the |abbr=on parameter as described elsewhere. Both of these parameters help with wide tables, narrow screens, cell phones, etc..

TemplateData

[edit]

Date table sorting is used to correctly sort and display dates in a sortable table.

Template parameters

ParameterDescriptionTypeStatus
Full date or year1

Full date if second to fourth parameters are not specfied, otherwise year. Full date can be either in "YYYY-MM-DD", "DD-MM-YYYY", "DD Month YYYY", "Month DD, YYYY", "YYYY-MM", "DD Month", "Month DD", "Month YYYY" or "Month" format. Year is either a positive number or a negative number. If fourth parameter is not specified negative numbers are interpreted as years of BC era. Parameter is optional if the second parameter is specified.

Example
"1893", "-89", "-10000", "Oct", "February 1767", "12 Aug 1987", "July 1, 1867", "25 October", "Jan 1", "2014-12-09"
Stringrequired
Month2

Full or abbreviated month name or alternatively, a month number which can be zero-padded. Parameter is optional if the third parameter is not specified.

Example
February, Feb, 2 or 02
Stringoptional
Day3

Day, optionally zero-padded

Example
7 or 07
Numberoptional
Era4

BC, AD, BCE or CE. Takes effect only if the first parameter is a positive number.

Stringoptional
Formatformat

Controls the output format. Can be "dmy", "dm", "mdy", "md", "my", "d", "m", "y" or "hide".

Stringoptional
Abbreviationabbr

Abbreviates the month name

Default
off
Example
on
Stringoptional
Additional sort keyaddkey

Adds another sort key to resolve conflicts between rows with the same date

Example
3
Numberoptional
Wrappingnowrap

To allow wrapping use the ''nowrap=off'' parameter.

Default
on
Example
off
Booleanoptional

Notes

[edit]

Sorting for incomplete dates

[edit]
  • Whole months or years: A whole year or month (and year) is sorted according to its first day.
  • Missing years: If the year is not specified, the date will be sorted as if the year were the current year.
  • Blank dates: For no date input at all, the maximum possible sort key is used, so the entry will sort last.

Calendar choice

[edit]

The template is not capable of distinguishing Julian and Gregorian calendar dates. Also, it is not capable of taking a date in one calendar as input and outputting a date in the other calendar. Thus, to ensure proper sorting, editors must either use one calendar for all dates, or pick a specific changeover date (e.g. deciding that 4 October 1582 is Julian and all later dates are Gregorian.); this would be done on an article-by article basis. Editors are also responsible for explaining to the reader whether the visible dates are Julian or Gregorian, if there is any possibility of confusion.

Linking

[edit]

The template formerly linked dates automatically, with |link=off used to suppress linking. In accordance with current guidelines, linking of dates is no longer supported and instances of |link=off should be removed.

Error handling

[edit]

Errors are tracked in Category:Date table sorting templates with errors.

  1. Year 0 does not exist and gives error message

See also

[edit]
  • {{sort}}, sorting by a specified key (also good for complicated numbers, e.g. scientific notation)
  • {{sortname}}, full name sorting (using "last name, first name" as default sort key)
  • {{tts}}, for sorting times in result tables of athletic events (only needed in certain cases - see template documentation)
  • {{Number table sorting}}, for numbers
  • {{Year in date-sorted table}}, to sort years in a column with |data-sort-type=date