Template:Web citation: Difference between revisions

Template page
No edit summary
mNo edit summary
Line 7: Line 7:
"label": "Journalist",
"label": "Journalist",
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"description": "Name of the journalist who wrote the article"
},
},
"date": {
"date": {
"label": "Date",
"label": "Date",
"type": "date",
"type": "date",
"suggested": true
"suggested": true,
"description": "Date in YYYY-MM-DD format",
"example": "2021-10-21"
},
},
"title": {
"title": {
"label": "Title",
"label": "Title",
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"description": "Title of the article"
},
},
"url": {
"url": {
"label": "URL",
"label": "URL",
"type": "url",
"type": "url",
"suggested": true
"suggested": true,
"description": "URL of the article"
},
},
"newspaper": {
"newspaper": {
"label": "Newspaper",
"label": "Newspaper",
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"description": "Name of the newspaper or periodical",
"example": "The Grayzone"
},
},
"archive-url": {
"archive-url": {
"label": "Archive URL",
"label": "Archive URL",
"type": "url",
"type": "url",
"suggested": true
"suggested": true,
"description": "URL of the archived article"
},
},
"archive-date": {
"archive-date": {
"label": "Archive date",
"label": "Archive date",
"type": "date",
"type": "date",
"suggested": true
"suggested": true,
"description": "Date of the archived URL"
},
},
"retrieved": {
"retrieved": {
"label": "Retrieved date",
"label": "Retrieved date",
"type": "date",
"type": "date",
"suggested": true
"suggested": true,
"description": "Date the article has been retrieved"
}
}
},
},

Revision as of 17:24, 3 November 2021


Creates a citation for newspaper sources

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Journalistjournalist

Name of the journalist who wrote the article

Stringsuggested
Datedate

Date in YYYY-MM-DD format

Example
2021-10-21
Datesuggested
Titletitle

Title of the article

Stringsuggested
URLurl

URL of the article

URLsuggested
Newspapernewspaper

Name of the newspaper or periodical

Example
The Grayzone
Stringsuggested
Archive URLarchive-url

URL of the archived article

URLsuggested
Archive datearchive-date

Date of the archived URL

Datesuggested
Retrieved dateretrieved

Date the article has been retrieved

Datesuggested