Template:EmotePage: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <noinclude> | ||
{{#cargo_declare: | |||
_table = emotes | |||
|name = String(unique;mandatory) | |||
|twitch = Boolean | |||
|discord = Boolean | |||
|animated = Boolean | |||
|variants = List (,) of Page | |||
|artist = Page | |||
|reference = Page | |||
}} | |||
</noinclude><includeonly> | |||
{{#cargo_store: | |||
_table = emotes | |||
|name = {{{1}}} | |||
|twitch = {{{twitch|false}}} | |||
|discord = {{{discord|false}}} | |||
|animated = {{{animated|false}}} | |||
|variants = {{{variants|}}} | |||
|artist = {{{artist|}}} | |||
|reference = {{{reference|}}} | |||
}} | |||
{{EmoteCategory|{{{1}}}}} | {{EmoteCategory|{{{1}}}}} | ||
{{#if: {{{discord|}}} | {{EmoteCategory|{{{1}}}|Discord }} }} | {{#if: {{{discord|}}} | {{EmoteCategory|{{{1}}}|Discord }} }} | ||
Line 44: | Line 65: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"artist": { | "artist": { | ||
Line 92: | Line 108: | ||
"1", | "1", | ||
"animated", | "animated", | ||
"artist", | "artist", | ||
"reference", | "reference", |
Revision as of 15:57, 22 January 2025
{{#cargo_declare: _table = emotes |name = String(unique;mandatory) |twitch = Boolean |discord = Boolean |animated = Boolean |variants = List (,) of Page |artist = Page |reference = Page }}
EmotePage | |
---|---|
[[File:Jph1}}}.gif|center|frameless|“{{{1}}}”]] | |
Available On |
|
Attribution | |
[[File:Jph1}}}.gif|25px|alt={{{1}}}]] “{{{1}}}” is an emote that can be found on:
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.
| Boolean | optional |
Available on Discord | discord | If the emote is currently available on Discord.
| Boolean | optional |
Variants | variants variant | A list of any variants of this emote that exist. | String | optional |