Template:EmotePage: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|artist = String | |artist = String | ||
|reference = Wikitext | |reference = Wikitext | ||
}}</noinclude><includeonly> | }}</noinclude><includeonly>{{#cargo_store: | ||
_table = emotes | _table = emotes | ||
|name = {{{1}}} | |name = {{{1}}} | ||
Line 18: | Line 17: | ||
|artist = {{{artist|}}} | |artist = {{{artist|}}} | ||
|reference = {{{reference|}}} | |reference = {{{reference|}}} | ||
}} | }}{{EmoteInfobox | ||
|{{{1}}} | |{{{1}}} | ||
|animated={{{animated|}}} | |animated={{{animated|}}} |
Revision as of 19:18, 25 January 2025
{{#cargo_declare:
_table = emotes |name = String(unique;mandatory) |twitch = String(allowed values=true,false,historic) |discord = String(allowed values=true,false,historic) |animated = Boolean |variants = Wikitext |artist = String |reference = Wikitext
}}
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. | 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 |