Template:Hidden sort key/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Hidden sort key. It may contain usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
Template:Hidden sort key is deprecated. Please use Template:sort instead. |
The {{sort}} template now also creates sort keys that are hidden, so please use that template instead. |
This template allows you to specify its parameter as the sort key for a cell in sortable tables.
Usage
{{Hs|sort term}}
- Insert this template with the appropriate sort term before the cell data.
Example
{| class="wikitable sortable" |- !C1 |- |{{Hs|1999-12-15}}15 December 1999 |- |{{Hs|1997-04-21}}21 April 1997 |- |{{Hs|1998-04-21}}21 April 1998 |}
produces:
C1 |
---|
15 December 1999 |
21 April 1997 |
21 April 1998 |
See also
- {{Date table sorting}} – Specialized sorting template for dates
- {{Hid}}
- {{Sort}}