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...") |
(Document the new 'quote' parameter.) |
||
(One intermediate revision by one other user not shown) | |||
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 48: | 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 59: | Line 70: | ||
"date", | "date", | ||
"archive-url", | "archive-url", | ||
"archive-date" | "archive-page", | ||
"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 |