Template:PubDatePlace: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
This template scans the text of the first parameter of '''PubDatePlace''' for any four-digit year, and converts it into a link to  "Category:YYYY publications". The page is simultaneously included in that category. Therefore, works that have a publication date are categorized accordingly.
This template scans the text of the first parameter of '''PubDatePlace''' for any four-digit year, and converts it into a link to  "Category:YYYY publications". The page is simultaneously included in that category. Therefore, works that have a publication date are categorized accordingly.


The template accepts three parameters:
The template accepts four parameters:
# A four digit date or substitute, such  as "0850" or "ca. 1550"
# A four digit date or substitute, such  as "0850" or "ca. 1550"
# Details about the publication, such as name of publisher and place of publication
# Details about the publication, such as name of publisher and place of publication
# Manuscript (if appropriate), Edition, Volume, Revision
# Manuscript (if appropriate), Edition, Volume, Revision
Please always include all three parameters; if the third parameter is not used, put <tt>&#38;nbsp;</code></tt> in its place nonetheless.
# <tt>format=</tt> (''optional'') – "invert" for inverted display; default is normal display.
 
Please always include the first three parameters; if the third parameter is not used, put <tt>&#38;nbsp;</code></tt> in its place nonetheless.


'''Syntax:'''
'''Syntax:'''
Line 15: Line 17:


'''Examples:'''
'''Examples:'''
*<tt><nowiki>{{PubDatePlace|1564|by Le Roy and Ballard in Paris|Volume 1}}</nowiki></tt> – '''Publication date and place:''' 1564 by Le Roy and Ballard in Paris – Volume 1
*<tt><nowiki>{{PubDatePlace|1564|by Le Roy and Ballard in Paris|Volume 1}}</nowiki></tt> – '''Publication date and place:''' <font color=blue>1564</font> by Le Roy and Ballard in Paris – Volume 1
*<tt><nowiki>{{PubDatePlace|ca. 1450||Manuscript}}</nowiki></tt> – '''Publication date and place:''' ca. 1450 – Manuscript
*<tt><nowiki>{{PubDatePlace|ca. 1450||Manuscript}}</nowiki></tt> – '''Publication date and place:''' ca. <font color=blue>1450</font> – Manuscript
 
*<tt><nowiki>{{PubDatePlace|1720|by George Halman in London, 278 pp., nos. 121-195|Volume 2a|format=invert}}</nowiki></tt> –
:: '''Volume 2a''' published <font color=blue>1720</font> by George Halman in London, 278 pp., nos. 121-195.
This template sets a variable, "mse", to yes or no, depending on whether the third parameter is "Manuscript"; the variable is used by Template:MultiPubList later on the same page.
This template sets a variable, "mse", to yes or no, depending on whether the third parameter is "Manuscript"; the variable is used by Template:MultiPubList later on the same page.
}}
}}

Revision as of 15:47, 13 October 2020

Documentation

This template is for use on Music publication pages; for Work pages, use the Template "Published".

This template scans the text of the first parameter of PubDatePlace for any four-digit year, and converts it into a link to "Category:YYYY publications". The page is simultaneously included in that category. Therefore, works that have a publication date are categorized accordingly.

The template accepts four parameters:

  1. A four digit date or substitute, such as "0850" or "ca. 1550"
  2. Details about the publication, such as name of publisher and place of publication
  3. Manuscript (if appropriate), Edition, Volume, Revision
  4. format= (optional) – "invert" for inverted display; default is normal display.

Please always include the first three parameters; if the third parameter is not used, put &nbsp; in its place nonetheless.

Syntax:

{{PubDatePlace|<text (scanned)>|<text (displayed as-is)>|<text (displayed as-is)>}}

Examples:

  • {{PubDatePlace|1564|by Le Roy and Ballard in Paris|Volume 1}}Publication date and place: 1564 by Le Roy and Ballard in Paris – Volume 1
  • {{PubDatePlace|ca. 1450||Manuscript}}Publication date and place: ca. 1450 – Manuscript
  • {{PubDatePlace|1720|by George Halman in London, 278 pp., nos. 121-195|Volume 2a|format=invert}}
Volume 2a published 1720 by George Halman in London, 278 pp., nos. 121-195.

This template sets a variable, "mse", to yes or no, depending on whether the third parameter is "Manuscript"; the variable is used by Template:MultiPubList later on the same page.