Template:Cat

From ChoralWiki
Revision as of 08:13, 5 March 2008 by CHGiffen (talk | contribs) (new Cat template, one required, two optional parameters now)
Jump to navigation Jump to search

[[Category:{{{1}}}|]][[:Category:{{{1}}}|{{{1}}}]]

Documentation

This template simultaneously categorizes a page in a category and provides a link to that category. It has one required parameter (the target category) and up to two optional parameters )one providing an alternate way of displaying the link, the other for providing a sort key for the categorization).

Syntax, with the one required paramter:

{{Cat|<category name>}}

which is equivalent to inserting

[[Category:<category name>|]][[:Category:<category name>|<category name>]]

into a file, and the link is displayed as:

<category name>

Syntax, with required and first optional parameters:

{{Cat|<category name>|<displayed text>}}

or

{{Cat|<category name>|2=<displayed text>}}

either of which is equivalent to inserting

[[Category:<category name>|]][[:Category:<category name>|<displayed text>]]

into a file and is displayed as:

<displayed text>

For example,

{{Cat|German texts|Texte auf Deutsch}}

results in the link being displayed as:

Texte auf Deutsch

Syntax, with required and both optional parameters (for advanced users):

{{Cat|<category name>|<displayed text>|<sort key>}}

or

{{Cat|<category name>|2=<displayed text>|3=<sort key>}}

either of which is equivalent to inserting

[[Category:<category name>|<sort key>]][[:Category:<category name>|<displayed text>]]

into a file. The category <category name> is referenced with the <sort key>, and the link displayed as:

<displayed text>