Jump to content

Template:JADSCite: Difference between revisions

From Joepedia
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
},
"url": {
"label": "Link",
"description": "The link to the message.",
"example": "https://discord.com/channels/308515582817468420/...",
"required": true
}
}
},
},
Line 34: Line 48:
"url",
"url",
"message",
"message",
"channel",
"author",
"author",
"time"
"time"

Revision as of 00:43, 21 January 2025

JADS JADS message: [{{{url}}} “{{{message}}}” in #{{{channel}}} by {{{author}}}].

Cite a message in JADS.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Linkurl

The link to the message.

Example
https://discord.com/channels/308515582817468420/...
Stringrequired
Messagemessage

The text of the message.

Stringrequired
Channelchannel

The channel or thread the message was sent in

Suggested values
general cringe-cafe dragons-den Jenshin Den
Stringsuggested
Authorauthor

The author of the JADS message.

Stringrequired
Timetime

The timestamp the message was sent at.

Numbersuggested