Erweiterung:Emoticons
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
Freigabestatus: stabil |
|
|---|---|
| Einbindung | Erweiterte Syntax |
| Beschreibung | Enable forum-style emoticon (smiley) replacement within MediaWiki. |
| Autor(en) | Markus Glaser, Alex Wollangk (alex@wollangk.com) and Techjar (tecknojar@gmail.com) |
| Betreuer | Hallo Welt! GmbH |
| Letzte Version | - |
| Kompatibilitätspolitik | Für jede MediaWiki-Version, die ein Long Term Support Release ist, existiert ein entsprechender Zweig in der Erweiterung. |
| MediaWiki | 1.43 (LTS) |
| Licence | nur GNU General Public License 3.0 |
| Herunterladen | |
| Übersetze die Emoticons-Erweiterung, wenn sie auf translatewiki.net verfügbar ist | |
This extension converts an emoticon (smiley) into an emoji after typing.
See the list of default emoticons.
Note: To start a new line with an emoticon, type a space first.
Requirements
Emoticons requires BlueSpiceFoundation.
Default emoticons
Die folgenden Emoticons sind standardmäßig definiert:
:-) smile.png smiling :) :-( sad.png sad :( :-| neutral.png neutral, sceptical :| :-@ angry.png angry, annoyed ;-) wink.png winking, ironic ;) :D smile-big.png laughing :-/ thinking.png thinking :/ :-X shut-mouth.png sealed lips :'( crying.png crying :-O shock.png shocked, surprised :-S confused.png undecided, confused :lol: laugh.png laughing (:| yawn.png yawning :good: good.png good, thumbs up :bad: bad.png bad, thumbs down :-[ embarrassed.png embarrassed, blushing [-X shame.png ashamed
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceEmoticons
.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceEmoticons) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceEmoticons .git" } ], "require": { "mediawiki/BlueSpiceEmoticons": "BlueSpiceEmoticons" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'BlueSpiceEmoticons' );
Erledigt Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links

