1,954 bytes added, 
18:18, 3 November 2015 {{{authors}}} ({{{year}}}).  {{{title}}}  ''{{{journal}}}'', '''{{{volume}}}'''{{#if: {{{number|}}} | ({{{number}}})}}, {{{page_start}}} {{#if: {{{page_end|}}} | -{{{page_end}}} }}.  {{#if: {{{doi|}}} | (DOI: [http://dx.doi.org/{{{doi}}} {{{doi}}}]) }}
<noinclude>
{{Template info|1=
== Goal ==
To standardise the formatting of all citations and references on the relax wiki.
== Usage ==
 <nowiki>{{</nowiki>'''citation'''{{!}}''authors=''{{!}}''title=''{{!}}''journal=''{{!}}''volume=''{{!}}''number=''{{!}}''page_start=''{{!}}''page_end=''{{!}}''{{!}}''year=''doi=''<nowiki>}}</nowiki>
; authors : The authors of the paper, in the format of last name, comma, and initials with periods.
; title : The title of the paper.
; journal : The abbreviated journal name in [https://en.wikipedia.org/wiki/ISO_4 ISO 4] format.
; volume : The journal volume.
; number : The issue number.
; page_state : The 1<sup>st</sup> page number.
; page_end : The optional end page number.
; year : The publication year.  Add a letter to differentiate between publications with the same authors and same year.
; doi : The DOI number.
== Examples ==
Using the text:
<pre>
* {{citation
| authors    = d'Auvergne, E. J. and Gooley, P. R.
| title      = Optimisation of NMR dynamic models I. Minimisation algorithms and their performance within the model-free and Brownian rotational diffusion spaces.
| journal    = J. Biomol. NMR
| volume     = 40
| number     = 2
| page_start = 107-119
| doi        = 10.1007/s10858-007-9214-2
| year       = 2008a
}}
</pre>
The result is:
* {{citation
| authors    = d'Auvergne, E. J. and Gooley, P. R.
| title      = Optimisation of NMR dynamic models I. Minimisation algorithms and their performance within the model-free and Brownian rotational diffusion spaces.
| journal    = J. Biomol. NMR
| volume     = 40
| number     = 2
| page_start = 107-119
| doi        = 10.1007/s10858-007-9214-2
| year       = 2008a
}}
}}
</noinclude>