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: [ | <!---->[[File:Discord.svg|25px|alt=JADS|link=]] JADS message: [{{{url}}} “{{{message}}}” by {{{author}}}{{#if:{{{time|}}}| at {{#timel: c | @{{{time}}}}}}}]. | ||
</span><noinclude> | </span><noinclude> | ||
<templatedata> | <templatedata> | ||
Line 21: | Line 21: | ||
"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 | |||
} | } | ||
}, | }, | ||
"description": "Cite a message in JADS.", | "description": "Cite a message in JADS.", | ||
"format": "inline" | "format": "inline", | ||
"paramOrder": [ | |||
"url", | |||
"message", | |||
"author", | |||
"time" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 00:35, 21 January 2025
JADS message: [{{{url}}} “{{{message}}}” by {{{author}}}].
Cite a message in JADS.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Link | url | The link to the message.
| Unknown | required |
Message | message | The text of the message. | String | required |
Author | author | The author of the JADS message. | Unknown | required |
Time | time | The timestamp the message was sent at. | Number | suggested |