Template:Emoji
�{{{1}}};
Inserts an Emoji icon image in the text flow. Emoji are ready-to-use unicode characters hosted in the display font. So they do not need to be imported as additional file images.
Usage: {{Emoji|1=name-of-icon|2=size-modifier}}.
1 The name-of-icon should be one from the following list(*): smile yawn (*) can be extended with corresponding unicode values according to the needs.
2. The size-modifier when present changes the size of the Emoji. These are the same rules as for css font-size attribute. Default value is 'inherit' meaning character size is the same as the size of the text it is included in. Using percentage values gives a good idea of relative sizes.
3. Examples
Using generic {{Smiley}} yields . Instead:
{{Emoji|smile}} yields 🙂
with the same size
{{Emoji|smile|150%}} yields 🙂
{{Emoji|yawn|200%}} yields 😪
4. Check other possibilities
Size has been fixed to 150%.