More actions
M88youngling (talk | contribs) Created page with "<ref> {{#if:{{{author|}}}|'''{{{author}}}'''}} {{#if:{{{date|}}}| ({{{date}}})}}. Message posted in {{#if:{{{channel|}}}|#{{{channel}}}}} {{#if:{{{guild|}}}|, on ''{{{guild}}}''}}. {{#if:{{{url|}}}| [{{{url}}} View message]}} {{#if:{{{access|}}}| ({{{access}}} channel)}}. </ref>" Tag: 2017 source edit |
M88youngling (talk | contribs) added documentation and template data Tag: 2017 source edit |
||
| Line 1: | Line 1: | ||
{{Documentation}} | |||
<ref> | <ref> | ||
{{#if:{{{author|}}}|'''{{{author}}}'''}} | {{#if:{{{author|}}}|'''{{{author}}}'''}} | ||
| Line 8: | Line 10: | ||
{{#if:{{{access|}}}| ({{{access}}} channel)}}. | {{#if:{{{access|}}}| ({{{access}}} channel)}}. | ||
</ref> | </ref> | ||
<templatedata> | |||
{ | |||
"description": "Cite a Discord server message", | |||
"params": { | |||
"author": { | |||
"label": "Author", | |||
"description": "The user who posted the message", | |||
"required": true | |||
}, | |||
"date": { | |||
"label": "Date", | |||
"description": "Date of the message", | |||
"required": true | |||
}, | |||
"channel": { | |||
"label": "Channel", | |||
"description": "The Discord channel name", | |||
"required": true | |||
}, | |||
"guild": { | |||
"label": "Server (Guild)", | |||
"description": "The Discord server name", | |||
"required": true | |||
}, | |||
"url": { | |||
"label": "Message URL", | |||
"description": "Direct link to the message", | |||
"required": false | |||
}, | |||
"access": { | |||
"label": "Access", | |||
"description": "Whether the channel is public or private", | |||
"required": false, | |||
"example": "public / private" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
Revision as of 23:00, 27 October 2025
| Template documentation follows |
|---|
| Note: the template above may sometimes be partially or fully invisible. |
| Visit Template:Cite_discord/doc to edit this documentation. (How does this work?) |
Usage
To cite a Discord message, use:
{{Cite discord
|author=User123
|date=2025-10-27
|channel=general
|guild=Open Source Devs
|url=https://discord.com/channels/123/456/789
|access=public
}}Parameters
- author – The user who posted the message (required).
- date – Date of the message (required).
- channel – Channel name (required).
- guild – Server name (required).
- url – Direct link to the message (optional).
- access – Whether the channel is public or private (optional).
Example output
- User123** (2025-10-27). Message posted in #general, on Open Source Devs. [View message](https://discord.com/channels/123/456/789) (public channel).
Cite a Discord server message
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Author | author | The user who posted the message | Unknown | required |
| Date | date | Date of the message | Unknown | required |
| Channel | channel | The Discord channel name | Unknown | required |
| Server (Guild) | guild | The Discord server name | Unknown | required |
| Message URL | url | Direct link to the message | Unknown | optional |
| Access | access | Whether the channel is public or private
| Unknown | optional |
- ↑ . Message posted in . .