Template:Cite Discord message: Difference between revisions

no edit summary
mNo edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1:
[[{{{sender-link|{{{sender}}}}}}|{{{sender}}}]] ({{{date}}}). “[{{{url}}} {{#invoketag:String2 | nowiki |{{{text}}}}}]” – via [[w:Discord_(software)|Discord]] ({{Discord channel|{{{channel}}}}}). ''{{{server}}}''. Retrieved {{{access-date}}}. {{#if:{{{screenshot-link|}}}|[{{{screenshot-link|}}} Screenshot] }}
 
<noinclude>{{Documentation|content=
Line 13:
 
[[Category:Citation templates]]
}}
}}</noinclude>
 
<templatedata>
{
"params": {
"sender-link": {
"description": "CivWiki page of the sender, if they don't have a page or you don't know it enter their in game name",
"suggested": true
},
"sender": {
"description": "Name of the sender as displayed on discord on the message being cited",
"required": true
},
"date": {
"description": "The date the message was sent",
"example": "2020-10-29",
"required": true
},
"url": {
"description": "The url of the discord message, right click the message and select 'Copy Message Link' and paste it in here",
"example": "https://discord.com/channels/415706745566920714/434706611970506772/979426743381270538",
"required": true
},
"text": {
"description": "The text of the message being cited",
"required": true
},
"channel": {
"description": "The name of the discord channel the message was sent in",
"example": "general",
"required": true
},
"server": {
"description": "The name of the discord server the message was sent in",
"example": "CivMC",
"required": true
},
"access-date": {
"description": "The date that you accessed the message to cite it, most likely the current date",
"required": true
},
"screenshot-link": {
"description": "A url to a screenshot of the cited message, required if server or channel the message is found in isn't public",
"suggested": true
}
 
},
"description": "Cite a discord message"
}
</templatedata>
}}</noinclude>