Template:Composer: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
(add to documentation usage of second optional parameter (sort key))
(new param 9=sortkey, detection of old param 3 added)
Line 1: Line 1:
'''Composer:''' [[{{{1}}}]]{{{2|}}}<br><includeonly>[[Category:{{{1}}} compositions|{{{3|{{PAGENAME}}}}}]]</includeonly><noinclude>
'''Composer:''' [[{{{1}}}]]{{{2|}}}<br><includeonly>[[Category:{{{1}}} compositions|{{{9|{{PAGENAME}}}}}]][[Category:Good-bad|{{{3|*{{PAGENAME}}}}}]]</includeonly><noinclude>
{{prot-temp}}<br>
{{prot-temp}}<br>
<div style="margin: 0; margin-right: 30px; margin-left: 30px; border: 1px solid #3399ff; padding: 1em 1em 1em 1em; background-color:#ddffdd">
<div style="margin: 0; margin-right: 30px; margin-left: 30px; border: 1px solid #3399ff; padding: 1em 1em 1em 1em; background-color:#ddffdd">
Line 16: Line 16:
and inserts the page in [[:Category:Anonymous compositions]]
and inserts the page in [[:Category:Anonymous compositions]]


'''Syntax with required and second optional parameters:'''
'''Syntax with required and optional sortkey parameters:'''
: <tt><nowiki>{{Composer|Traditional|3=Riddle Song, The}}</nowiki></tt>
: <tt><nowiki>{{Composer|Traditional|9=Riddle Song, The}}</nowiki></tt>
which produces the text
which produces the text
: '''Composer:''' [[Traditional]] and inserts the page in [[:Category:Traditional compositions]], sorted under "Riddle Song, The".
: '''Composer:''' [[Traditional]] and inserts the page in [[:Category:Traditional compositions]], sorted under "Riddle Song, The".

Revision as of 10:17, 6 May 2008

Composer: [[{{{1}}}]]


Documentation

Syntax, with the one required parameter:

{{Composer|Carlo Gesualdo}}

which produces the text

Composer: Carlo Gesualdo

and inserts the page in Category:Carlo Gesualdo compositions

Syntax with required and first optional parameters:

{{Composer|Anonymous|, early-16th Century composer}}

which produces the text

Composer: Anonymous, early-16th Century composer

and inserts the page in Category:Anonymous compositions

Syntax with required and optional sortkey parameters:

{{Composer|Traditional|9=Riddle Song, The}}

which produces the text

Composer: Traditional and inserts the page in Category:Traditional compositions, sorted under "Riddle Song, The".

One can also use both optional parameters.