Difference between revisions of "Template:Hid"

From blackwiki
Jump to navigation Jump to search
imported>Nyttend
m (Removed protection from "Template:Hid": Little used; only transcluded on 50ish pages)
(avoid empty attribute)
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|<span style="{{#if:{{{test|}}}|color:cyan;display:inline;}}" class="sortkey">{{{1}}}</span>|}}</includeonly><noinclude>
+
<includeonly>{{#if:{{{1|}}}|<span {{#if:{{{test|}}}|style="color:cyan;display:inline"}} class="sortkey">{{{1}}}</span>}}</includeonly><noinclude>
 
{{Documentation}}
 
{{Documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 14:05, 23 September 2016

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]] <span data-sort-value="A"></span> Edward VII AEdward VII
{{hid|B}}[[George V]] <span data-sort-value="B"></span> George V BGeorge V
{{hid|C}}[[Edward VIII]] <span data-sort-value="C"></span> Edward VIII CEdward VIII
{{hid|D}}[[George VI]] <span data-sort-value="D"></span> George VI DGeorge VI
{{hid|E}}[[Elizabeth II]] <span data-sort-value="E"></span> Elizabeth II EElizabeth II

See also