Sjabloon:Sort
[[{{{1}}}]]
This template is for manually adjusting sorting order in sortable tables by specified sortkeys.
- Usage
{{sort|sort value|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|sort value}}
→ sort value
A table using this template should use it in all rows.
This template works by placing a hidden sortkey before the visible text. The hiding of the sortkey is achieved through CSS: <span style="display:none">hidden text</span>.
Example
|{{sort|Brothers Karamazov|[[The Brothers Karamazov]]}}
Note: You should always have the same number of characters in the sortkeys for a given table. E.g., if the wikitable will be sorting the numbers 56 (foo), 94 (bar), and 103 (baz), then your templates within that wikitable should be
{{sort|056|foo}} {{sort|094|bar}} {{sort|103|baz}}
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
- Template:Sortname (backlinks, edit)—for using names in sortable tables (using "last name, first name" as default sort key)
- Template:dts (backlinks, edit)—for using dates in sortable tables
- Template:nts (backlinks, edit)—for using alphabetic sort mode for numbers in sortable tables
- Template:hs (backlinks, edit)—for providing a hidden sort value for cells in a table
- Help:Sorting
- meta:Help:Sorting
- For help with this template, please contact the assigned maintenance group.
The above documentation is transcluded from Sjabloon:Sort/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |