සැකිල්ල:Hidden sort key/doc
Appearance
This is a documentation subpage for සැකිල්ල:Hidden sort key. It may contain usage information, categories and other content that is not part of the original සැකිල්ල page. |
මෙම සැකිල්ල ලුවා භාවිතා කරයි: |
Template:Hidden sort key is deprecated. |
This template and {{Sort}} should be avoided. Table sort keys are best defined using the data-sort-value attribute, like so: | data-sort-value="Doe, John" | John Doe . Please see Help:Sorting § Specifying a sort key for a cell for details. |
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
[සංස්කරණය]- {{Date table sorting}} – Specialized sorting template for dates
- {{Hid}}
- {{Sort}}