Difference between revisions of "Template:BibEntry"

From emcawiki
Jump to: navigation, search
Line 42: Line 42:
 
|-
 
|-
 
! Author(s)
 
! Author(s)
| {{#arraymap:{{{Author(s)|}}}|,|x|[[BibAuthor::x]]}}  
+
| {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}}  
 
|-
 
|-
 
! Title
 
! Title
Line 48: Line 48:
 
|-
 
|-
 
! Editor(s)
 
! Editor(s)
| {{#arraymap:{{{Editor(s)|}}}|,|x|[[BibEditor::x]]}}  
+
| {{#arraymap:{{{Editor(s)|}}}|;|x|[[BibEditor::x]]}}  
 
|-
 
|-
 
! Publisher
 
! Publisher
Line 154: Line 154:
 
''' Keyword(s) '''
 
''' Keyword(s) '''
  
{{#arraymap:{{{Keyword(s)|}}}|,|x|[[BibKeyword::x]]}}  
+
{{#arraymap:{{{Keyword(s)|}}}|;|x|[[BibKeyword::x]]}}  
  
 
'''Abstract'''
 
'''Abstract'''

Revision as of 07:47, 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.