Difference between revisions of "Template:BibEntry"

From emcawiki
Jump to: navigation, search
Line 119: Line 119:
  
 
{{#switch: {{{BibType|}}}  
 
{{#switch: {{{BibType|}}}  
         | INCOLLECTION =  
+
         | INCOLLECTION = {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}}  
                {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}}  
+
                 ({{{Year|}}}  
                 ({{{Year|}}} '{{{Title|}}}'.  
+
                '{{{Title|}}}'.  
 
                 In: {{#arraymap:{{{Editor(s)|}}}|;|x|[[BibEditor::x]]}},  
 
                 In: {{#arraymap:{{{Editor(s)|}}}|;|x|[[BibEditor::x]]}},  
 
                 ed. {{{Booktitle|}}}.  
 
                 ed. {{{Booktitle|}}}.  
Line 127: Line 127:
 
                 {{{Publisher|}}}:  
 
                 {{{Publisher|}}}:  
 
                 {{{Pages|}}}  
 
                 {{{Pages|}}}  
         | BOOK = {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}) {{{Title|}}}.  {{{Address|}}}: {{{Publisher|}}} |  ARTICLE = {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}) '{{{Title|}}}',  {{{Journal|}}} {{{Volume|}}} {{{Number|}}}:  {{{Pages|}}} | INPROCEEDINGS = {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}) '{{{Title|}}}'. In: {{{Booktitle|}}}. {{{Publisher|}}}: {{{Pages|}}} | PHDTHESIS = {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}), ''{{{Title|}}}''., {{{School|}}}, {{{Address|}}}  | TECHREPORT = {{{Institution|}}}. {{{Title|}}}. {{{Address|}}}: {{{Publisher|}}}, {{{Year|}}}. | {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}), {{{Title|}}} }}
+
         | BOOK = {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}}  
 +
                ({{{Year|}}})  
 +
                {{{Title|}}}.   
 +
                {{{Address|}}}:  
 +
                {{{Publisher|}}}  
 +
        |  ARTICLE = {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}}  
 +
                ({{{Year|}}})  
 +
                '{{{Title|}}}',   
 +
                {{{Journal|}}}  
 +
                {{{Volume|}}}  
 +
                {{{Number|}}}:   
 +
                {{{Pages|}}}  
 +
        | INPROCEEDINGS = {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}}  
 +
                ({{{Year|}}})  
 +
                '{{{Title|}}}'.  
 +
                In: {{{Booktitle|}}}.  
 +
                {{{Publisher|}}}:  
 +
                {{{Pages|}}}  
 +
        | PHDTHESIS = {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}}  
 +
                ({{{Year|}}}),  
 +
                ''{{{Title|}}}''.,  
 +
                {{{School|}}},  
 +
                {{{Address|}}}   
 +
        | TECHREPORT = {{{Institution|}}}.  
 +
                {{{Title|}}}.  
 +
                {{{Address|}}}:  
 +
                {{{Publisher|}}},  
 +
                {{{Year|}}}.  
 +
        | {{#arraymap:{{{Author(s)|}}}|;|x|[[BibAuthor::x]]}} ({{{Year|}}}), {{{Title|}}}  
 +
}}
  
 
<span style="font-size:80%;color:red">(NB: Automated formatting: please check details before using!)</span>
 
<span style="font-size:80%;color:red">(NB: Automated formatting: please check details before using!)</span>

Revision as of 11:17, 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.