More languages
More actions
m (Improved template for foreign language support) |
m (Fixed) Tag: Manual revert |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
< | <onlyinclude>{{#invoke:citation|cite}}</onlyinclude> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Line 29: | Line 29: | ||
"label": "Page(s)", | "label": "Page(s)", | ||
"description": "Pages where the information can be found", | "description": "Pages where the information can be found", | ||
"type": " | "type": "number", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 40: | Line 40: | ||
}, | }, | ||
"title-url": { | "title-url": { | ||
"label": "URL | "label": "URL", | ||
"description": "URL | "description": "URL where the work can be accessed online", | ||
"example": "https://www.marxists.org/archive/lenin/works/1916/imp-hsc/index.htm", | "example": "https://www.marxists.org/archive/lenin/works/1916/imp-hsc/index.htm", | ||
"type": "url", | "type": "url", | ||
Line 100: | Line 100: | ||
"type": "url", | "type": "url", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"trans-title": { | "trans-title": { | ||
Line 111: | Line 108: | ||
}, | }, | ||
"trans-lang": { | "trans-lang": { | ||
"label": " | "label": "Original language", | ||
"description": "Language of the work cited, in case it's a foreign language work", | "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", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Line 122: | Line 150: | ||
"year", | "year", | ||
"title", | "title", | ||
"title-url", | |||
"chapter", | "chapter", | ||
"chapter-url", | |||
"section", | |||
"page", | "page", | ||
"quote", | |||
"pdf", | "pdf", | ||
"city", | "city", | ||
Line 131: | Line 163: | ||
"lg", | "lg", | ||
"mia", | "mia", | ||
" | "series", | ||
" | "volume", | ||
"trans-title", | "trans-title", | ||
"trans-lang", | "trans-lang", | ||
" | "image" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 04:02, 19 June 2023
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 |