Difference between revisions of "Template:BibEntry"

From emcawiki
Jump to: navigation, search
Line 49: Line 49:
 
! Editor(s)
 
! Editor(s)
 
| {{#arraymap:{{{Editor(s)|}}}|,|x|[[BibEditor::x]]}}  
 
| {{#arraymap:{{{Editor(s)|}}}|,|x|[[BibEditor::x]]}}  
|-
 
! Keyword(s)
 
| {{#arraymap:{{{Keyword(s)|}}}|,|x|[[BibKeyword::x]]}}
 
 
|-
 
|-
 
! Publisher
 
! Publisher
Line 125: Line 122:
  
 
{{#switch: {{{BibType}}} | INCOLLECTION = {{{Author(s)}}} ({{{Year}}}) '{{{Title}}}'. In: {{{Editor(s)}}}, ed. {{{Booktitle}}}. {{{Address}}}: {{{Publisher}}}: {{{Pages}}} | BOOK = {{{Author(s)}}} ({{{Year}}}) {{{Title}}}.  {{{Address}}}: {{{Publisher}}} |  ARTICLE = {{{Author(s)}}} ({{{Year}}}) '{{{Title}}}',  {{{Journal}}} {{{Volume}}} {{{Number}}}:  {{{Pages}}} | INPROCEEDINGS = {{{Author(s)}}} ({{{Year}}}) '{{{Title}}}'. In: {{{Booktitle}}}. {{{Publisher}}}: {{{Pages}}} | PHDTHESIS = {{{Author(s)}}} ({{{Year}}}), ''{{{Title}}}''., {{{School}}}, {{{Address}}}  | TECHREPORT = {{{Institution}}}. {{{Title}}}. {{{Address}}}: {{{Publisher}}}, {{{Year}}}. | {{{Author}}} ({{{Year}}}), {{{Title}}} }}
 
{{#switch: {{{BibType}}} | INCOLLECTION = {{{Author(s)}}} ({{{Year}}}) '{{{Title}}}'. In: {{{Editor(s)}}}, ed. {{{Booktitle}}}. {{{Address}}}: {{{Publisher}}}: {{{Pages}}} | BOOK = {{{Author(s)}}} ({{{Year}}}) {{{Title}}}.  {{{Address}}}: {{{Publisher}}} |  ARTICLE = {{{Author(s)}}} ({{{Year}}}) '{{{Title}}}',  {{{Journal}}} {{{Volume}}} {{{Number}}}:  {{{Pages}}} | INPROCEEDINGS = {{{Author(s)}}} ({{{Year}}}) '{{{Title}}}'. In: {{{Booktitle}}}. {{{Publisher}}}: {{{Pages}}} | PHDTHESIS = {{{Author(s)}}} ({{{Year}}}), ''{{{Title}}}''., {{{School}}}, {{{Address}}}  | TECHREPORT = {{{Institution}}}. {{{Title}}}. {{{Address}}}: {{{Publisher}}}, {{{Year}}}. | {{{Author}}} ({{{Year}}}), {{{Title}}} }}
 
 
  
 
{{#ask: [[Has title::{{PAGENAME}}]] | searchlabel=Download BibTex
 
{{#ask: [[Has title::{{PAGENAME}}]] | searchlabel=Download BibTex
Line 155: Line 150:
 
| format=bibtex
 
| format=bibtex
 
}}
 
}}
 +
 +
 +
''' Keyword(s) '''
 +
 +
{{#arraymap:{{{Keyword(s)|}}}|,|x|[[BibKeyword::x]]}}
  
 
'''Abstract'''
 
'''Abstract'''

Revision as of 02:03, 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.