Difference between revisions of "Template:BibEntry"

From emcawiki
Jump to: navigation, search
Line 119: Line 119:
 
'''Formatted Reference'''
 
'''Formatted Reference'''
  
{{#switch: {{{Type}}} | INCOLLECTION = {{{Author(s)}}} ({{{Year}}}) '{{{Title}}}'. In: {{{Editor(s)}}}, ed. {{{Booktitle}}}. {{{Address}}}: {{{Publisher}}}: {{{Pages}}} | BOOK = Book |  ARTICLE = Article | INPROCEEDINGS = Inproceedings | PHDTHESIS = Phdthesis | TECHREPORT = Techreport | Miscellaneous }}
+
{{#switch: {{{BibType}}} | INCOLLECTION = {{{Author(s)}}} ({{{Year}}}) '{{{Title}}}'. In: {{{Editor(s)}}}, ed. {{{Booktitle}}}. {{{Address}}}: {{{Publisher}}}: {{{Pages}}} | BOOK = Book |  ARTICLE = Article | INPROCEEDINGS = Inproceedings | PHDTHESIS = Phdthesis | TECHREPORT = Techreport | Miscellaneous }}
  
 
{{#ask: [[Has title::{{PAGENAME}}]] | searchlabel=Download BibTex
 
{{#ask: [[Has title::{{PAGENAME}}]] | searchlabel=Download BibTex

Revision as of 01:27, 7 July 2014

This is the "BibEntry" template. It should be called in the following format:

{{BibEntry
|BibType=
|Author(s)=
|Title=
|Editor(s)=
|Keyword(s)=
|Publisher=
|Year=
|Howpublished=
|Chapter=
|Address=
|Edition=
|Publisher=
|Month=
|Journal=
|Booktitle=
|Volume=
|Number=
|Pages=
|URL=
|DOI=
|ISBN=
|Organization=
|Institution=
|Type=
|Series=
|Note=
|Abstract=
|Key=
}}

Edit the page to see the template text.