Extension:UnicodeConverter/pl
Appearance
UnicodeConverter Status wydania: stabilne |
|
---|---|
Realizacja | Strona specjalna |
Opis | Example special page |
Autor(zy) | Tim Starlingdyskusja |
MediaWiki | >= 1.31.0 |
Licencja | GPL2 or Any OSI approved license |
Pobieranie | |
Quarterly downloads | 0 |
Przetłumacz rozszerzenie UnicodeConverter jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
This was the first special page extension. It was created as a demonstration showing how to create special page extensions. Its function is to take Unicode text pasted into an input box, and to show the text with any non-ASCII characters converted to HTML entities.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
UnicodeConverter
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UnicodeConverter - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'UnicodeConverter' );
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.