Extension:UnicodeConverter/pl

This page is a translated version of the page Extension:UnicodeConverter and the translation is 17% complete.
Podręcznik rozszerzeń MediaWiki
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 1 (Ranked 143rd)
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 folderze extensions/.
    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.