More languages
More actions
mNo edit summary |
m (Put Publisher as a suggested parameter, and added a boolean for testing purposes) |
||
Line 71: | Line 71: | ||
"description": "Publisher of the work", | "description": "Publisher of the work", | ||
"example": "Progress Publishers", | "example": "Progress Publishers", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
}, | }, | ||
"doi": { | "doi": { | ||
Line 99: | Line 100: | ||
"type": "url", | "type": "url", | ||
"suggested": true | "suggested": true | ||
}, | |||
"boolean": { | |||
"type": "boolean" | |||
} | } | ||
}, | }, | ||
Line 116: | Line 120: | ||
"mia", | "mia", | ||
"title-url", | "title-url", | ||
"chapter-url" | "chapter-url", | ||
"boolean" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 17:22, 2 November 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 |
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 |
boolean | boolean | no description | Boolean | optional |