Template:EmotePage: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(26 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
< | <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 | |true = * Twitch | ||
|historic = * Twitch (formerly) | |historic = * Twitch (formerly) | ||
}} {{#switch | }} {{#switch: {{{discord|}}} | ||
|true = * Discord | |true = * Discord | ||
|historic = * Discord (formerly) | |historic = * Discord (formerly) | ||
Line 60: | Line 25: | ||
{{#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.", | ||
Line 82: | 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 114: | Line 75: | ||
}, | }, | ||
"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 125: | Line 90: | ||
"paramOrder": [ | "paramOrder": [ | ||
"1", | "1", | ||
"image", | |||
"animated", | "animated", | ||
"artist", | "artist", |
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 |