More languages
More actions
m (Testing new function) |
(Preparing template for testing) |
||
Line 1: | Line 1: | ||
{{#invoke: | <onlyinclude>{{#invoke:citation|cite}}</onlyinclude> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"author": { | |||
"label": "Author(s)", | |||
"description": "Author of the work", | |||
"example": "Vladimir Lenin", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"year": { | |||
"label": "Year", | |||
"description": "Year of publication", | |||
"example": "1916", | |||
"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": "number", | |||
"suggested": true | |||
}, | |||
"chapter": { | |||
"label": "Chapter", | |||
"description": "Chapter of work", | |||
"example": "Finance capital and financial oligarchy", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"title-url": { | |||
"label": "URL", | |||
"description": "URL where the work can be accessed online", | |||
"example": "https://www.marxists.org/archive/lenin/works/1916/imp-hsc/index.htm", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"chapter-url": { | |||
"label": "URL of chapter", | |||
"description": "URL of where the chapter can be accessed online", | |||
"example": "https://www.marxists.org/archive/lenin/works/1916/imp-hsc/ch03.htm", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"isbn": { | |||
"label": "ISBN number", | |||
"description": "ISBN number of the work", | |||
"example": "9785010004392", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"city": { | |||
"label": "Location of publication", | |||
"description": "City where the work was published", | |||
"example": "Moscow", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"publisher": { | |||
"label": "Publisher", | |||
"description": "Publisher of the work", | |||
"example": "Progress Publishers", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"doi": { | |||
"label": "DOI code", | |||
"description": "DOI code of the work", | |||
"example": "10.1093/ajae/aaq063", | |||
"suggested": true | |||
}, | |||
"lg": { | |||
"label": "Library Genesis link", | |||
"description": "Library Genesis link where the work can be downloaded", | |||
"example": "http://libgen.rs/book/index.php?md5=30D7EA31BF390AA78A5BCBF2C6DD4E6C", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"mia": { | |||
"label": "Marxists Internet Archive link", | |||
"description": "MIA link where the work can be accessed", | |||
"example": "https://www.marxists.org/archive/lenin/works/1916/imp-hsc/index.htm", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"pdf": { | |||
"label": "PDF link", | |||
"description": "PDF link where the work can be downloaded", | |||
"example": "https://www.marxists.org/archive/lenin/works/1916/imp-hsc/imperialism.pdf", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"trans-title": { | |||
"label": "Title in foreign language", | |||
"description": "Original title, in case it's a foreign language work", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"trans-lang": { | |||
"label": "Original language", | |||
"description": "Language of the work cited, in case it's a foreign language work", | |||
"type": "string", | |||
"suggested": true, | |||
"example": "Spanish, Russian, Chinese, etc." | |||
}, | |||
"quote": { | |||
"label": "Quote", | |||
"description": "Quote of work", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"section": { | |||
"label": "Section", | |||
"description": "Section inside chapter", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Adds images to the citation (useful for tables, graphs, etc.)", | |||
"type": "wiki-file-name" | |||
}, | |||
"series": { | |||
"label": "Series", | |||
"description": "The title of the series, if the work is part of one", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"volume": { | |||
"label": "Volume", | |||
"description": "Volume number, if the work is part of a larger collection of books", | |||
"example": "\"1\", \"2\", or \"I\", \"II\"", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Creates a citation for books and scientific articles", | |||
"paramOrder": [ | |||
"author", | |||
"year", | |||
"title", | |||
"title-url", | |||
"chapter", | |||
"chapter-url", | |||
"section", | |||
"page", | |||
"quote", | |||
"pdf", | |||
"city", | |||
"publisher", | |||
"isbn", | |||
"doi", | |||
"lg", | |||
"mia", | |||
"series", | |||
"volume", | |||
"trans-title", | |||
"trans-lang", | |||
"image" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 14:07, 5 January 2024
Creates a citation for books and scientific 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 |
URL | title-url | URL where the work can be accessed online
| URL | suggested |
Chapter | chapter | Chapter of work
| String | suggested |
URL of chapter | chapter-url | URL of where the chapter can be accessed online
| URL | suggested |
Section | section | Section inside chapter | String | suggested |
Page(s) | page | Pages where the information can be found | Number | suggested |
Quote | quote | Quote of work | String | suggested |
PDF link | pdf | PDF link where the work can be downloaded
| URL | suggested |
Location of publication | city | City where the work was published
| String | suggested |
Publisher | publisher | Publisher of the work
| String | suggested |
ISBN number | isbn | ISBN number of the work
| Number | suggested |
DOI code | doi | DOI code of the work
| Unknown | suggested |
Library Genesis link | lg | Library Genesis link where the work can be downloaded
| URL | suggested |
Marxists Internet Archive link | mia | MIA link where the work can be accessed
| URL | suggested |
Series | series | The title of the series, if the work is part of one | String | suggested |
Volume | volume | Volume number, if the work is part of a larger collection of books
| String | suggested |
Title in foreign language | trans-title | Original title, in case it's a foreign language work | String | suggested |
Original language | trans-lang | Language of the work cited, in case it's a foreign language work
| String | suggested |
Image | image | Adds images to the citation (useful for tables, graphs, etc.) | File | optional |