Template:Cite social media: Difference between revisions
No edit summary |
No edit summary |
||
Line 35: | Line 35: | ||
"type": "string", | "type": "string", | ||
"description": "The full URL at which the post was made. Do not include query params such as referral strings.", | "description": "The full URL at which the post was made. Do not include query params such as referral strings.", | ||
"example": "https://www.example.com/pidgezero_one/status/12345678" | "example": "https://www.example.com/pidgezero_one/status/12345678" | ||
}, | }, | ||
"archive_url": { | "archive_url": { | ||
Line 69: | Line 68: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{{author}}}. “{{{contents}}}” {{{website_name}}}, {{{month}}} {{{day}}}, {{{year}}}. {{#if:{{{translator|}}}|Translated by {{{translator}}}. |}} [{{{page_url}}} {{{page_url}}}]. {{#if:{{{archive_url|}}}|[{{{archive_url}}} Archived from the original]. |}} | {{{author}}}. “{{{contents}}}” {{{website_name}}}, {{{month}}} {{{day}}}, {{{year}}}. {{#if:{{{translator|}}}|Translated by {{{translator}}}. |}} {{#if:{{{page_url|}}}|[{{{page_url}}} {{{page_url}}}].|}} {{#if:{{{archive_url|}}}|[{{{archive_url}}} Archived from the original]. |}} | ||
</includeonly> | </includeonly> |
Latest revision as of 06:00, 4 January 2025
Cite a social media post.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Author | author | Follow Chicago style. Lastname, Firstname (Screenname). Include any prefixes used by the platform, such as @ for Twitter.
| String | required |
Post contents | contents | The written content of the post, up to the first 160 characters. Truncate any further characters with ellipses.
| String | required |
Website name | website_name | The platform on which the content was posted. If referencing a post from Twitter, follow the Wikipedia example of calling it Twitter and not X.
| String | required |
Translator | translator | If somebody translated the tweet for you to read, credit them here (format: Firstname "screenname" Lastname)
| String | optional |
Page URL | page_url | The full URL at which the post was made. Do not include query params such as referral strings.
| String | optional |
Archive URL | archive_url | Ideally a Wayback Machine URL for the post you are citing. It is best to include this even if the post you are citing is still available. If the post doesn't exist on the wayback machine yet, change that.
| String | optional |
Year | year | The year during which the post was published.
| Number | required |
Month | month | The month during which the post was published. Use the full name.
| String | required |
Day | day | The day of the month on which the post was published. Don't use leading zeroes.
| Number | required |