Difference between revisions of "Template:BibEntry"

From emcawiki
Jump to: navigation, search
Line 122: Line 122:
 
{{#switch: {{{BibType|}}}  
 
{{#switch: {{{BibType|}}}  
 
| INCOLLECTION =  
 
| INCOLLECTION =  
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}}. ({{{Year|}}}). {{{Title|}}}  In {{#ifexpr: {{#arraymap:{{{Editor(s)|}}}|;|x|[[BibEditor::x]]}} > 1 | multieds}} (Ed.), {{{Booktitle|}}}. {{{Address|}}}: {{{Publisher|}}}: {{{Pages|}}}  
+
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}}. ({{{Year|}}}). {{{Title|}}}  In {{#arraymap:{{{Editor(s)|}}}|;|x|[[BibEditor::x]]}} (Ed.), {{{Booktitle|}}} (pp. {{{Pages|}}}). {{{Address|}}}: {{{Publisher|}}}.
 
| BOOK =  
 
| BOOK =  
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} {{#ifexpr:{{#arraysize:{{{{#arraymap:{{{Editor(s)|}}}|;|x|[[BibEditor::x]]}}}}}} > 1 | multieds}} ({{{Year|}}}) {{{Title|}}}.  {{{Address|}}}: {{{Publisher|}}}  
+
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}) {{{Title|}}}.  {{{Address|}}}: {{{Publisher|}}}.
 
|  ARTICLE =  
 
|  ARTICLE =  
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}) '{{{Title|}}}', {{{Journal|}}} {{{Volume|}}} {{{Number|}}}{{{Pages|}}}  
+
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}). {{{Title|}}}. {{{Journal|}}}, {{{Volume|}}}{{#if:{{{Number|}}}| ({{{Number}}})|}}, pp. {{{Pages|}}}.
 
| INPROCEEDINGS =  
 
| INPROCEEDINGS =  
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}) '{{{Title|}}}'. In: {{{Booktitle|}}}. {{{Publisher|}}}: {{{Pages|}}}  
+
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}}. ({{{Year|}}}). {{{Title|}}}  In {{#arraymap:{{{Editor(s)|}}}|;|x|[[BibEditor::x]]}} (Ed.), {{{Booktitle|}}} (pp. {{{Pages|}}}). {{{Address|}}}: {{{Publisher|}}}.
 
| PHDTHESIS =  
 
| PHDTHESIS =  
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}), ''{{{Title|}}}''., {{{School|}}}, {{{Address|}}}   
+
({{{Year|}}}). {{{Title|}}}. {{{School|}}}, {{{Address|}}}   
 
| TECHREPORT =  
 
| TECHREPORT =  
{{{Institution|}}}{{{Title|}}}. {{{Address|}}}: {{{Publisher|}}}, {{{Year|}}}.  
+
{{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year}}}). {{{Title|}}}. {{{Address|}}}: {{{Publisher|}}}.
 
| {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}), {{{Title|}}}  
 
| {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}), {{{Title|}}}  
 
}}
 
}}

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