Difference between revisions of "Template:Hid/doc"

From blackwiki
Jump to navigation Jump to search
imported>SporkBot
m (Remove template per TFD outcome)
imported>Izkala
(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.}}
 +
 
===Use===
 
===Use===
 
This template hides a [[String (computer science)|string of text]].  If the contents of a [[Table cell|cell]] of a [[Help:Sorting|sortable table]] are prefixed with a [[Help:Sorting#Sorting with a hidden key|hidden string]], the cell will [[Help:Sorting|sort]] using the hidden string.
 
This template hides a [[String (computer science)|string of text]].  If the contents of a [[Table cell|cell]] of a [[Help:Sorting|sortable table]] are prefixed with a [[Help:Sorting#Sorting with a hidden key|hidden string]], the cell will [[Help:Sorting|sort]] using the hidden string.

Revision as of 12:39, 9 June 2015

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:

House of Windsor
Wikitext Hidden prefix sort without key sort with key
{{hid|A}}[[Edward VII of the United Kingdom]] <span class="sortkey">A</span> Edward VII of the United Kingdom Edward VII of the United Kingdom
{{hid|B}}[[George V of the United Kingdom]] <span class="sortkey">B</span> George V of the United Kingdom George V of the United Kingdom
{{hid|C}}[[Edward VIII of the United Kingdom]] <span class="sortkey">C</span> Edward VIII of the United Kingdom Edward VIII of the United Kingdom
{{hid|D}}[[George VI of the United Kingdom]] <span class="sortkey">D</span> George VI of the United Kingdom George VI of the United Kingdom
{{hid|E}}[[Elizabeth II of the United Kingdom]] <span class="sortkey">E</span> Elizabeth II of the United Kingdom Elizabeth II of the United Kingdom

See also

  • This template functions like Template:Hs, except this template returns an empty result if var1 is empty.