Template:Sort

From Tardis Wiki, the free Doctor Who reference
Revision as of 05:22, 15 May 2012 by CzechBot (talk | contribs) (Protected "Template:Sort": If you'd like to suggest changes to this template, please do so at forum:Panopticon. This template is being protected because it impacts many other pages and templates. ([edit=sysop] (indefinite) [move=sysop] (indefinite)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Instructions for {{Sort}}
{{sort}}, as the name implies, allows for the sorting of items — particularly in tables.
Usage
{{sort|sort 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.

Example
|{{sort|Brothers Karamazov|[[The Brothers Karamazov]]}}

It presently works through hidden CSS, as described at Wikipedia:Help:Sorting. If a cleaner way of doing this is developed, the template will be changed. A table using this template should use it in all rows.

Note: You should always have the same number of columns 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}}