更多语言
更多操作
(Imported template from English version) |
小 (Using Chinese as the template's main arguments) |
||
第4行: | 第4行: | ||
{ | { | ||
"params": { | "params": { | ||
" | "作者": { | ||
"label": " | "label": "作者", | ||
"description": "Author of the work", | "description": "Author of the work", | ||
"example": "Vladimir Lenin", | "example": "Vladimir Lenin", | ||
第11行: | 第11行: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "年": { | ||
"label": " | "label": "年", | ||
"description": "Year of publication", | "description": "Year of publication", | ||
"example": "1916", | "example": "1916", | ||
第18行: | 第18行: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "标题": { | ||
"label": " | "label": "标题", | ||
"description": "Title of work", | "description": "Title of work", | ||
"example": "Imperialism: the highest stage of capitalism", | "example": "Imperialism: the highest stage of capitalism", | ||
第26行: | 第26行: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "页": { | ||
"label": " | "label": "页", | ||
"description": "Pages where the information can be found", | "description": "Pages where the information can be found", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "章节": { | ||
"label": " | "label": "章节", | ||
"description": "Chapter of work", | "description": "Chapter of work", | ||
"example": "Finance capital and financial oligarchy", | "example": "Finance capital and financial oligarchy", | ||
第39行: | 第39行: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "标题-url": { | ||
"label": "URL", | "label": "URL", | ||
"description": "URL where the work can be accessed online", | "description": "URL where the work can be accessed online", | ||
第46行: | 第46行: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "章节-url": { | ||
"label": " | "label": "章节URL", | ||
"description": "URL of where the chapter can be accessed online", | "description": "URL of where the chapter can be accessed online", | ||
"example": "https://www.marxists.org/archive/lenin/works/1916/imp-hsc/ch03.htm", | "example": "https://www.marxists.org/archive/lenin/works/1916/imp-hsc/ch03.htm", | ||
第54行: | 第54行: | ||
}, | }, | ||
"isbn": { | "isbn": { | ||
"label": " | "label": "国际标准书号", | ||
"description": "ISBN number of the work", | "description": "ISBN number of the work", | ||
"example": "9785010004392", | "example": "9785010004392", | ||
第60行: | 第60行: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "城市": { | ||
"label": " | "label": "城市", | ||
"description": "City where the work was published", | "description": "City where the work was published", | ||
"example": "Moscow", | "example": "Moscow", | ||
第67行: | 第67行: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "出版者": { | ||
"label": " | "label": "出版者", | ||
"description": "Publisher of the work", | "description": "Publisher of the work", | ||
"example": "Progress Publishers", | "example": "Progress Publishers", | ||
第101行: | 第101行: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "引用": { | ||
"label": " | "label": "引用", | ||
"description": "Quote of work", | "description": "Quote of work", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "小节": { | ||
"label": " | "label": "小节", | ||
"description": "Section inside chapter", | "description": "Section inside chapter", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "图片": { | ||
"label": " | "label": "图片", | ||
"description": "Adds images to the citation (useful for tables, graphs, etc.)", | "description": "Adds images to the citation (useful for tables, graphs, etc.)", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
" | "系列": { | ||
"label": " | "label": "系列", | ||
"description": "The title of the series, if the work is part of one", | "description": "The title of the series, if the work is part of one", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "卷": { | ||
"label": " | "label": "卷", | ||
"description": "Volume number, if the work is part of a larger collection of books", | "description": "Volume number, if the work is part of a larger collection of books", | ||
"example": "\"1\", \"2\", or \"I\", \"II\"", | "example": "\"1\", \"2\", or \"I\", \"II\"", | ||
第147行: | 第134行: | ||
"description": "Creates a citation for books and scientific articles", | "description": "Creates a citation for books and scientific articles", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "作者", | ||
" | "年", | ||
" | "标题", | ||
" | "标题-url", | ||
" | "章节", | ||
" | "章节-url", | ||
" | "小节", | ||
" | "页", | ||
" | "引用", | ||
"pdf", | "pdf", | ||
" | "城市", | ||
" | "出版者", | ||
"isbn", | "isbn", | ||
"doi", | "doi", | ||
"lg", | "lg", | ||
"mia", | "mia", | ||
" | "系列", | ||
" | "卷", | ||
" | "图片" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
2022年8月12日 (五) 14:04的最新版本
Creates a citation for books and scientific articles
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
作者 | 作者 | Author of the work
| 字符串 | 推荐 |
年 | 年 | Year of publication
| 日期 | 推荐 |
标题 | 标题 | Title of work
| 字符串 | 必需 |
URL | 标题-url | URL where the work can be accessed online
| URL | 推荐 |
章节 | 章节 | Chapter of work
| 字符串 | 推荐 |
章节URL | 章节-url | URL of where the chapter can be accessed online
| URL | 推荐 |
小节 | 小节 | Section inside chapter | 字符串 | 推荐 |
页 | 页 | Pages where the information can be found | 数字 | 推荐 |
引用 | 引用 | Quote of work | 字符串 | 推荐 |
PDF link | pdf | PDF link where the work can be downloaded
| URL | 推荐 |
城市 | 城市 | City where the work was published
| 字符串 | 推荐 |
出版者 | 出版者 | Publisher of the work
| 字符串 | 推荐 |
国际标准书号 | isbn | ISBN number of the work
| 数字 | 推荐 |
DOI code | doi | DOI code of the work
| 未知 | 推荐 |
Library Genesis link | lg | Library Genesis link where the work can be downloaded
| URL | 推荐 |
Marxists Internet Archive link | mia | MIA link where the work can be accessed
| URL | 推荐 |
系列 | 系列 | The title of the series, if the work is part of one | 字符串 | 推荐 |
卷 | 卷 | Volume number, if the work is part of a larger collection of books
| 字符串 | 推荐 |
图片 | 图片 | Adds images to the citation (useful for tables, graphs, etc.) | 文件 | 可选 |