1,988 bytes added,
10:40, 4 November 2015 {{{author}}} ({{{year}}}). {{{title}}} ''{{{type}}} thesis, {{{department}}}, {{{university}}}''. {{#if: {{{link|}}} | ([{{{link}}} Link] }}{{#if: {{{pdf|}}} |, [{{{pdf}}} PDF] }}{{#if: {{{link|}}} | ) }}<noinclude>
{{Template info|1=
== Goal ==
To standardise the formatting of all citations and references on the relax wiki.
== Usage ==
<nowiki>{{</nowiki>'''citation_thesis'''{{!}}''author=''{{!}}''title=''{{!}}''type=''{{!}}''department=''{{!}}''university=''{{!}}''year=''{{!}}''link=''{{!}}''pdf=''{{!}}<nowiki>}}</nowiki>
; author : The author of the thesis, in the format of last name, comma, and initials with periods.
; title : The title of the thesis.
; type : The type of thesis (PhD, Masters, Honours, etc.)
; department : The name of the department.
; university : the name of the university.
; year : The publication year.
; link : The optional URL to the thesis, if available.
; pdf : The optional URL to a PDF file of the thesis, if available.
== Examples ==
Using the text:
<pre>
* {{citation_thesis
| author = d'Auvergne, E. J.
| title = Protein dynamics: a study of the model-free analysis of NMR relaxation data.
| type = PhD
| department = Biochemistry and Molecular Biology
| university = University of Melbourne
| year = 2006
| link = https://minerva-access.unimelb.edu.au/handle/11343/39174
| pdf = https://minerva-access.unimelb.edu.au/bitstream/handle/11343/39174/67077_00002799_01_thesis.pdf?sequence=1
}}
</pre>
The result is:
* {{citation_thesis
| author = d'Auvergne, E. J.
| title = Protein dynamics: a study of the model-free analysis of NMR relaxation data.
| type = PhD
| department = Biochemistry and Molecular Biology
| university = University of Melbourne
| year = 2006
| link = https://minerva-access.unimelb.edu.au/handle/11343/39174
| pdf = https://minerva-access.unimelb.edu.au/bitstream/handle/11343/39174/67077_00002799_01_thesis.pdf?sequence=1
}}
}}
</noinclude>