Template:EmotePage: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(41 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{EmoteInfobox | ||
{{ | |{{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 {{Attribution|{{{artist}}}}}.<noinclude> | It was drawn {{Attribution|{{{artist}}}}}.</includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"1": { | "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 | ||
}, | }, | ||
"artist": { | "artist": { | ||
Line 58: | 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": " | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 70: | Line 55: | ||
"label": "Available on Discord", | "label": "Available on Discord", | ||
"description": "If the emote is currently available on Discord.", | "description": "If the emote is currently available on Discord.", | ||
"type": " | "type": "string", | ||
" | "required": false, | ||
"suggestedvalues": [ | |||
"true", | |||
"false", | |||
"historic" | |||
] | |||
}, | }, | ||
"twitch": { | "twitch": { | ||
"label": "Available on Twitch", | "label": "Available on Twitch", | ||
"description": "If the emote is currently available on Twitch.", | "description": "If the emote is currently available on Twitch.", | ||
"type": " | "type": "string", | ||
" | "required": false, | ||
"suggestedvalues": [ | |||
"true", | |||
"false", | |||
"historic" | |||
] | |||
}, | }, | ||
"variants": { | "variants": { | ||
"label": "Variants", | "label": "Variants", | ||
"description": "A list of any variants of this emote that exist.", | "description": "A list of any variants of this emote that exist.", | ||
"type": " | "type": "content" | ||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "The image file for the emote. Defaults to looking for the name, but better to specify it explicitly.", | |||
"type": "wiki-file-name", | |||
"default": "{{{name}}}.png|.gif", | |||
"required": true | |||
} | } | ||
}, | }, | ||
Line 91: | Line 90: | ||
"paramOrder": [ | "paramOrder": [ | ||
"1", | "1", | ||
"image", | |||
"animated", | "animated", | ||
"artist", | "artist", | ||
"reference", | "reference", |
Latest revision as of 23:13, 25 January 2025
A template for a page describing an emote.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | 1 | The name of the emote. | String | required |
Image | image | The image file for the emote. Defaults to looking for the name, but better to specify it explicitly.
| File | required |
Animated | animated | If this is an animated emote.
| Boolean | optional |
Artist | artist | The name of the artist who created the emote. | Unknown | required |
Reference | reference | A description of what the emote references or represents. | Content | suggested |
Available on Twitch | twitch | If the emote is currently available on Twitch.
| String | optional |
Available on Discord | discord | If the emote is currently available on Discord.
| String | optional |
Variants | variants | A list of any variants of this emote that exist. | Content | optional |