Template:Twemoji/doc: Difference between revisions
doc |
template data |
||
Line 21: | Line 21: | ||
== Template data == | == Template data == | ||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Emoji codepoint", | |||
"description": "The Unicode codepoint of the emoji you would like to render. For a detailed explanation, see the template documentation [[Template:Twemoji]]", | |||
"example": "1f608", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "This template will render an emoji from the Twemoji project, which is what Discord uses to render its emojis.", | |||
"format": "inline" | |||
} | |||
</templatedata> |