Difference between revisions of "Template:BibEntry"

From emcawiki
Jump to: navigation, search
Line 116: Line 116:
 
|}
 
|}
  
'''Formatted Reference'''
 
 
{{#switch: {{{BibType|}}}
 
| INCOLLECTION =
 
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}}. ({{{Year|}}}). {{{Title|}}}  In {{#arraymap:{{{Editor(s)|}}}|;|x|[[BibEditor::x]]}} (Ed.), {{{Booktitle|}}} (pp. {{{Pages|}}}). {{{Address|}}}: {{{Publisher|}}}.
 
| BOOK =
 
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}) {{{Title|}}}.  {{{Address|}}}: {{{Publisher|}}}.
 
|  ARTICLE =
 
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}). {{{Title|}}}.  {{{Journal|}}}, {{{Volume|}}}{{#if:{{{Number|}}}| ({{{Number}}}),|}} pp. {{{Pages|}}}.
 
| INPROCEEDINGS =
 
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}}. ({{{Year|}}}). {{{Title|}}}  In {{#arraymap:{{{Editor(s)|}}}|;|x|[[BibEditor::x]]}} (Ed.), {{{Booktitle|}}} (pp. {{{Pages|}}}). {{{Address|}}}: {{{Publisher|}}}.
 
| PHDTHESIS =
 
({{{Year|}}}). {{{Title|}}}. {{{School|}}}, {{{Address|}}} 
 
| TECHREPORT =
 
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year}}}). {{{Title|}}}. {{{Address|}}}: {{{Publisher|}}}.
 
| {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}), {{{Title|}}}
 
}}
 
 
<span style="font-size:80%;color:red">(NB: Automated formatting: please check details before using!)</span>
 
  
 
{{#widget:Iframe
 
{{#widget:Iframe
 
|url=http://emcawiki.net/bibtexbrowser/bibtexbrowser.php?key={{PAGENAME}}&bib=geh.bib
 
|url=http://emcawiki.net/bibtexbrowser/bibtexbrowser.php?key={{PAGENAME}}&bib=geh.bib
|width=410
+
|width=600
|height=342
+
|height=500
 
|border=0
 
|border=0
 
}}
 
}}
 
 
 
  
 
{{#ask: [[Category:BibEntry]] [[BibKey::{{PAGENAME}}]] | searchlabel = Download BibTex
 
{{#ask: [[Category:BibEntry]] [[BibKey::{{PAGENAME}}]] | searchlabel = Download BibTex

Revision as of 14:24, 9 July 2014

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

{{BibEntry
|BibType=
|Author(s)=
|Title=
|Editor(s)=
|Tag(s)=
|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.