|
|
Line 17: |
Line 17: |
| | | |
| *the <span style="background-color: gainsboro; padding-left: 0.5em; padding-right: 0.5em">editor</span> fields are '''not''' supported | | *the <span style="background-color: gainsboro; padding-left: 0.5em; padding-right: 0.5em">editor</span> fields are '''not''' supported |
− | *the <span style="background-color: gainsboro; padding-left: 0.5em; padding-right: 0.5em">language</span> field must contain the '''language name''' (German) and not the ISO 639-1 code (de)
| |
| | | |
| '''Limitations''': | | '''Limitations''': |
Line 24: |
Line 23: |
| *no '''metadata''' is injected into the HTML and the resulting page cannot be scraped by Zotero or Mendeley | | *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) | | *you must use the parameter names as specified, there are '''no aliases''' (unlike Wikipedia) |
| + | *the <span style="background-color: gainsboro; padding-left: 0.5em; padding-right: 0.5em">language</span> field must contain the '''language name''' (German) and not the ISO 639-1 code (de) |
| | | |
| '''See also''': | | '''See also''': |
Revision as of 22:18, 9 December 2016
title required.
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 book
| first1 = | last1 =
| first2 = | last2 =
| display-authors = etal
| title =
| trans-title =
| language = German
| date =
| publisher =
| location =
| isbn =
| url =
| access-date =
}}
Examples
{{cite book
| first1 = Lucy W | last1 = Wright
| first2 = Jeramiah B | last2 = Bosch
| display-authors = etal
| title = Open-Source-Modelle — Bericht
| trans-title = Open source models — Report
| language = German
| date = 9 December 2016
| publisher = Bär Verlag
| location = Berlin, Germany
| isbn = 978-0-12-345678-6
| url = http://website.org/wright-and-bosch-2016-osm.pdf
| access-date = 2016-12-09
}}
Wright, Lucy W; Bosch, Jeramiah B; et al. (9 December 2016). Open-Source-Modelle — Bericht [Open source models — Report]. (in German). Berlin, Germany: Bär Verlag. ISBN 978-0-12-345678-6. Retrieved 2016-12-09.
{{cite book
| first1 = Erika | last1 = Mustermann
| title = Open source data
| date = 2016
| publisher = University of London
| location = London, United Kingdom
| isbn = 978-0-12-345678-6
| url = http://website.org/wright-and-bosch-2016-osm.pdf
| access-date = 2016-12-09
}}
Mustermann, Erika (2016). Open source data.. London, United Kingdom: University of London. ISBN 978-0-12-345678-6. Retrieved 2016-12-09.
{{cite book}}
title required..
Support
Bug reports to Robbie Morrison <robbie.morrison@posteo.de>
Implemented December 2016.