Template:EmotePage: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
_table = emotes | _table = emotes | ||
|name = String(unique;mandatory) | |name = String(unique;mandatory) | ||
|twitch = String | |twitch = String(allowed values=true,false,historic) | ||
|discord = String | |discord = String(allowed values=true,false,historic) | ||
|animated = Boolean | |animated = Boolean | ||
|variants = Wikitext | |variants = Wikitext | ||
|artist = | |artist = String | ||
|reference = Wikitext | |reference = Wikitext | ||
}}</noinclude><includeonly><!-- Temporarily commented out due to bugs. | }}</noinclude><includeonly><!-- Temporarily commented out due to bugs. | ||
{{#cargo_store: | {{#cargo_store: | ||
Line 61: | Line 61: | ||
"label": "Reference", | "label": "Reference", | ||
"description": "A description of what the emote references or represents.", | "description": "A description of what the emote references or represents.", | ||
"type": " | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 95: | Line 95: | ||
"label": "Variants", | "label": "Variants", | ||
"description": "A list of any variants of this emote that exist.", | "description": "A list of any variants of this emote that exist.", | ||
"type": " | "type": "content" | ||
} | } | ||
}, | }, |