More languages
More actions
mNo edit summary |
mNo edit summary |
||
Line 64: | Line 64: | ||
|pdf=https://shared.prolewiki.org/uploads/1/1e/Perry_Anderson_-_Passages_from_Antiquity_to_Feudalism_%281974%29.pdf | |pdf=https://shared.prolewiki.org/uploads/1/1e/Perry_Anderson_-_Passages_from_Antiquity_to_Feudalism_%281974%29.pdf | ||
|epub= | |epub= | ||
}}</noinclude> | }} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"author": { | |||
"label": "Author", | |||
"description": "Author of work", | |||
"example": "Perry Anderson", | |||
"type": "string", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"year": { | |||
"label": "Year", | |||
"description": "Year of first publication of work", | |||
"example": "1974", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "Title of work", | |||
"example": "Passages from antiquity to feudalism", | |||
"required": true | |||
}, | |||
"chapter": { | |||
"label": "Chapter", | |||
"description": "Chapter title of the book", | |||
"example": "Classical and antiquity" | |||
}, | |||
"pdf": { | |||
"label": "PDF link", | |||
"description": "PDF link to work", | |||
"example": "http://www.chinhnghia.com/Passages%20from%20Antiquity%20to%20Feudalism.PDF" | |||
}, | |||
"epub": { | |||
"label": "EPUB link", | |||
"description": "EPUB link to work" | |||
}, | |||
"city": { | |||
"label": "City", | |||
"description": "City of published work", | |||
"example": "London" | |||
}, | |||
"publisher": { | |||
"label": "Publisher", | |||
"description": "Publisher of work", | |||
"example": "New Left Books" | |||
}, | |||
"isbn": { | |||
"label": "ISBN", | |||
"description": "ISBN of work", | |||
"example": "090230870X" | |||
}, | |||
"lg": { | |||
"label": "Library Genesis link", | |||
"description": "Library Genesis link of work", | |||
"example": "libgen.rs/book/index.php?md5=D506850919AFB63C856850E82780EF31", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Produces the formatted text for a citation" | |||
} | |||
</templatedata></noinclude> |
Revision as of 10:24, 16 June 2021
Usage:
{{textcite |author= |title= |chapter= |year= |city= |publisher= |isbn= |lg= |pdf= |epub= }}
Example:
{{textcite |author=Fidel Castro |title=Che: a memoir |year=2005 |city=Melbourne |publisher=Ocean Press |isbn=9781921700835 |lg=http://libgen.rs/book/index.php?md5=99FF4ED3FDF1F4BDB79D3CCFB39EAB66 |epub=https://shared.prolewiki.org/uploads/0/0b/Fidel_Castro_%E2%80%93_Che-_a_memoir._Ocean_Press_%282012%29.epub }}
Fidel Castro (2005). 'Reflections on Che' in Che: a memoir. [EPUB] Melbourne: Ocean Press ISBN 9781921700835 [LG]
{{textcite |author=Perry Anderson |title=Passages from antiquity to feudalism |chapter=Classical antiquity |year=1978 |city=London |publisher=NLB |isbn=9780860917090 |lg=http://libgen.rs/book/index.php?md5=D506850919AFB63C856850E82780EF31 |pdf=https://shared.prolewiki.org/uploads/1/1e/Perry_Anderson_-_Passages_from_Antiquity_to_Feudalism_%281974%29.pdf |epub= }}
Perry Anderson (1978). 'Classical antiquity' in Passages from antiquity to feudalism. [PDF] London: NLB ISBN 9780860917090 [LG]
Produces the formatted text for a citation
Parameter | Description | Type | Status | |
---|---|---|---|---|
Author | author | Author of work
| String | required |
Year | year | Year of first publication of work
| Unknown | required |
Title | title | Title of work
| Unknown | required |
Chapter | chapter | Chapter title of the book
| Unknown | optional |
PDF link | pdf | PDF link to work
| Unknown | optional |
EPUB link | epub | EPUB link to work | Unknown | optional |
City | city | City of published work
| Unknown | optional |
Publisher | publisher | Publisher of work
| Unknown | optional |
ISBN | isbn | ISBN of work
| Unknown | optional |
Library Genesis link | lg | Library Genesis link of work
| Unknown | suggested |