|
|
| (One intermediate revision by the same user not shown) |
| Line 1: |
Line 1: |
| <pre><onlyinclude>{{#switch: {{{smiley|{{{1|}}}}}}
| | #REDIRECT Template:MoinMarkup/Smiley |
| | /!\
| |
| | alert = [[File:alert.png|16x16px|alert]]
| |
| | X-(
| |
| | angry = [[File:angry.png|16x16px|angry]]
| |
| | <!>
| |
| | attention = [[File:attention.png|16x16px|attention]]
| |
| | :D
| |
| | biggrin = [[File:biggrin.png|16x16px|biggrin]]
| |
| | (./)
| |
| | checkmark = [[File:checkmark.png|16x16px|checkmark]]
| |
| | >:>
| |
| | devil = [[File:devil.png|16x16px|devil]]
| |
| | <:(
| |
| | frown = [[File:frown.png|16x16px|frown]]
| |
| | {X}
| |
| | icon-error = [[File:icon-error.png|16x16px|icon-error]]
| |
| | {i}
| |
| | icon-info = [[File:icon-info.png|16x16px|icon-info]]
| |
| | (!)
| |
| | idea = [[File:idea.png|16x16px|idea]]
| |
| | :\
| |
| | ohwell = [[File:ohwell.png|16x16px|ohwell]]
| |
| | {1}
| |
| | prio1 = [[File:prio1.png|15x13px|prio1]]
| |
| | {2}
| |
| | prio2 = [[File:prio2.png|15x13px|prio2]]
| |
| | {3}
| |
| | prio3 = [[File:prio3.png|15x13px|prio3]]
| |
| | :o
| |
| | redface = [[File:redface.png|16x16px|redface]]
| |
| | :(
| |
| | :-(
| |
| | sad = [[File:sad.png|16x16px|sad]]
| |
| | :)
| |
| | :-)
| |
| | smile = [[File:smile.png|16x16px|smile]]
| |
| | B)
| |
| | B-)
| |
| | smile2 = [[File:smile2.png|16x16px|smile2]]
| |
| | :))
| |
| | :-))
| |
| | smile3 = [[File:smile3.png|16x16px|smile3]]
| |
| | ;)
| |
| | ;-)
| |
| | smile4 = [[File:smile4.png|16x16px|smile4]]
| |
| | {o}
| |
| | star_off = [[File:star_off.png|16x16px|star_off]]
| |
| | {*}
| |
| | star_on = [[File:star_on.png|16x16px|star_on]]
| |
| | {OK}
| |
| | thumbs-up = [[File:thumbs-up.png|16x16px|thumbs-up]]
| |
| | {{!}})
| |
| | {{!}}-)
| |
| | tired = [[File:tired.png|16x16px|tired]]
| |
| | :-?
| |
| | tongue = [[File:tongue.png|16x16px|tongue]]
| |
| | [[Category:Pages with unknown smileys]]{{{smiley|{{{1|}}}}}}
| |
| }}
| |
| </onlyinclude></pre>
| |
| <noinclude>
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "smiley": {
| |
| "aliases": [
| |
| "1"
| |
| ],
| |
| "description": "Smiley to show",
| |
| "example": "smile",
| |
| "type": "line",
| |
| "suggestedvalues": [
| |
| "alert",
| |
| "angry",
| |
| "attention",
| |
| "biggrin",
| |
| "checkmark",
| |
| "devil",
| |
| "frown",
| |
| "icon-error",
| |
| "icon-info",
| |
| "idea",
| |
| "ohwell",
| |
| "prio1",
| |
| "prio2",
| |
| "prio3",
| |
| "redface",
| |
| "sad",
| |
| "smile",
| |
| "smile2",
| |
| "smile3",
| |
| "smile4",
| |
| "star_off",
| |
| "star_on",
| |
| "thumbs-up",
| |
| "tired",
| |
| "tongue"
| |
| ],
| |
| "required": true
| |
| }
| |
| },
| |
| "description": "Fallback implementation of MoinMoin smileys"
| |
| }
| |
| </templatedata>
| |
| | |
| MoinMoin supports [https://wiki.debian.org/HelpOnSmileys smileys] that aren't supported by default by MediaWiki. This page provides a fallback solution if we can't use [https://www.mediawiki.org/wiki/Extension:Emoticons the emoticons extension].
| |
| </noinclude>
| |