Template:Emote: Difference between revisions
m Add template category |
template data |
||
Line 39: | Line 39: | ||
|} | |} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"1": { | |||
"label": "Emote", | |||
"description": "The emote icon to display.", | |||
"example": "oop", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"oop", | |||
"exclamation", | |||
"hearts", | |||
"drop", | |||
"dotdot", | |||
"music", | |||
"sorry", | |||
"ghost", | |||
"splattee", | |||
"deviltee", | |||
"zomg", | |||
"zzz", | |||
"wtf", | |||
"eyes", | |||
"question" | |||
], | |||
"required": true | |||
} | |||
}, | |||
"description": "Show an emote icon.", | |||
"format": "inline" | |||
} | |||
</templatedata></noinclude> |
Revision as of 09:07, 11 February 2023
Usage
code | result |
---|---|
{{Emote|oop}} |
|
{{Emote|exclamation}} |
|
{{Emote|hearts}} |
|
{{Emote|drop}} |
|
{{Emote|dotdot}} |
|
{{Emote|music}} |
|
{{Emote|sorry}} |
|
{{Emote|ghost}} |
|
{{Emote|sushi}} |
|
{{Emote|splattee}} |
|
{{Emote|deviltee}} |
|
{{Emote|zomg}} |
|
{{Emote|zzz}} |
|
{{Emote|wtf}} |
|
{{Emote|eyes}} |
|
{{Emote|question}} |
Show an emote icon.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Emote | 1 | The emote icon to display.
| String | required |