模板:网络引用:修订间差异

来自普罗百科,无产者的百科全书
(Imported template from English version)
 
(Template now uses mainly Chinese arguments)
 
第4行: 第4行:
{
{
"params": {
"params": {
"date": {
"label": "Date",
"type": "date",
"suggested": true,
"description": "Date in YYYY-MM-DD format",
"example": "2021-10-21"
},
"title": {
"label": "Title",
"type": "string",
"suggested": true,
"description": "Title of the article"
},
"url": {
"url": {
"label": "URL",
"label": "URL",
第23行: 第10行:
"description": "URL of the article"
"description": "URL of the article"
},
},
"newspaper": {
"作者": {
"label": "Newspaper or website name",
"label": "作者",
"description": "Name of the author who wrote the article",
"type": "string",
"type": "string",
"suggested": true,
"suggested": true
},
"报纸": {
"label": " 报纸或网站",
"description": "Name of the newspaper, periodical or website",
"description": "Name of the newspaper, periodical or website",
"example": "The Grayzone"
"example": "The Grayzone",
"type": "string",
"suggested": true
},
"标题": {
"label": "标题",
"description": "Title of the article",
"type": "string",
"suggested": true
},
"日期": {
"label": "日期",
"description": "Date in YYYY-MM-DD format",
"example": "2021-10-21",
"type": "date",
"suggested": true
},
},
"archive-url": {
"存档-url": {
"label": "Archive URL",
"label": "存档URL",
"description": "URL of the archived article",
"type": "url",
"type": "url",
"suggested": true,
"suggested": true
"description": "URL of the archived article"
},
},
"archive-date": {
"存档日期": {
"label": "Archive date",
"label": "存档日期",
"description": "Date of the archived URL",
"type": "date",
"type": "date",
"suggested": true,
"suggested": true
"description": "Date of the archived URL"
},
},
"retrieved": {
"搜索日期": {
"label": "Retrieved date",
"label": "搜索日期",
"description": "Date the article has been retrieved",
"type": "date",
"type": "date",
"suggested": true,
"suggested": true
"description": "Date the article has been retrieved"
},
},
"quote": {
"引用": {
"label": "Quote",
"label": "引用",
"description": "Cites a quotation from the article",
"description": "Cites a quotation from the article",
"type": "string",
"suggested": true
},
"author": {
"label": "Author",
"description": "Name of the author who wrote the article",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
第63行: 第63行:
"description": "Creates a citation for web sources",
"description": "Creates a citation for web sources",
"paramOrder": [
"paramOrder": [
"author",
"作者",
"newspaper",
"报纸",
"title",
"标题",
"date",
"日期",
"url",
"url",
"archive-url",
"存档-url",
"archive-date",
"存档日期",
"retrieved",
"搜索日期",
"quote"
"引用"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

2022年8月12日 (五) 22:46的最新版本


Creates a citation for web sources

模板参数[编辑模板数据]

参数描述类型状态
作者作者

Name of the author who wrote the article

字符串推荐
报纸或网站报纸

Name of the newspaper, periodical or website

示例值
The Grayzone
字符串推荐
标题标题

Title of the article

字符串推荐
日期日期

Date in YYYY-MM-DD format

示例值
2021-10-21
日期推荐
URLurl

URL of the article

URL推荐
存档URL存档-url

URL of the archived article

URL推荐
存档日期存档日期

Date of the archived URL

日期推荐
搜索日期搜索日期

Date the article has been retrieved

日期推荐
引用引用

Cites a quotation from the article

字符串推荐