Template:Web citation: Difference between revisions

Template page
m (Replaced the specific "journalist" to general "author")
m (Changed from "journalist" to more general "author")
Line 4: Line 4:
{
{
"params": {
"params": {
"journalist": {
"label": "Author",
"type": "string",
"suggested": true,
"description": "Name of the author who wrote the article"
},
"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": [
"journalist",
"author",
"date",
"date",
"title",
"title",

Revision as of 14:56, 31 March 2022


Creates a citation for web sources

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Authorauthor

Name of the author 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
Quotequote

Cites a quotation from the article

Stringsuggested