More languages
More actions
mNo edit summary |
m (Added quote option in template data) |
||
Line 53: | Line 53: | ||
"suggested": true, | "suggested": true, | ||
"description": "Date the article has been retrieved" | "description": "Date the article has been retrieved" | ||
}, | |||
"quote": { | |||
"label": "Quote", | |||
"description": "Cites a quotation from the article", | |||
"type": "string", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
Line 64: | Line 70: | ||
"archive-url", | "archive-url", | ||
"archive-date", | "archive-date", | ||
"retrieved" | "retrieved", | ||
"quote" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 16:26, 8 January 2022
Creates a citation for newspaper sources
Parameter | Description | Type | Status | |
---|---|---|---|---|
Journalist | journalist | Name of the journalist 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 |