|
|
Line 3: |
Line 3: |
| == Overview == | | == Overview == |
| | | |
− | This is a simplified implementation of the '''cite book''' template found on Wikipedia. | + | This is a simplified implementation of the '''cite book''' template found on Wikipedia. It is useful for technical reports. |
| | | |
| '''Features''': | | '''Features''': |
Line 20: |
Line 20: |
| '''Limitations''': | | '''Limitations''': |
| | | |
− | *no '''integrity checks''' are undertaken, aside from noting an absent title field in orange (as shown above) | + | *no '''integrity checks''' are undertaken, aside from noting an absent <span style="background-color: gainsboro; padding-left: 0.5em; padding-right: 0.5em">title</span> field in orange (as shown above) |
| *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 specified, there are '''no aliases''' (unlike Wikipedia) | | *you must use the parameter names specified, there are '''no aliases''' (unlike Wikipedia) |
Line 27: |
Line 27: |
| | | |
| <pre style="font-size: 85%"> | | <pre style="font-size: 85%"> |
| + | {{cite book |
| + | | last1 = | first1 = |
| + | | last2 = | first2 = |
| + | | display-authors = etal |
| + | | title = |
| + | | trans-title = |
| + | | language = German |
| + | | date = |
| + | | publisher = |
| + | | location = |
| + | | isbn = |
| + | | url = |
| + | | access-date = |
| + | }} |
| </pre> | | </pre> |
| | | |
Line 32: |
Line 46: |
| | | |
| <pre style="font-size: 85%"> | | <pre style="font-size: 85%"> |
| + | {{cite book |
| + | | last1 = Lucy W | first1 = Wright |
| + | | last2 = Jeramiah B | first2 = 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 |
| + | }} |
| </pre> | | </pre> |
| + | |
| + | {{cite book |
| + | | last1 = Lucy W | first1 = Wright |
| + | | last2 = Jeramiah B | first2 = 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 |
| + | }} |
| | | |
| == Support == | | == Support == |
Revision as of 18:00, 9 December 2016
title required.
Overview
This is a simplified implementation of the cite book template found on Wikipedia. It is useful for technical reports.
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
Absent fields:
- editors are not supported
- chapter is not supported
- the language field must contain the language name (German) and not the ISO 639-1 code (de)
Limitations:
- no integrity checks are undertaken, aside from noting an absent title field in orange (as shown above)
- no metadata is injected into the HTML and the resulting page cannot be scraped by Zotero or Mendeley
- you must use the parameter names specified, there are no aliases (unlike Wikipedia)
Usage
{{cite book
| last1 = | first1 =
| last2 = | first2 =
| display-authors = etal
| title =
| trans-title =
| language = German
| date =
| publisher =
| location =
| isbn =
| url =
| access-date =
}}
Example
{{cite book
| last1 = Lucy W | first1 = Wright
| last2 = Jeramiah B | first2 = 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
}}
Lucy W, Wright; Jeramiah B, Bosch; 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.
Support
Bug reports to Robbie Morrison <robbie.morrison@posteo.de>
December 2016