Template:Hidden sort key/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
SporkBot (talk | contribs)
m Remove template per TFD outcome
Deprecation warning
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
{{Ombox|type=content|text=This template is '''deprecated'''. Table sort keys should now be defined using the <code>data-value-sort</code> attribute, like so: <code><nowiki>| data-sort-value="Doe, John" | John Doe</nowiki></code>. Please see {{Section link|WP:SORT|Specifying a sort key for a cell}} for details.}}

This template allows you to insert its parameter for [[Help:Sorting#Sorting with a hidden key|sorting with a hidden key]] in sortable tables.
This template allows you to insert its parameter for [[Help:Sorting#Sorting with a hidden key|sorting with a hidden key]] in sortable tables.



Revision as of 12:38, 9 June 2015

This template allows you to insert its parameter for sorting with a hidden key in sortable tables.

Code

<span class="sortkey">{{{1}}}</span>

Usage

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

Example

{| class="wikitable sortable" border="1"
|-
!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

  • {{Dts}} – Specialized sorting template for dates
  • {{Hid}}
  • {{Sort}}