Template:EmoteInfobox: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 20: | Line 20: | ||
| headerstyle = background-color: var(--background-color-backdrop-dark); color: var(--color-inverted); | | headerstyle = background-color: var(--background-color-backdrop-dark); color: var(--color-inverted); | ||
| name = {{{1}}} | | name = {{{1}}} | ||
| image = [[ | | image = [[{{{image|{{EmoteFilename|{{{1}}}}}}}}|center|frameless|“{{{1}}}”]] | ||
| label1 = Available On | | label1 = Available On | ||
| data1 = {{flatlist|{{#switch: {{{twitch|}}} | | data1 = {{flatlist|{{#switch: {{{twitch|}}} |
Revision as of 22:14, 25 January 2025
A template for a page describing an emote.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | 1 | The name of the emote. | String | 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 |
Image | image | The image file for the emote. Defaults to looking for the name, but better to specify it explicitly.
| File | suggested |