No edit summary
No edit summary
 
Line 2: Line 2:


=== Configuration ===
=== Configuration ===
<code><nowiki>{{inline emote|IMAGE.png|SIZE}}</nowiki></code>
<code><nowiki>{{inline emote|IMAGE.png|TITLE|SIZE}}</nowiki></code>


When specifying the image, do ''not'' include File: at the beginning.
When specifying the image, do ''not'' include File: at the beginning.
Title is optional, but suggested. This is what will show up if you hover your cursor over the emote.


Size is optional. The default is 20px.
Size is optional. The default is 20px.
Line 11: Line 13:


=== Example ===
=== Example ===
<code><nowiki>{{inline emote|Trollface.svg}}</nowiki></code>
<code><nowiki>{{inline emote|Trollface.svg|:troll:}}</nowiki></code>


Outputs: {{inline emote|Trollface.svg}}
Outputs: {{inline emote|Trollface.svg|:troll:}}


=== Parameters ===
=== Parameters ===
Line 27: Line 29:
},
},
"2": {
"2": {
"label": "Title",
"description": "What will show up if you hover over the emote.",
"type": "string",
"suggested": true
},
"3": {
"label": "Size",
"label": "Size",
"description": "The width of the image. Format is \"20px\".",
"type": "string",
"type": "string",
"default": "20px",
"default": "20px"
"description": "The width of the image. Format is \"20px\"."
}
}
},
},
"format": "inline"
"format": "inline",
"paramOrder": [
"1",
"2",
"3"
]
}
}
</templatedata>
</templatedata>