More languages
More actions
mNo edit summary |
m (Improved template for foreign language support) |
||
Line 103: | Line 103: | ||
"boolean": { | "boolean": { | ||
"type": "boolean" | "type": "boolean" | ||
}, | |||
"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": "Translated language", | |||
"description": "Language of the work cited, in case it's a foreign language work", | |||
"type": "string", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
Line 121: | Line 133: | ||
"title-url", | "title-url", | ||
"chapter-url", | "chapter-url", | ||
"trans-title", | |||
"trans-lang", | |||
"boolean" | "boolean" | ||
] | ] |
Revision as of 17:38, 3 November 2021
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 |
Chapter | chapter | Chapter of work
| String | suggested |
Page(s) | page | Pages where the information can be found | Page name | 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 |
URL of work | title-url | URL of where the work can be accessed online
| URL | suggested |
URL of chapter | chapter-url | URL of where the chapter can be accessed online
| URL | suggested |
Title in foreign language | trans-title | Original title, in case it's a foreign language work | String | suggested |
Translated language | trans-lang | Language of the work cited, in case it's a foreign language work | String | suggested |
boolean | boolean | no description | Boolean | optional |