Template:EmotePage: Difference between revisions

No edit summary
No edit summary
 
(96 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[File:{{{image}}}|right|thumb|250px|By [[{{{artist}}}]]|]]
<includeonly>{{EmoteInfobox
“{{{name}}}” is an Emote that {{#if:{{{active|}}}|can|used to}} be found on {{{source}}}.
  |{{trim|{{{1}}}}}
  |image={{{ image | {{EmoteFilename | {{trim|{{{1}}}}} }} }}}
  |animated={{{animated|}}}
  |artist={{{artist|}}}
  |reference={{{reference|}}}
  |twitch={{{twitch|}}}
  |discord={{{discord|}}}
  |variants={{{variants|}}}
}}<!---
-->{{DEFAULTSORT:{{#sub:{{trim|{{{1}}}}}|3}}}}<!---
-->[[Category: Emotes]]<!---
-->{{#if: {{{discord|}}} | [[Category: Discord Emotes]]}}<!---
-->{{#if: {{{twitch|}}} | [[Category: Twitch Emotes]]}}<!---
-->[[Category: {{#if:{{{animated|}}}|Animated|Static}} Emotes]]<!---
-->[[{{{ image | {{EmoteFilename | {{trim|{{{1}}}}} }} }}}|25px|alt={{trim|{{{1}}}}}]] “{{trim|{{{1}}}}}” is an {{#if:{{{animated|}}}|animated}} emote that can be found on:
{{#switch: {{{twitch|}}}
|true = * Twitch
|historic = * Twitch (formerly)
}} {{#switch: {{{discord|}}}
|true = * Discord
|historic = * Discord (formerly)
}}
 
{{#if:{{{reference|}}}|It is a reference to {{{reference}}}.}}
{{#if:{{{reference|}}}|It is a reference to {{{reference}}}.}}
It was drawn by [[{{{artist}}}]].
 
<noinclude>
It was drawn {{Attribution|{{{artist}}}}}.</includeonly><noinclude>
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"name": {
"1": {
"label": "Name",
"label": "Name",
"description": "The name of the emote.",
"description": "The name of the emote.",
"type": "string",
"type": "string",
"required": true
"required": true
},
"image": {
"label": "Image",
"description": "The image to use.",
"type": "string",
"autovalue": "{{{name}}}.png"
},
"source": {
"label": "Source",
"description": "Where the emote is (or was) available.",
"type": "string",
"suggestedvalues": [
"discord",
"twitch"
],
"suggested": true
},
},
"artist": {
"artist": {
Line 37: Line 43:
"label": "Reference",
"label": "Reference",
"description": "A description of what the emote references or represents.",
"description": "A description of what the emote references or represents.",
"type": "content",
"suggested": true
},
"animated": {
"label": "Animated",
"description": "If this is an animated emote.",
"type": "boolean",
"default": "false"
},
"discord": {
"label": "Available on Discord",
"description": "If the emote is currently available on Discord.",
"type": "string",
"type": "string",
"suggested": true
"required": false,
"suggestedvalues": [
"true",
"false",
"historic"
]
},
"twitch": {
"label": "Available on Twitch",
"description": "If the emote is currently available on Twitch.",
"type": "string",
"required": false,
"suggestedvalues": [
"true",
"false",
"historic"
]
},
"variants": {
"label": "Variants",
"description": "A list of any variants of this emote that exist.",
"type": "content"
},
},
"active": {
"image": {
"label": "Active",
"label": "Image",
"description": "If the emote is currently available for use.",
"description": "The image file for the emote. Defaults to looking for the name, but better to specify it explicitly.",
"type": "boolean"
"type": "wiki-file-name",
"default": "{{{name}}}.png|.gif",
"required": true
}
}
},
},
"description": "A template for a page describing an emote.",
"description": "A template for a page describing an emote.",
"paramOrder": [
"paramOrder": [
"name",
"1",
"source",
"image",
"image",
"animated",
"artist",
"artist",
"reference",
"reference",
"active"
"twitch",
"discord",
"variants"
],
],
"format": "block"
"format": "block"