This template will render an emoji from the Twemoji project, which is what Discord uses to render its emojis.
Usage
{{Twemoji|emoji|title (optional)|size (optional, default 20px)}}
To specify what emoji to render, simply enter the emoji in the first parameter.
So, to render :smiling_imp: (π) with this template, you would do:
{{Twemoji|π}}
which outputs
Do not put multiple emojis into the same template. If you wanted to render "", {{Twemoji|πππ}}
would not work, you would have to do {{Twemoji|π}}{{Twemoji|π}}{{Twemoji|π}}
.
Note that Unicode 13 emojis are currently not supported.
Legacy usage
Previously, you had to specify the Unicode codepoint for the emoji you wanted to render.
For example, to render :exploding_head: (π€―), you had to do:
{{Twemoji|1f92f}}
which outputs
This is no longer required, but is still supported.
Template data
This template will render an emoji from the Twemoji project, which is what Discord uses to render its emojis.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Emoji | 1 | The emoji you would like to render. Only use 1 emoji.
| String | required |
Title | 2 | What will show up when you hover over the emote
| String | suggested |
Size | 3 | The size of the emote
| String | optional |