Template:cite Discord: Difference between revisions

no edit summary
(rename {{{display name}}} to {{{name}}} for accuracy and flexibility)
No edit summary
 
(15 intermediate revisions by 3 users not shown)
Line 1:
{{cite web|url={{{url}}}|title={{#if:{{{nametitle|}}}|{{{nametitle}}} <nowiki />}}<nowiki>[</nowiki>{{ucfirst:{{{message type|message}}}}} posted{{#if:{{{usernamethread|}}}|<nowiki/> [@in the <code>#{{#replace:{username{{thread}}}]|#}}|</code> thread}} in the <code>#{{#ifreplace:{{{usernamechannel}}}|#}}</code> channel in the {{{server}}} Discord server<nowiki>]</nowiki>|@delimiters={{{usernamedelimiters|}}}|trans-title={{Error{trans-title|User not specified}}}|language={{{lang|{{{language|}}} (}}}|author={{{name|{{{author|}}}}}}|username={{#timeif:d F Y{{{username|}}}|@{{#replace:{{{username}}}|@}}}}|date={{{date|@{{#expr:trunc({{#explode:{{{url}}}|/|-1}}/4194304000)+1420070400}}}}). [{{{url}}} |website={{{message typewebsite|MessageDiscord}}} posted in the <code>#|publisher={{{channelpublisher|}}}</code> |archive-url={{{message typearchive-url|channel}}} in the |archive-date={{{serverarchive-date|}}} Discord server].|access-date={{#if:{{{quoteretrieved|}}} "{{{quoteaccess-date|}}}".}} ''Discord''.{{#if:{{{retrieved|}}}| Retrieved quote={{{retrievedquote|}}}.}}<noinclude>
 
==Documentation==
This template is a variant of [[Template:cite web]] for citing Discord messages. While all of the parameters for that template still work here, this version has more convenient parameters that can be used instead.
 
<pre>
<ref>{{cite Discord|url=|channel=|server=|author=|username=|access-date=|quote=}}</ref>
</pre>
 
If the message is within a thread, add this parameter: <code>|thread=</code>
 
To change the word "Message", add this parameter: <code>|message type=</code>
[[Category:Citation templates]]
 
===Template data===
<templatedata>
{
Line 5 ⟶ 19:
"username": {
"example": "sonjalang",
"type": "string"
},
"name": {
"example": "{{tok|[[jan Sonja]]}}",
"type": "string",
"label": "Username",
"description": "Author's username",
"required": true
},
"server": {
"example": "{{tp|[[ma pona pi toki pona]]}}",
"type": "string",
"required": true,
"label": "Server",
"description": "Title of the Discord server where the message was sent"
},
"channel": {
"example": "{{tok|pana-sona}}",
"type": "string",
"required": true,
"label": "Channel",
"description": "Title of the channel where the message was sent"
},
"quote": {
"example": "visually i resemble a deer",
"type": "stringline",
"suggested": true,
},
"retrievedlabel": {"Quote",
"description": "Specific quote to cite. If long, place in a separate blockquote after this template."
"example": "16 October 2023",
"type": "date"
},
"url": {
"example": "https://discord.com/channels/301377942062366741/301378960468738050/805912264334508132",
"type": "url",
"required": true,
"label": "URL",
},
"description": "Web address of the message you're citing. In the message's context menu, press Copy Message Link and paste this here."
"channel type": {
"example": "thread",
"default": "channel"
},
"message type": {
"example": "Informal poll",
"default": "Message",
"type": "string",
"label": "Message type",
"description": "Noun to use instead of \"Message\""
},
"thread": {
"type": "string",
"suggested": true,
"label": "Thread",
"description": "Title of the thread where the message was sent, if applicable"
},
"author": {
"aliases": [
"name"
],
"label": "Author",
"description": "Author's Toki Pona name or legal name. Not always the same as their current Discord display name.",
"example": "{{tok|[[jan Sonja]]}}",
"type": "line",
"suggested": true
},
"access-date": {
"aliases": [
"retrieved"
],
"label": "Access date",
"description": "Full date when the message was accessed",
"example": "16 October 2023",
"type": "date",
"suggested": true
},
"title": {
"label": "Title",
"description": "Included for compatibility with {{cite web}}",
"type": "string",
"deprecated": "|message type=|thread=|channel=|server="
},
"date": {
"label": "Source date",
"description": "Included for compatibility with {{cite web}}",
"type": "date",
"deprecated": "Automatically calculated from the URL"
},
"website": {
"label": "Website name",
"description": "Included for compatibility with {{cite web}}",
"type": "string",
"default": "Discord",
"deprecated": true
},
"publisher": {
"label": "Publisher",
"description": "Included for compatibility with {{cite web}}",
"type": "string",
"deprecated": true
},
"trans-title": {
"label": "Translated title",
"description": "Included for compatibility with {{cite web}}",
"type": "string",
"deprecated": true
},
"language": {
"aliases": [
"lang"
],
"label": "Language",
"description": "Included for compatibility with {{cite web}}",
"type": "string",
"deprecated": true
},
"archive-url": {
"label": "Archive URL",
"description": "Included for compatibility with {{cite web}}",
"type": "url",
"deprecated": true
},
"archive-date": {
"label": "Archive date",
"description": "Included for compatibility with {{cite web}}",
"type": "date",
"deprecated": true
},
"delimiters": {
"label": "Delimiters",
"description": "Included for compatibility with {{cite web}}",
"type": "string",
"deprecated": true
}
},
"paramOrder": [
"nameauthor",
"username",
"date",
"url",
"servertitle",
"message type",
"thread",
"channel",
"server",
"delimiters",
"trans-title",
"language",
"quote",
"retrievedwebsite",
"message typepublisher",
"channel typearchive-url",
"archive-date",
]
"access-date"
],
"description": "Cites a Discord message"
}
</templatedata>