Template:NoCo: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
(streamlined version of NoComp (much better, probably))
 
mNo edit summary
Line 7: Line 7:
<pre>{{NoCo|WorkPageTitle}}</pre>
<pre>{{NoCo|WorkPageTitle}}</pre>
to produce a link to [[WorkPageTitle (ComposerName)]] that displays simply as
to produce a link to [[WorkPageTitle (ComposerName)]] that displays simply as
: ''WorkPageTitle''
: ''[[WorkPageTitle]]''
To provide an alternate display of the title, use:
To provide an alternate display of the title, use:
<pre>{{NoCo|WorkPageTitle|AlternateTitle}}</pre>
<pre>{{NoCo|WorkPageTitle|AlternateTitle}}</pre>
to produce the same link as above but with the displayed the link as
to produce the same link as above but with the displayed the link as
: ''AlternateTitle''
: ''[[AlternateTitle]]''
To specify the '''ComposerName''' (for instance on a different page), use:
To specify the '''ComposerName''' (for instance on a different page), use:
<pre>{{NoCo|WorkPageTitle|comp=ComposerName}}</pre>
<pre>{{NoCo|WorkPageTitle|comp=ComposerName}}</pre>

Revision as of 13:41, 24 March 2009

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

Usage:

On a page whose title is ComposerName use:

{{NoCo|WorkPageTitle}}

to produce a link to WorkPageTitle (ComposerName) that displays simply as

WorkPageTitle

To provide an alternate display of the title, use:

{{NoCo|WorkPageTitle|AlternateTitle}}

to produce the same link as above but with the displayed the link as

AlternateTitle

To specify the ComposerName (for instance on a different page), use:

{{NoCo|WorkPageTitle|comp=ComposerName}}

or

{{NoCo|WorkPageTitle|AlternateTitle|domp=ComposerName}}