Template:EmotePage: Difference between revisions
Appearance
Tried no whitespace |
No edit summary |
||
Line 33: | Line 33: | ||
| image = [[{{EmoteFilename|{{{1}}}}}|center|frameless|“{{{1}}}”]] | | image = [[{{EmoteFilename|{{{1}}}}}|center|frameless|“{{{1}}}”]] | ||
| label1 = Available On | | label1 = Available On | ||
| data1 = | | data1 = {{#switch {{{twitch|}}} | ||
|true = * Twitch | |||
|historic = * Twitch (formerly) | |||
}} {{#switch {{{discord|}}} | |||
|true = * Discord | |||
|historic = * Discord (formerly) | |||
}} | |||
| label2 = Animated | | label2 = Animated | ||
| data2 = {{#if: {{{animated|}}} | Yes }} | | data2 = {{#if: {{{animated|}}} | Yes }} | ||
Line 47: | Line 50: | ||
| data6 = <includeonly>{{Attribution|{{{artist|}}}|categorise=true}}</includeonly> | | data6 = <includeonly>{{Attribution|{{{artist|}}}|categorise=true}}</includeonly> | ||
}}{{DEFAULTSORT:{{EmoteNameSort||{{{1}}}}}}}[[{{EmoteFilename|{{{1}}}}}|25px|alt={{{1}}}]] “{{{1}}}” is an {{#if:{{{animated|}}}|animated}} emote that can be found on: | }}{{DEFAULTSORT:{{EmoteNameSort||{{{1}}}}}}}[[{{EmoteFilename|{{{1}}}}}|25px|alt={{{1}}}]] “{{{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}}}.}} |
Revision as of 21:27, 23 January 2025
{{#cargo_declare: _table = emotes |name = String(unique;mandatory) |twitch = String |discord = String |animated = Boolean |variants = Wikitext string |artist = Page |reference = Wikitext string }}
EmotePage | |
---|---|
[[File:Jph1}}}.gif|center|frameless|“{{{1}}}”]] | |
Available On | {{#switch
|true = * Twitch |historic = * Twitch (formerly) }} {{#switch |true = * Discord |historic = * Discord (formerly)}} |
Attribution | |
[[File:Jph1}}}.gif|25px|alt={{{1}}}]] “{{{1}}}” is an emote that can be found on:
{{#switch
|true = * Twitch |historic = * Twitch (formerly)
}} {{#switch
|true = * Discord |historic = * Discord (formerly)
}}
It was drawn by [[{{{artist}}}|{{{artist}}}]].
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 |