Template:Sort

From Wikishire
Jump to: navigation, search

[[{{{1}}}]]


This template is for optionally sorting tables by specified sortkeys.

If necessary, one can apply sorting using a sortkey that due to CSS is not displayed: <span style="display:none">...</span>. Javascript sorting is based on the text inside and outside the tags, without the tags themselves. A hidden sortkey can be put at the start.

This template makes that more convenient. 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.

To use it, place this in your table cell
|{{sort|Wight, Isle of|[[Isle of Wight]]}}

It presently works through hidden CSS. If a cleaner way of doing this is developed, the template can be changed. A table using this template should use it in all rows.