Home
Random
Recent changes
Special pages
Community portal
Settings
About Irony Wiki
Disclaimers
Irony Wiki
Search
User menu
Create account
Log in
Editing
Template:Inline emote/doc
Warning:
You are not logged in. Once you make an edit, a temporary account will be created for you.
Learn more
.
Log in
or
create an account
to continue receiving notifications after this account expires, and to access other features.
Anti-spam check. Do
not
fill this in!
A way to easily create emotes to use in wiki pages. === Configuration === <code><nowiki>{{inline emote|IMAGE.png|TITLE|SIZE}}</nowiki></code> 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. If creating a template using this, you should add the template page to [[:Category:Wiki emotes]] by adding <code><nowiki><noinclude>[[Category:Wiki emotes]]</noinclude></nowiki></code>. === Example === <code><nowiki>{{inline emote|Trollface.svg|:troll:}}</nowiki></code> Outputs: {{inline emote|Trollface.svg|:troll:}} === Parameters === <templatedata> { "params": { "1": { "label": "Image", "description": "The image to use. Do not include \"File:\".", "example": "Trollface.svg", "type": "wiki-file-name", "required": true }, "2": { "label": "Title", "description": "What will show up if you hover over the emote.", "type": "string", "suggested": true }, "3": { "label": "Size", "description": "The width of the image. Format is \"20px\".", "type": "string", "default": "20px" } }, "format": "inline", "paramOrder": [ "1", "2", "3" ] } </templatedata>
Summary:
Please note that all contributions to Irony Wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see
Irony Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:Inline emote
(
edit
)