Template:NoCo: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
(add missing alt title code)
m (typo in documentation)
Line 15: Line 15:
<pre>{{NoCo|WorkPageTitle|comp=ComposerName}}</pre>
<pre>{{NoCo|WorkPageTitle|comp=ComposerName}}</pre>
or
or
<pre>{{NoCo|WorkPageTitle|AlternateTitle|domp=ComposerName}}</pre>
<pre>{{NoCo|WorkPageTitle|AlternateTitle|comp=ComposerName}}</pre>
}}
}}
</noinclude>
</noinclude>

Revision as of 20:29, 8 April 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|comp=ComposerName}}