"title required."zz.pp
Overview
This is a simplified implementation of the cite conference template found on Wikipedia. It is useful for papers presented at conferences.
Features:
- based on the English Wikipedia equivalent
- most of the common parameters are supported
- up to 25 authors can be listed
- the title field is mandatory
- the trans-title and language fields allows an English translation of the title to be included
- you can copy-and-paste to and from Wikipedia (indeed the markup can be confirmed on Wikipedia first)
Absent fields:
- the editor fields are not supported
Limitations:
- no integrity checks are undertaken, aside from noting an absent title field in orange
- no metadata is injected into the HTML and the resulting page cannot be scraped by Zotero or Mendeley
- you must use the parameter names as specified, there are no aliases (unlike Wikipedia)
- the language field must contain the language name (German) and not the ISO 639-1 code (de)
See also:
Usage
{{cite conference
| first1 = | last1 =
| first2 = | last2 =
| display-authors = etal
| title =
| trans-title =
| language = German
| date =
| conference =
| book-title =
| publisher =
| location =
| pages =
| isbn =
| doi =
| url =
| access-date =
}}
Examples
{{cite conference
| first1 = Erika | last1 = Musterfrau
| first2 = Otto | last2 = Müller
| display-authors = etal
| title = Eine Typologie von Open-Source-Modellen
| trans-title = A typology of open source models
| language = German
| date = 10–12 January 2016
| conference = Sixth International Conference on Modeling (ICM'16)
| book-title = Proceedings of the Sixth International Conference on Modeling (ICM'16)
| publisher = University of Geneva
| location = Geneva, Switzerland
| pages = 100–115
| isbn = 978-0-12-345678-6
| doi = 10.1000/12345678
| url = http://website.org/musterfrau-and-mueller-2016-title.pdf
| access-date = 2016-12-09
}}
Musterfrau, Erika; Müller, Otto; et al. (10–12 January 2016). "Eine Typologie von Open-Source-Modellen" [A typology of open source models]. (in German). Proceedings of the Sixth International Conference on Modeling (ICM'16). Sixth International Conference on Modeling (ICM'16). pp. 100–115. Geneva, Switzerland: University of Geneva. ISBN 978-0-12-345678-6. Retrieved 2016-12-09.
{{cite conference
| first1 = Erika | last1 = Musterfrau
| title = A typology of open source models
| date = 10–12 January 2016
| conference = Sixth International Conference on Modeling (ICM'16)
| url = http://website.org/musterfrau-2016-title.pdf
| access-date = 2016-12-09
}}
Musterfrau, Erika (10–12 January 2016). "A typology of open source models". Sixth International Conference on Modeling (ICM'16). Retrieved 2016-12-09.
{{cite conference}}
"title required."
Support
Bug reports to Robbie Morrison <robbie.morrison@posteo.de>
Implemented December 2016.