Template:Sort
[[{{{1}}}]]
This template uses Lua: |
This template should be avoided. Table sort keys are best defined using the data-sort-value attribute, like so: | data-sort-value="Doe, John" | John Doe . Please see SF:SORT § Specifying a sort key for a cell for details. |
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[edit source]
|{{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[edit source]
- Template:Sortname (backlinks edit)—for using names in sortable tables (using "last name, first name" as default sort key)
- Template:Date table sorting (backlinks edit)—for using dates in sortable tables
- Template:Number table sorting (backlinks edit)—for using alphabetic sort mode for numbers in sortable tables
- Help:Sorting
- meta:Help:Sorting
External links[edit source]
- Template:Sort at Wikipedia, the free Terran-based encyclopedia that anyone can edit.
The above documentation is transcluded from Template:Sort/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |