Template:MoinMarkup/Smiley: Difference between revisions
AndrewSayers (talk | contribs) No edit summary |
AndrewSayers (talk | contribs) No edit summary |
||
| Line 62: | Line 62: | ||
{ | { | ||
"params": { | "params": { | ||
"MoinMarkupID": { | |||
"type": "number", | |||
"required": true, | |||
"description": "Unique ID for this template on the page, must be the first parameter.", | |||
"deprecated": true | |||
}, | |||
"smiley": { | "smiley": { | ||
"aliases": [ | "aliases": [ | ||
| Line 97: | Line 103: | ||
], | ], | ||
"required": true | "required": true | ||
} | }, | ||
"MoinMarkupID2": { | |||
"type": "number", | |||
"required": true, | |||
"description": "Same value as MoinMarkupID=, guaranteed to be the last parameter", | |||
"deprecated": true | |||
} | |||
}, | }, | ||
"description": "Unreviewed smiley imported from MoinMoin" | "description": "Unreviewed smiley imported from MoinMoin" | ||
Revision as of 20:52, 15 March 2026
<onlyinclude>{{#switch: {{{smiley|{{{1|}}}}}}
| /!\
| alert = ⚠️
| X-(
| angry = 😡
| <!>
| attention = ❗️
| :D
| biggrin = 😁
| (./)
| checkmark = ✔️
| >:>
| devil = 😈
| <:(
| frown = 😢
| {X}
| icon-error = ❌
| {i}
| icon-info = ℹ️
| (!)
| idea = 💡
| :\
| ohwell = 🫤
| {1}
| prio1 = 1️⃣
| {2}
| prio2 = 2️⃣
| {3}
| prio3 = 3️⃣
| :o
| redface = 😮
| :(
| :-(
| sad = 😕
| :)
| :-)
| smile = 🙂
| B)
| B-)
| smile2 = 😎
| :))
| :-))
| smile3 = 😄
| ;)
| ;-)
| smile4 = 😉
| {o}
| star_off = ⭐️
| {*}
| star_on = 🌟
| {OK}
| thumbs-up = 👍
| {{!}})
| {{!}}-)
| tired = 😴
| :-?
| tongue = 😛
| [[Category:Pages with unknown smileys]]{{{smiley|{{{1|}}}}}}
}}{{Template:MoinMarkup/Boilerplate}}</onlyinclude>
Unreviewed smiley imported from MoinMoin
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| MoinMarkupID | MoinMarkupID | Unique ID for this template on the page, must be the first parameter. | Number | deprecated |
| smiley | smiley 1 | Smiley to show
| Line | required |
| MoinMarkupID2 | MoinMarkupID2 | Same value as MoinMarkupID=, guaranteed to be the last parameter | Number | deprecated |
Please do not create new instances of this template.
When this wiki was converted from MoinMoin, we used MoinMarkup templates to represent anything that didn't translate neatly between the two formats. The goal is to gradually replace these with native MediaWiki equivalents.
The program that converted the old MoinMoin source always passes a unique MoinMarkupID= value as the first parameter, and the same value in MoinMarkupID2= as the last parameter. If you want to mass-edit every instance of this template (e.g. with the Replace Text extension), you should be able to search for something like {{MoinMarkup/Smiley|MoinMarkupID=(\d+)(.*)|MoinMarkupID2=\1}}.
MoinMoin supports smileys that aren't supported by default by MediaWiki. This page converts those smileys to file links.