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 = Boolean
     |twitch = String
     |discord = Boolean
     |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": "boolean",
"type": "string",
"default": "false"
"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": "boolean",
"type": "string",
"default": "false"
"required": false,
"suggestedvalues": [
"true",
"false",
"historic"
]
},
},
"variants": {
"variants": {