Template:NoComp: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
mNo edit summary
(enhancements now work properly - Usage is adequate (more examples will be forthcoming))
Line 11: Line 11:
<pre>{{NoComp|Middle|Composer|Tail|Alt-tail|Front|Alt-front}}</pre>
<pre>{{NoComp|Middle|Composer|Tail|Alt-tail|Front|Alt-front}}</pre>
Which produces a link to [[FrontMiddleTail (Composer)]] that displays as {{NoComp|Middle|Composer|Tail|Alt-tail|Front|Alt-front}} .
Which produces a link to [[FrontMiddleTail (Composer)]] that displays as {{NoComp|Middle|Composer|Tail|Alt-tail|Front|Alt-front}} .
'''Note:''' If italics and/or spaces are desired in the prepended Alt-front and/or appended Alt-tail, they must be ''explicitly'' supplied.  For example:
'''Note:''' If italics and/or spaces are desired in the prepended Alt-front and/or appended Alt-tail, they must be ''explicitly'' supplied.  Moreover, to obtain a '''space''' one must type <tt><nowiki>{{sp}}</nowiki></tt>. For example:
<pre>{{NoComp|Middle|Composer|Tail|{{sp}}Alt-tail|Front|''Alt-front''{{sp}}}}</pre>
<pre>{{NoComp|Middle|Composer|Tail|{{sp}}Alt-tail|Front|''Alt-front''{{sp}}}}</pre>
which produces the same link as above, displayed as {{NoComp|Middle|Composer|Tail|{{sp}}Alt-tail|Front|''Alt-front''{{sp}}}}.
which produces the same link as above, displayed as {{NoComp|Middle|Composer|Tail|{{sp}}Alt-tail|Front|''Alt-front''{{sp}}}} (in this example, only the Alt-front is italicized).
}}
}}
[[Category:Templates|{{PAGENAME}}]]
[[Category:Templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Revision as of 15:35, 12 December 2008

[[{{{1}}} ({{{2}}})|{{{1}}}]]

Usage:

Main form (without "enhancements"):

{{NoComp|Title of work|Composer name}}

creates a link to Title of work (Composer name which displays as Title of work, ie. without the composer name. It is intended as a shortcut for having to type:

[[Title of work(Composer name)|''Title of work'']]

and results in a great saving of effort and filesize on composer pages, which frequently use this construct.

Complete form (with "enhancements"):

{{NoComp|Middle|Composer|Tail|Alt-tail|Front|Alt-front}}

Which produces a link to FrontMiddleTail (Composer) that displays as Alt-frontMiddleAlt-tail . Note: If italics and/or spaces are desired in the prepended Alt-front and/or appended Alt-tail, they must be explicitly supplied. Moreover, to obtain a space one must type {{sp}}. For example:

{{NoComp|Middle|Composer|Tail|{{sp}}Alt-tail|Front|''Alt-front''{{sp}}}}

which produces the same link as above, displayed as Alt-front Middle Alt-tail (in this example, only the Alt-front is italicized).