Difference between revisions of "Template:Hid"
Jump to navigation
Jump to search
(avoid empty attribute) |
imported>TheDJ m |
||
| Line 1: | Line 1: | ||
| − | <includeonly>{{#if:{{{1|}}}|<span {{#if:{{{test|}}}|style="color:cyan;display:inline"}} | + | <includeonly>{{#if:{{{1|}}}|<span data-sort-value="{{#invoke:sortkey|escape|{{{1}}}}}"{{#if:{{{test|}}}|style="color:cyan;display:inline"}}>{{#if:{{{test|}}}|{{{1}}}}}</span>}}</includeonly><noinclude> |
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> | ||
Revision as of 09:26, 13 July 2018
| This template uses Lua: |
This template is deprecated. Table sort keys should now be defined using the data-sort-value attribute, like so: | data-sort-value="Doe, John" | John Doe. Please see Script error: No such module "Section link". for details. |
Use
This template hides a string of text. If the contents of a cell of a sortable table are prefixed with a hidden string, the cell will sort using the hidden string.
The syntax for this template is:
{{hid|var1}}
where var1 is a string of text.
The use of this template is illustrated by the following sortable table:
| Wikitext | Hidden prefix | Sort without key | Sort with key |
|---|---|---|---|
| {{hid|A}}[[Edward VII]] | <span data-sort-value="A"></span> | Edward VII | <span data-sort-value="Script error: The function "escape" does not exist.">Edward VII |
| {{hid|B}}[[George V]] | <span data-sort-value="B"></span> | George V | <span data-sort-value="Script error: The function "escape" does not exist.">George V |
| {{hid|C}}[[Edward VIII]] | <span data-sort-value="C"></span> | Edward VIII | <span data-sort-value="Script error: The function "escape" does not exist.">Edward VIII |
| {{hid|D}}[[George VI]] | <span data-sort-value="D"></span> | George VI | <span data-sort-value="Script error: The function "escape" does not exist.">George VI |
| {{hid|E}}[[Elizabeth II]] | <span data-sort-value="E"></span> | Elizabeth II | <span data-sort-value="Script error: The function "escape" does not exist.">Elizabeth II |
See also
- This template functions like Template:Hidden sort key, except this template returns an empty result if var1 is empty.
| The above documentation is transcluded from Template:Hid/doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |