More languages
More actions
(Created page with "<includeonly>{{#invoke:news citation|cite}}</includeonly>") |
mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#invoke:news citation|cite}}</includeonly> | <includeonly>{{#invoke:news citation|cite}}</includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"journalist": { | |||
"label": "Journalist", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"date": { | |||
"label": "Date", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"title": { | |||
"label": "Title", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"url": { | |||
"label": "URL", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"newspaper": { | |||
"label": "Newspaper", | |||
"type": "string" | |||
}, | |||
"archive-url": { | |||
"label": "Archive URL", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"archive-date": { | |||
"label": "Archive date", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"retrieved": { | |||
"label": "Retrieved date", | |||
"type": "date", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Creates a citation for newspaper sources", | |||
"paramOrder": [ | |||
"journalist", | |||
"date", | |||
"title", | |||
"url", | |||
"newspaper", | |||
"archive-url", | |||
"archive-date", | |||
"retrieved" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 03:11, 3 November 2021
Creates a citation for newspaper sources
Parameter | Description | Type | Status | |
---|---|---|---|---|
Journalist | journalist | no description | String | suggested |
Date | date | no description | Date | suggested |
Title | title | no description | String | suggested |
URL | url | no description | URL | suggested |
Newspaper | newspaper | no description | String | optional |
Archive URL | archive-url | no description | URL | suggested |
Archive date | archive-date | no description | Date | suggested |
Retrieved date | retrieved | no description | Date | suggested |