Template:EmotePage: Difference between revisions
Appearance
No edit summary |
Experimenting with templates. Revert before this point. |
||
Line 3: | Line 3: | ||
_table = emotes | _table = emotes | ||
|name = String(unique;mandatory) | |name = String(unique;mandatory) | ||
|twitch = | |twitch = String | ||
|discord = | |discord = String | ||
|animated = Boolean | |animated = Boolean | ||
|variants = Wikitext string | |variants = Wikitext string | ||
Line 84: | Line 84: | ||
"label": "Available on Discord", | "label": "Available on Discord", | ||
"description": "If the emote is currently available on Discord.", | "description": "If the emote is currently available on Discord.", | ||
"type": " | "type": "string", | ||
" | "required": false, | ||
"suggestedvalues": [ | |||
"true", | |||
"false", | |||
"historic" | |||
] | |||
}, | }, | ||
"twitch": { | "twitch": { | ||
"label": "Available on Twitch", | "label": "Available on Twitch", | ||
"description": "If the emote is currently available on Twitch.", | "description": "If the emote is currently available on Twitch.", | ||
"type": " | "type": "string", | ||
" | "required": false, | ||
"suggestedvalues": [ | |||
"true", | |||
"false", | |||
"historic" | |||
] | |||
}, | }, | ||
"variants": { | "variants": { |
Revision as of 20:47, 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 |
|
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.
| 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 |