Template:Pub: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
Syntax:<br>
Syntax:<br>
#<tt><nowiki>{{Pub|L|YYYY|in {{NoComp|<Publication>|<Composer>}}}}</nowiki></tt>
#<tt><nowiki>{{Pub|L|YYYY|in {{NoComp|<Publication>|<Composer>}}}}</nowiki></tt>
#<tt><nowiki>{{Pub|L|YYYY|in {{NoComp|<Publication>|<Composer>}}, no. N, p. P}}</nowiki></tt> (no sequence or page numbers appear in {{tl|PubList}})
#<tt><nowiki>{{Pub|L|YYYY|in {{NoComp|<Publication>|<Composer>}}, no. N, p. P}}</nowiki></tt> (no sequence or page numbers appear in {{tl|MultiPubList}})
#<tt><nowiki>{{Pub|L|YYYY|in {{NoComp|<Publication>|<Composer>}}|no=N|pg=P}}</nowiki></tt> (if you wish sequence or page numbers to appear in {{tl|PubList}})
#<tt><nowiki>{{Pub|L|YYYY|in {{NoComp|<Publication>|<Composer>}}|no=N|pg=P}}</nowiki></tt> (if you wish sequence or page numbers to appear in {{tl|MultiPubList}})


Parameters:
Parameters:
Line 32: Line 32:
}}
}}


[[Category:Experimental templates]]
[[Category:Templates]]
<!--
 
<includeonly>{{#ifexpr:{{{1|}}}<6|{{#ifexpr:{{{1|}}}=1|'''First'''|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''{{{1|}}}.'''}}{{#if:{{{2|}}}|'''Published:''' {{Cat|{{{2|}}} works|{{{2|}}}}}{{#if:{{{3|}}}|&nbsp;{{{3|}}}}}}}{{#if:{{{no|}}}|, no. {{#ifeq:{{#sub:{{{no|}}}|-1}}|.|{{padleft:{{#sub:{{{no|}}}|0|{{#expr:{{#len:{{{no|}}}}}-1}}}}}}|{{padleft:{{{no|}}}|3|0}}}}{{#if:{{{pg|}}}|, p.  {{#ifeq:{{#sub:{{{pg|}}}|-1}}|.|{{#sub:{{{pg|}}}|0|{{#expr:{{#len:{{{pg|}}}}}-1}}}}|{{{pg|}}}}}}}}}.<br>}}</includeonly><noinclude>
-->
</noinclude>
</noinclude>

Revision as of 15:21, 26 February 2019


Documentation

This template is to be used for a publication of a work. This template is to be used if any of its works have more than one publication cited. This template, {{Pub}} is used in conjunction with {{MultiPubList}}. If none of the works have more than one citation, then use template {{Published}} on the work pages and {{PubList}} on the publication page.

Syntax:

  1. {{Pub|L|YYYY|in {{NoComp|<Publication>|<Composer>}}}}
  2. {{Pub|L|YYYY|in {{NoComp|<Publication>|<Composer>}}, no. N, p. P}} (no sequence or page numbers appear in {{MultiPubList}})
  3. {{Pub|L|YYYY|in {{NoComp|<Publication>|<Composer>}}|no=N|pg=P}} (if you wish sequence or page numbers to appear in {{MultiPubList}})

Parameters:

1. *Single-digit number, order of publication: 1 for first publication, 2 for second, etc.
2. *Four-digit year of publication
3. Name and details of publication
4. no=Sequence of work in publication(optional)
5. pg=Page number of work in publication(optional)
  • . Required.

Parameter 1 should contain only a single-digit integer number. Parameter 2 should contain only a integer number, usually four digits, the year of publication. Parameter 3 should contain a link to a publication page to which this work is linked. The link should use the template {{NoComp}}, for example {{NoComp|Music in Miniature|William Billings}}. Optionally, the sequence number or page in that publication can be specified; if you intend for these parameters (sequence or page number) to appear in the table generated by the template {{MultiPubList}}, they should be declared as parameters, as in Syntax 3 above.

{{Pub|1|1770|in ''{{NoComp|The New-England Psalm-Singer|William Billings}}''}} yields

First Published: 1770 in The New-England Psalm-Singer.

{{Pub|2|1779|in ''{{NoComp|Music in Miniature|William Billings}}'', no. 22, p. 32}} yields

2. Published: 1779 in Music in Miniature, no. 22, p. 32.

{{Pub|1|1770|in ''{{NoComp|The New-England Psalm-Singer|William Billings}}''|no=118|pg=90}} yields

First Published: 1770 in The New-England Psalm-Singer, no. 118, p. 90.