Template:JADSCite: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<span style="line-height: 25px"> | <span style="line-height: 25px"> | ||
<!---->[[File:Discord.svg|25px|alt=JADS|link=]] JADS message: [{{{url}}} “{{{message}}}” by {{{author}}}{{#if:{{{time|}}}| at {{#timel: c | @{{{time}}}}}}}]. | <!---->[[File:Discord.svg|25px|alt=JADS|link=]] JADS message: [{{{url}}} “{{{message}}}” in #{{{channel}}} by {{{author}}}{{#if:{{{time|}}}| at {{#timel: c | @{{{time}}}}}}}]. | ||
</span><noinclude> | </span><noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"url": { | |||
"label": "Link", | |||
"description": "The link to the message.", | |||
"example": "https://discord.com/channels/308515582817468420/...", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"message": { | "message": { | ||
"label": "Message", | "label": "Message", | ||
Line 14: | Line 21: | ||
"label": "Author", | "label": "Author", | ||
"description": "The author of the JADS message.", | "description": "The author of the JADS message.", | ||
"type": "string", | |||
"required": true | "required": true | ||
}, | |||
"channel": { | |||
"label": "Channel", | |||
"description": "The channel or thread the message was sent in", | |||
"type": "string", | |||
"suggested": true, | |||
"suggestedvalues": [ | |||
"general", | |||
"cringe-cafe", | |||
"dragons-den", | |||
"Jenshin Den" | |||
] | |||
}, | }, | ||
"time": { | "time": { | ||
Line 21: | Line 41: | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true | ||
} | } | ||
}, | }, | ||
Line 34: | Line 48: | ||
"url", | "url", | ||
"message", | "message", | ||
"channel", | |||
"author", | "author", | ||
"time" | "time" |
Revision as of 00:43, 21 January 2025
JADS message: [{{{url}}} “{{{message}}}” in #{{{channel}}} by {{{author}}}].
Cite a message in JADS.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Link | url | The link to the message.
| String | required |
Message | message | The text of the message. | String | required |
Channel | channel | The channel or thread the message was sent in
| String | suggested |
Author | author | The author of the JADS message. | String | required |
Time | time | The timestamp the message was sent at. | Number | suggested |