Template:Cat: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
m (Categorising template)
 
mNo edit summary
 
(24 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:{{1}}]][[:Category:{{1}}|{{2}}]]
[[:Category:{{{1}}}|{{{2|{{{1}}}}}}]]<includeonly>[[Category:{{{1}}}{{#if:{{{sort|}}}|{{!}}{{{sort}}}}}]]</includeonly><noinclude>
{{prot-temp}}<br>
{{DisplayBox|title=Documentation|text=
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). Note that for linking & categorizing a voicing inside a Works page, the template {{tl|Vcat}} should be used instead.
 
'''Syntax, with the one required parameter:'''
:{{tl|Cat|<category name>}}
which is equivalent to inserting
: <tt><nowiki>[[:Category:<category name>|<category name>]][[Category:<category name>]]</nowiki></tt>
into a page, and the link is displayed as:
 
<font color=blue><category name></font>
 
'''Syntax, with required and first optional parameters:'''
:{{tl|Cat|<category name>|<displayed text>}}
or
:{{tl|Cat|<category name>|2{{=}}<displayed text>}}
either of which is equivalent to inserting
: <tt><nowiki>[[:Category:<category name>|<displayed text>]][[Category:<category name>]]</nowiki></tt>
into a page, and is displayed as:
 
<font color=blue><displayed text></font>
 
For example,
:{{tl|Cat|German texts|Texte auf Deutsch}}
results in the link being displayed as:
 
{{Mcat|German texts|Texte auf Deutsch}}
 
'''Syntax, with required and both optional parameters (for advanced users):'''
:{{tl|Cat|<category name>|<displayed text>|sort{{=}}<sort key>}}
 
which is equivalent to inserting
: <tt><nowiki>[[:Category:<category name>|<displayed text>]][[Category:<category name>|<sort key>]]</nowiki></tt>
into a page.  The category <category name> is referenced with the <sort key>, and the link displayed as:
 
<font color=blue><displayed text></font>
}}
 
[[Category:Templates]]
</noinclude>

Latest revision as of 15:41, 1 February 2019

[[: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). Note that for linking & categorizing a voicing inside a Works page, the template {{Vcat}} should be used instead.

Syntax, with the one required parameter:

{{Cat|<category name>}}

which is equivalent to inserting

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

into a page, 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>|<displayed text>]][[Category:<category name>]]

into a page, 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=<sort key>}}

which is equivalent to inserting

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

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

<displayed text>