More languages
More actions
(Created page with "<includeonly> {{#invoke:citation|citation}} </includeonly>") |
m (Template data for testing) |
||
Line 2: | Line 2: | ||
{{#invoke:citation|citation}} | {{#invoke:citation|citation}} | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"author": { | |||
"label": "Author(s)", | |||
"description": "Author of the work", | |||
"example": "Karl Marx", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"Publisher": {}, | |||
"ISBN": {}, | |||
"DOI code": {}, | |||
"Location of publication": {}, | |||
"year": { | |||
"label": "Year", | |||
"description": "Year of publication", | |||
"example": "1917", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "Title of work", | |||
"example": "Imperialism: the highest stage of capitalism", | |||
"type": "string", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"page": { | |||
"label": "Page(s)", | |||
"description": "Pages where the information can be found", | |||
"type": "wiki-page-name" | |||
}, | |||
"chapter": { | |||
"label": "Chapter", | |||
"description": "Chapter of work", | |||
"example": "Finance capital and financial oligarchy", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Creates a citation for general use in articles", | |||
"paramOrder": [ | |||
"author", | |||
"year", | |||
"title", | |||
"chapter", | |||
"Publisher", | |||
"ISBN", | |||
"DOI code", | |||
"Location of publication", | |||
"page" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 22:35, 25 October 2021
Creates a citation for general use in articles
Parameter | Description | Type | Status | |
---|---|---|---|---|
Author(s) | author | Author of the work
| String | suggested |
Year | year | Year of publication
| Date | suggested |
Title | title | Title of work
| String | required |
Chapter | chapter | Chapter of work
| String | suggested |
Publisher | Publisher | no description | Unknown | optional |
ISBN | ISBN | no description | Unknown | optional |
DOI code | DOI code | no description | Unknown | optional |
Location of publication | Location of publication | no description | Unknown | optional |
Page(s) | page | Pages where the information can be found | Page name | optional |