Template:Cite forum post/doc: Difference between revisions
(Created page with " <templatedata> { "params": { "url": { "label": "Post URL", "description": "The URL of the forum post. This should always be the post's original URL, even if it is no...") |
(Added archive-page param, mirroring Template:Cite web) |
||
Line 43: | Line 43: | ||
"example": "https://web.archive.org/web/20100210032314/http://forums.drcsite.org:80/viewtopic.php?t=2790", | "example": "https://web.archive.org/web/20100210032314/http://forums.drcsite.org:80/viewtopic.php?t=2790", | ||
"type": "url" | "type": "url" | ||
}, | |||
"archive-page": { | |||
"label": "Archive reference page name", | |||
"description": "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.", | |||
"example": "Reference:DRC Discussions forum/Activity in the cavern?", | |||
"type": "wiki-page-name" | |||
}, | }, | ||
"archive-date": { | "archive-date": { | ||
Line 59: | Line 65: | ||
"date", | "date", | ||
"archive-url", | "archive-url", | ||
"archive-page", | |||
"archive-date" | "archive-date" | ||
], | ], |
Latest revision as of 21:55, 3 May 2021
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 |