Jump to content

Extension:MobileApp/pl

From mediawiki.org
This page is a translated version of the page Extension:MobileApp and the translation is 17% complete.
Podręcznik rozszerzeń MediaWiki
MobileApp
Status wydania: stabilne
RealizacjaSkórka
OpisServes styles and scripts for use in the Wikimedia mobile applications
Autor(zy)Yuvi Panda (Yuvipandadyskusja)
Ostatnia wersjacontinuous updates
Polityka zgodnościSnapshots releases along with MediaWiki. Master nie jest kompatybilny wstecznie.
MediaWiki1.26+
PHP5.4+
LicencjaLicencja GNU General Public License 2.0 lub nowsza
Pobieranie
Quarterly downloads31 (Ranked 95th)
Public wikis using909 (Ranked 267th)
Przetłumacz rozszerzenie MobileApp jeżeli jest dostępne na translatewiki.net
ProblemyOtwarte zadania · Zgłoś błąd

The MobileApp extension serves styles and scripts for use in the Wikimedia mobile applications. It also tags edits made using the apps with mobile app edit and with android app edit or ios app edit as appropriate.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie MobileApp 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/MobileApp
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'MobileApp' );
    
  • YesZrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.