Template:Sort/doc: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
No edit summary
Tag: sourceedit
 
(2 intermediate revisions by 2 users not shown)
Line 17: Line 17:
{{sort|094|bar}}
{{sort|094|bar}}
{{sort|103|baz}}</pre>
{{sort|103|baz}}</pre>
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 19:51, 22 June 2017

{{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}}