Template:EmoteInfobox: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
(3 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
|By={{{artist|}}} | |By={{{artist|}}} | ||
|Has Emote Image={{{ image | {{EmoteFilename | {{trim|{{{1}}}}} }} }}} | |Has Emote Image={{{ image | {{EmoteFilename | {{trim|{{{1}}}}} }} }}} | ||
}} | }}{{Infobox | ||
{{Infobox | |||
| bodystyle = border-spacing: 2px 5px; | | bodystyle = border-spacing: 2px 5px; | ||
| above = {{trim|{{{1}}}}} | | above = {{trim|{{{1}}}}} | ||
Line 102: | Line 96: | ||
"description": "The image file for the emote. Defaults to looking for the name, but better to specify it explicitly.", | "description": "The image file for the emote. Defaults to looking for the name, but better to specify it explicitly.", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"default": "{{{ | "default": "{{{1}}}.png|.gif", | ||
" | "required": true | ||
} | } | ||
}, | }, | ||
Line 109: | Line 103: | ||
"paramOrder": [ | "paramOrder": [ | ||
"1", | "1", | ||
"image", | |||
"animated", | "animated", | ||
"artist", | "artist", | ||
Line 114: | Line 109: | ||
"twitch", | "twitch", | ||
"discord", | "discord", | ||
"variants | "variants" | ||
], | ], | ||
"format": "block" | "format": "block" |
Latest revision as of 23:38, 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. | String | 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. | String | optional |