Template:EmoteInfobox: Difference between revisions
Appearance
Created page with "{{Infobox | bodystyle = border-spacing: 2px 5px; | above = {{{name}}} | abovestyle = background-color: var(--background-color-backdrop-dark); color: var(--color-inverted); | headerstyle = background-color: var(--background-color-backdrop-dark); color: var(--color-inverted); | name = {{{name}}} | image = [[{{EmoteFilename|{{{1}}}}}|center|frameless|“{{{1}}}”]] | label1 = Available On | data1 = {{flatlist|{{#switch: {{{twitch|}}} |true = * Twitch |historic = * Twitch..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox | <includeonly>{{Infobox | ||
| bodystyle = border-spacing: 2px 5px; | | bodystyle = border-spacing: 2px 5px; | ||
| above = {{{name}}} | | above = {{{name}}} | ||
| abovestyle = background-color: var(--background-color-backdrop-dark); color: var(--color-inverted); | | abovestyle = background-color: var(--background-color-backdrop-dark); color: var(--color-inverted); | ||
| 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 = {{{name}}} | | name = {{{name}}} | ||
| image = [[{{EmoteFilename|{{{1}}}}}|center|frameless|“{{{1}}}”]] | | image = [[{{EmoteFilename|{{{1}}}}}|center|frameless|“{{{1}}}”]] | ||
| label1 = Available On | | label1 = Available On | ||
| data1 = {{flatlist|{{#switch: {{{twitch|}}} | | data1 = {{flatlist|{{#switch: {{{twitch|}}} | ||
|true = * Twitch | |||
|historic = * Twitch (formerly) | |||
}} {{#switch: {{{discord|}}} | }} {{#switch: {{{discord|}}} | ||
|true = * Discord | |||
|historic = * Discord (formerly) | |||
}}}} | }}}} | ||
| label2 = Animated | | label2 = Animated | ||
| data2 = {{#if: {{{animated|}}} | Yes }} | | data2 = {{#if: {{{animated|}}} | Yes }} | ||
| label3 = Variants | | label3 = Variants | ||
| data3 = {{{variants|}}} | | data3 = {{{variants|}}} | ||
| label4 = Based On | | label4 = Based On | ||
| data4 = {{{reference|}}} | | data4 = {{{reference|}}} | ||
| header5 = Attribution | | header5 = Attribution | ||
| label6 = Artwork | | label6 = Artwork | ||
| data6 = <includeonly>{{Attribution|{{{artist|}}}|categorise=true}}</includeonly> | | data6 = <includeonly>{{Attribution|{{{artist|}}}|categorise=true}}</includeonly> | ||
}}<noinclude> | }}</includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { |
Revision as of 18:14, 25 January 2025
}}</includeonly>
A template for a page describing an emote.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | 1 name emote | 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 variant | A list of any variants of this emote that exist. | String | optional |