Template:Sort

Revision as of 23:39, 22 June 2018 by en>TheDJ (2nd attempt, now with sortkey escaping, and protection against incorrect usage the sort templates like {{sort|{{dts|2013|07|07}}|{{dts|1990|12|01}}}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[[{{{1}}}]]

50px Template documentation[view] [edit] [history] [purge]

This template is for manually adjusting sorting order in sortable tables by specified sortkeys.

Usage
  • {{sort | 1 = {{{sort value}}} | 2 = {{{displayed value}}} }}{{{displayed value}}}

The first parameter is the sortkey; the second parameter is the wikitext of what has to be displayed. By default, this is the sortkey with link brackets:

  • {{sort | 1 = {{{displayed value}}} }}[[{{{displayed value}}}]]

A table using this template should use it in all rows.

This template works by adding a hidden sort value, which replaces the value of the visible text for sorting purposes. The HTML output looks like: <span data-sort-value="sortvalue">[[displayed value]]</span>.

Example
|{{sort|Brothers Karamazov|[[The Brothers Karamazov]]}}
Sorting by numerical value, date, etc.

See Help:Sorting#Numerical sorting problems and meta:Help:Sorting#Sort modes

Equal rank

If you simply code as the second parameter an indicator that two items are equally ranked, e.g. "4=", the template interpreter will treat this as an additional parameter (i.e. parameter 4, which it will then not use). You must explicitly code this as parameter 2:

{{sort|4|2=4=}}

See also