Toggle menu
14
236
69
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 07:23, 16 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{High-use}} {{Lua|Module:Sortkey}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> {{deprecated template|Hidden sort key|date=March 2019}} {{Ombox|type=content|text=This template and {{Tl|Sort}} should be avoided. Table sort keys are best defined using the <code>data-sort-value</code> attribute, like so: <code><nowiki>| data-sort-value="Doe, John" | John Doe</nowiki></code>. Please see {{Section link|Help:Sortable tables|Specifying a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:High-use

Template:Deprecated template

This template allows you to specify its parameter as the sort key for a cell in sortable tables.

Usage

{{Hidden sort key|sort term}}
Insert this template with the appropriate sort term before the cell data.

Example

{| class="wikitable sortable"
!C1
|-
|{{Hidden sort key|1999-12-15}}15 December 1999
|-
|{{Hidden sort key|1997-04-21}}21 April 1997
|-
|{{Hidden sort key|1998-04-21}}21 April 1998
|}

produces:

C1
15 December 1999
21 April 1997
21 April 1998

See also