Difference between revisions of "Template:BibEntry"

From emcawiki
Jump to: navigation, search
Line 117: Line 117:
  
 
'''Formatted Reference'''
 
'''Formatted Reference'''
 
{{#explode: {{{Author(s)|}}}|;|x|[[BibAuthor::x]]}}| |1}}
 
  
 
{{#switch: {{{BibType|}}}  
 
{{#switch: {{{BibType|}}}  
 
| INCOLLECTION =  
 
| INCOLLECTION =  
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}} '{{{Title|}}}'. In: {{#arraymap:{{{Editor(s)|}}}|;|x|[[BibEditor::x]]}}, ed. {{{Booktitle|}}}.  {{{Address|}}}: {{{Publisher|}}}: {{{Pages|}}}  
+
{{#arraymaptemplate:{{{Author(s)|}}}|;|x|[[NameArray::x]]}}. ({{{Year|}}}). {{{Title|}}}  In {{#arraymap:{{{Editor(s)|}}}|;|x|[[BibEditor::x]]}} (Ed.), {{{Booktitle|}}}.  {{{Address|}}}: {{{Publisher|}}}: {{{Pages|}}}  
 
| BOOK =  
 
| BOOK =  
 
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}) {{{Title|}}}.  {{{Address|}}}: {{{Publisher|}}}  
 
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}) {{{Title|}}}.  {{{Address|}}}: {{{Publisher|}}}  

Revision as of 13:39, 8 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.