Template:Emote: Difference between revisions
m Add template category |
class of emote not necessary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><span class="display-emote | <includeonly><span class="display-emote" style="{{Emote style|{{{1}}}}}"></span></includeonly><noinclude> | ||
== Usage == | == Usage == | ||
{| class="wikitable" | {| class="wikitable" | ||
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> |
Latest revision as of 21:58, 3 August 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 |