Jump to content

Template:EmoteInfobox: Difference between revisions

From Joepedia
No edit summary
No edit summary
Line 91: Line 91:
"description": "A list of any variants of this emote that exist.",
"description": "A list of any variants of this emote that exist.",
"type": "string"
"type": "string"
},
"image": {
"label": "Image",
"description": "The image file for the emote. Defaults to looking for the name, but better to specify it explicitly.",
"type": "wiki-file-name",
"default": "{{{name}}}.png|.gif",
"suggested": true
}
}
},
},
Line 101: Line 108:
"twitch",
"twitch",
"discord",
"discord",
"variants"
"variants",
"image"
],
],
"format": "block"
"format": "block"

Revision as of 21:58, 25 January 2025

A template for a page describing an emote.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Name1

The name of the emote.

Stringrequired
Animatedanimated

If this is an animated emote.

Default
false
Booleanoptional
Artistartist

The name of the artist who created the emote.

Unknownrequired
Referencereference

A description of what the emote references or represents.

Stringsuggested
Available on Twitchtwitch

If the emote is currently available on Twitch.

Suggested values
true false historic
Stringoptional
Available on Discorddiscord

If the emote is currently available on Discord.

Suggested values
true false historic
Stringoptional
Variantsvariants

A list of any variants of this emote that exist.

Stringoptional
Imageimage

The image file for the emote. Defaults to looking for the name, but better to specify it explicitly.

Default
{{{name}}}.png|.gif
Filesuggested