Template:Hid: Difference between revisions

m (1 revision)
 
m (1 revision)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|<span style={{#if:{{{test|}}}|"color:cyan"|"display:none"}}>{{{1}}}</span>|}}</includeonly><noinclude>
<includeonly>{{#if:{{{1|}}}|<span style="{{#if:{{{test|}}}|color:cyan;display:inline;}}" class="sortkey">{{{1}}}</span>|}}</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
</noinclude>
</noinclude>

Latest revision as of 09:16, 28 December 2013

Documentation icon Template documentation[view] [edit] [history] [purge]

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 AEdward VII of the United Kingdom
{{hid|B}}[[George V of the United Kingdom]] <span class="sortkey">B</span> George V of the United Kingdom BGeorge V of the United Kingdom
{{hid|C}}[[Edward VIII of the United Kingdom]] <span class="sortkey">C</span> Edward VIII of the United Kingdom CEdward VIII of the United Kingdom
{{hid|D}}[[George VI of the United Kingdom]] <span class="sortkey">D</span> George VI of the United Kingdom DGeorge VI of the United Kingdom
{{hid|E}}[[Elizabeth II of the United Kingdom]] <span class="sortkey">E</span> Elizabeth II of the United Kingdom EElizabeth II of the United Kingdom

See also