More languages
More actions
mNo edit summary |
m (Using onlyinclude tags) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <onlyinclude>{{#invoke:web citation|cite}}</onlyinclude> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"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 or website name", | ||
"type": "string" | "type": "string", | ||
"suggested": true, | |||
"description": "Name of the newspaper, periodical or website", | |||
"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, | |||
"description": "Date the article has been retrieved" | |||
}, | |||
"quote": { | |||
"label": "Quote", | |||
"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", | |||
"suggested": true | "suggested": true | ||
} | } | ||
}, | }, | ||
"description": "Creates a citation for | "description": "Creates a citation for web sources", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "author", | ||
"newspaper", | |||
"title", | |||
"date", | "date", | ||
"url", | "url", | ||
"archive-url", | "archive-url", | ||
"archive-date", | "archive-date", | ||
"retrieved" | "retrieved", | ||
"quote" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 04:58, 18 January 2023
Creates a citation for web sources
Parameter | Description | Type | Status | |
---|---|---|---|---|
Author | author | Name of the author who wrote the article | String | suggested |
Newspaper or website name | newspaper | Name of the newspaper, periodical or website
| String | suggested |
Title | title | Title of the article | String | suggested |
Date | date | Date in YYYY-MM-DD format
| Date | suggested |
URL | url | URL of the article | URL | 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 |