Extension:Emoticons/pl
Appearance
Outdated translations are marked like this.
| 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. |
Status wydania: stabilne |
|
|---|---|
| Realizacja | Rozszerzenie składni |
| Opis | Enable forum-style emoticon (smiley) replacement within MediaWiki. |
| Autor(zy) | Markus Glaser, Alex Wollangk (alex@wollangk.com) and Techjar (tecknojar@gmail.com) |
| Opiekun(owie) | Hallo Welt! GmbH |
| Ostatnia wersja | - |
| Polityka zgodności | Dla każdego wydania MediaWiki, które jest wydaniem wsparcia długoterminowego, istnieje odpowiednia gałąź w rozszerzeniu. |
| MediaWiki | 1.43 (LTS) |
| Licence | Licencja GNU General Public License 3.0 wyłącznie |
| Pobieranie | |
| Przetłumacz rozszerzenie Emoticons jeżeli jest dostępne na translatewiki.net | |
This extension makes forum-style emoticon (smiley) replacements within MediaWiki.
See the list of default emoticons below.
Wymagania
Emotikony wymagają BlueSpiceFoundation oraz BlueSpiceFoundation.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
Emoticonsw folderzeextensions/.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Emoticons
- Dodaj poniższy kod na dole twojego pliku LocalSettings.php:
wfLoadExtension( 'Emoticons' );
Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Domyślne emotikony
The following emoticons are defined by default:
:-) 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 8-) laugh.png laughing :lol: glasses-cool.png cool, sunglasses (:| yawn.png yawning :good: good.png good, thumbs up :bad: bad.png bad, thumbs down :-[ embarrassed.png embarrassed, blushing [-X shame.png ashamed
External links
- Helpdesk: Emoticons
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-Emoticons.git) as a "vcs repository" and the package name (mediawiki/Emoticons) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-Emoticons.git" } ], "require": { "mediawiki/Emoticons": "Emoticons" } }
- 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( 'Emoticons' );
Zrobione Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

