Template:Web citation: Difference between revisions
Template page
More languages
More actions
| [checked revision] | [checked revision] |
Created page with "<onlyinclude>{{#invoke:web citation|cite}}</onlyinclude> <noinclude> <templatedata> { "params": { "date": { "label": "Date", "type": "date", "suggested": true, "description": "Date in YYYY-MM-DD format", "example": "2021-10-21" }, "title": { "label": "Title", "type": "string", "suggested": true, "description": "Title of the article" }, "url": { "label": "URL", "type": "url", "suggested": true, "description": "URL of the a..." |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 72: | Line 71: | ||
"retrieved", | "retrieved", | ||
"quote" | "quote" | ||
] | ], | ||
"maps": { | |||
"citoid": { | |||
"title": "title", | |||
"url": "url", | |||
"publisher": "newspaper", | |||
"date": "date", | |||
"author": "author", | |||
"accessDate": "retrieved" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 23:50, 27 January 2026
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 |