Template:Cite/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "<templatedata> { "params": { "quote": {}, "author": {}, "date": {}, "url": {}, "title": {}, "publisher": {}, "archive timestamp": {}, "archive url": {}, "retrieved": {} }, "format": "inline" } </templatedata><includeonly>Category:Citation templates</includeonly><noinclude>Category:Incomplete documentation</noinclude>" |
mNo edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 2: | Line 2: | ||
{ | { | ||
"params": { | "params": { | ||
"quote": {}, | "quote": { | ||
"author": {}, | "description": "Relevant text quoted from the source, if applicable.", | ||
"date": {}, | "type": "string" | ||
"url": {}, | }, | ||
"title": {}, | "author": { | ||
"publisher": {}, | "description": "The author of the source, if known.", | ||
"archive timestamp": {}, | "type": "string", | ||
"archive url": {}, | "suggested": true | ||
"retrieved": {} | }, | ||
"date": { | |||
"description": "The date the source was published, if known.", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"url": { | |||
"description": "A direct link to the source if it is available online.", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"title": { | |||
"description": "The title of the source, such as an article headline.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"publisher": { | |||
"description": "The publisher of the source, if known. Can be a website (e.g., Reddit) if the source is not from a journalistic publication.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"archive timestamp": { | |||
"description": "If the source is archived (e.g., via the Wayback Machine), the timestamp at which the snapshot was created.", | |||
"type": "string" | |||
}, | |||
"archive url": { | |||
"description": "A direct link to a snapshot of the source if it is archived.", | |||
"type": "url" | |||
}, | |||
"retrieved": { | |||
"description": "The date on which the editor who added the source retrieved it.", | |||
"type": "date", | |||
"suggested": true | |||
} | |||
}, | }, | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata><includeonly>[[Category:Citation templates]]</includeonly><noinclude>[[Category: | </templatedata><includeonly>[[Category:Citation templates]]</includeonly><noinclude>[[Category:Documentation]]</noinclude> | ||
Latest revision as of 02:19, 10 September 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| quote | quote | Relevant text quoted from the source, if applicable. | String | optional |
| author | author | The author of the source, if known. | String | suggested |
| date | date | The date the source was published, if known. | Date | suggested |
| url | url | A direct link to the source if it is available online. | URL | suggested |
| title | title | The title of the source, such as an article headline. | String | required |
| publisher | publisher | The publisher of the source, if known. Can be a website (e.g., Reddit) if the source is not from a journalistic publication. | String | suggested |
| archive timestamp | archive timestamp | If the source is archived (e.g., via the Wayback Machine), the timestamp at which the snapshot was created. | String | optional |
| archive url | archive url | A direct link to a snapshot of the source if it is archived. | URL | optional |
| retrieved | retrieved | The date on which the editor who added the source retrieved it. | Date | suggested |