Template:EmotePage: Difference between revisions
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": { |