More languages
More actions
m (Replaced the specific "journalist" to general "author") |
m (Changed from "journalist" to more general "author") |
||
Line 4: | Line 4: | ||
{ | { | ||
"params": { | "params": { | ||
"date": { | "date": { | ||
"label": "Date", | "label": "Date", | ||
Line 57: | Line 51: | ||
"label": "Quote", | "label": "Quote", | ||
"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 | ||
Line 63: | Line 63: | ||
"description": "Creates a citation for web sources", | "description": "Creates a citation for web sources", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "author", | ||
"date", | "date", | ||
"title", | "title", |
Revision as of 14:56, 31 March 2022
Creates a citation for web sources
Parameter | Description | Type | Status | |
---|---|---|---|---|
Author | author | Name of the author who wrote the article | String | suggested |
Date | date | Date in YYYY-MM-DD format
| Date | suggested |
Title | title | Title of the article | String | suggested |
URL | url | URL of the article | URL | suggested |
Newspaper | newspaper | Name of the newspaper or periodical
| String | suggested |
Archive URL | archive-url | URL of the archived article | URL | suggested |
Archive date | archive-date | Date of the archived URL | Date | suggested |
Retrieved date | retrieved | Date the article has been retrieved | Date | suggested |
Quote | quote | Cites a quotation from the article | String | suggested |