Template:KbdVer: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
(Documentation)
m (typo)
Line 7: Line 7:


'''Syntax, without any paramter:'''
'''Syntax, without any paramter:'''
: <tt><nowiki>{{KbeVer}}</nowiki></tt>
: <tt><nowiki>{{KbdVer}}</nowiki></tt>
which is equivalent to inserting
which is equivalent to inserting
: <tt><nowiki>Includes a [[:Category:Keyboard version|keyboard version]] of the original accompaniment.</nowiki></tt>
: <tt><nowiki>Includes a [[:Category:Keyboard version|keyboard version]] of the original accompaniment.</nowiki></tt>

Revision as of 06:38, 5 March 2008

Includes a keyboard version of the original accompaniment.

Documentation

This template, intended for the Edition notes: field of a contributed score, specifies that the editor has included a keyboard version of the original accompaniment of the work, and the page is categorized in Category:Keyboard version.

The template has two optional parameters.

Syntax, without any paramter:

{{KbdVer}}

which is equivalent to inserting

Includes a [[:Category:Keyboard version|keyboard version]] of the original accompaniment.

into a file, and appears as

Includes a keyboard version of the original accompaniment.

Syntax, with both parameters:

{{KbdVer|1=<first value>|2=<second value>}}

or simply

{{KbdVer|<first value>|<second value>}}

either of which is equivalent to inserting

Includes a [[:Category:Keyboard version|<first value>]] of the <second value>.

into a file, and appears as:

Includes a <first value> of the <second value>.

For example,

{{KbdVer|clavichord adaptation|orchestral score}}

results in:

Includes a clavichord adaptation of the orchestral score.

Syntax, with first parameter only:

{{KbdVer|1=<first value>}}

or simply

{{KbdVer|<first value>}}

either of which is equivalent to inserting

Includes a [[:Category:Keyboard version|<first value>]] of the original accompaniment.

into a file.

Syntax, with second parameter only:

{{KbdVer|2=<second value>}}

which is equivalent to inserting

Includes a [[:Category:Keyboard version|keyboard version]] of the <second value>.

into a file.