Template:Cite forum post/doc: Difference between revisions
(Added archive-page param, mirroring Template:Cite web) |
(Document the new 'quote' parameter.) |
||
Line 54: | Line 54: | ||
"description": "The date on which the post was archived. Required if archive-url is given.", | "description": "The date on which the post was archived. Required if archive-url is given.", | ||
"example": "February 10, 2010", | "example": "February 10, 2010", | ||
"type": "string" | |||
}, | |||
"quote": { | |||
"label": "Quote", | |||
"description": "An optional quote from the source material that is relevant to the fact or claim being cited.", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 66: | Line 71: | ||
"archive-url", | "archive-url", | ||
"archive-page", | "archive-page", | ||
"archive-date" | "archive-date", | ||
"quote" | |||
], | ], | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 07:25, 3 December 2024
This template is a way to ensure that forum posts are cited using the appropriate citation formatting.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Post URL | url | The URL of the forum post. This should always be the post's original URL, even if it is no longer available - the URL of an archived copy can be provided in the archive-url parameter.
| URL | required |
Post author | author | The author of the forum post.
| String | required |
Thread title | title | The title of the forum thread in which the post was made.
| String | required |
Forum name | forum | The name of the forum on which the post was made.
| String | required |
Post date | date | The date on which the post was made.
| String | required |
Archive URL | archive-url | The URL of an archived version of the post. Use if the original post is no longer available.
| URL | optional |
Archive reference page name | archive-page | The name of a reference page on the wiki containing a copy of the forum post. Use if the original post is no longer available and its content has been archived on the wiki.
| Page name | optional |
Archival date | archive-date | The date on which the post was archived. Required if archive-url is given.
| String | optional |
Quote | quote | An optional quote from the source material that is relevant to the fact or claim being cited. | String | optional |