更多语言
更多操作
(Imported template from English version) |
小 (Template now uses mainly Chinese arguments) |
||
第4行: | 第4行: | ||
{ | { | ||
"params": { | "params": { | ||
"url": { | "url": { | ||
"label": "URL", | "label": "URL", | ||
第23行: | 第10行: | ||
"description": "URL of the article" | "description": "URL of the article" | ||
}, | }, | ||
" | "作者": { | ||
"label": " | "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 | |||
}, | }, | ||
" | "存档-url": { | ||
"label": " | "label": "存档URL", | ||
"description": "URL of the archived article", | |||
"type": "url", | "type": "url", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "存档日期": { | ||
"label": " | "label": "存档日期", | ||
"description": "Date of the archived URL", | |||
"type": "date", | "type": "date", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "搜索日期": { | ||
"label": " | "label": "搜索日期", | ||
"description": "Date the article has been retrieved", | |||
"type": "date", | "type": "date", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "引用": { | ||
"label": " | "label": "引用", | ||
"description": "Cites a quotation from the article", | "description": "Cites a quotation from 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": [ | ||
" | "作者", | ||
" | "报纸", | ||
" | "标题", | ||
" | "日期", | ||
"url", | "url", | ||
" | "存档-url", | ||
" | "存档日期", | ||
" | "搜索日期", | ||
" | "引用" | ||
] | ] | ||
} | } | ||
</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
| 字符串 | 推荐 |
标题 | 标题 | Title of the article | 字符串 | 推荐 |
日期 | 日期 | Date in YYYY-MM-DD format
| 日期 | 推荐 |
URL | url | 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 | 字符串 | 推荐 |