Template:Discord message/doc: Difference between revisions
From Guild of Archivists
(Created page with " <templatedata> { "params": { "url": { "label": "Message URL", "description": "URL of the quoted Discord message.", "example": "https://discord.com/channels/341414...") |
mNo edit summary |
||
Line 22: | Line 22: | ||
"example": "April 30, 2021 16:13:39 (UTC)", | "example": "April 30, 2021 16:13:39 (UTC)", | ||
"type": "string", | "type": "string", | ||
"default": "( | "default": "(extracted from message URL)" | ||
}, | }, | ||
"channel": { | "channel": { |
Latest revision as of 02:25, 22 December 2023
Template for formatting Discord messages with author, URL, etc. on reference pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Message URL | url | URL of the quoted Discord message.
| URL | suggested |
Author | author | The Discord username of the author of the message.
| String | required |
Message date and time | date | The time at which the message was sent. This time is automatically extracted from the message URL if possible, so usually it doesn't need to be set manually.
| String | optional |
Channel name | channel | The name of the channel in which the message was posted.
| String | required |
Server name | server | The name of the Discord server in which the message was posted.
| String | required |
Message text | text | The text content of the message.
| Content | required |