Changes

Jump to navigation Jump to search
Created page with "<noinclude> This template is called from within the BibliographyItem template to define an individual journal article entry in accord with the sp..."
<noinclude>
This template is called from within the [[Template:BibliographyItem|BibliographyItem]] template to define an individual journal article entry in accord with the specifications of the <code><nowiki>#scite</nowiki></code> parser. Items defined through this become part of the Semantic Cite mechanism used by this encyclopedia.

Parameters:
* <code><nowiki>|citation key=</nowiki></code> - the citation key of this resource, e.g. "Laudan (1988)".
* <code><nowiki>|author=</nowiki></code> - the author(s) of the resource. If multiple authors need to be specified, a comma delimited array can be passed here.
* <code><nowiki>|title=</nowiki></code> - the title of the resource.
* <code><nowiki>|year=</nowiki></code> - the year of first publication.
* <code><nowiki>|publisher=</nowiki></code> - the name of the publishing company.
* <code><nowiki>|isbn=</nowiki></code> - the ISBN number of the publication.
* <code><nowiki>|url=</nowiki></code> - if the resource is online, the stable URL of the resource.
* <code><nowiki>|doi=</nowiki></code> - the DOI of the resource, if available.
* <code><nowiki>|journal=</nowiki></code> - the title of the journal.
* <code><nowiki>|volume=</nowiki></code> - the volume of the journal issue.
* <code><nowiki>|number=</nowiki></code> - the number of the journal issue.
* <code><nowiki>|pages=</nowiki></code> - the pages where the resource is located. Don't use "p." or "pp." just indicate the page numbers, e.g. "61-116".
</noinclude>
<includeonly><!--
-->{{#scite:{{{citation key|}}}<!--
--> |type=journal<!--
--> |author={{{author|}}}<!--
--> |title={{{title|}}}<!--
--> |year={{{year|}}}<!--
--> |publisher={{{publisher|}}}<!--
--> |isbn={{{isbn|}}}<!--
--> |url={{{url|}}}<!--
--> |doi={{{doi|}}}<!--
--> |journal={{{journal|}}}<!--
--> |volume={{{volume|}}}<!--
--> |number={{{number|}}}<!--
--> |pages={{{pages|}}}<!--
-->}}</includeonly>

Navigation menu