Extension:MobileApp/it

This page is a translated version of the page Extension:MobileApp and the translation is 33% complete.
Manuale sulle Estensioni MediaWiki
MobileApp
Stato della release: stabile
Implementazione Skin
Descrizione Serves styles and scripts for use in the Wikimedia mobile applications
Autore(i) Yuvi Panda (Yuvipandadiscussione)
Versione aggiornamenti continui
Politica di compatibilità Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.26+
PHP 5.4+
Licenza GNU General Public License 2.0 or later
Scaricare
Quarterly downloads 47 (Ranked 94th)
Public wikis using 909 (Ranked 267th)
Traduci l'estensione MobileApp se è disponibile su translatewiki.net
Problemi Compiti aperti · Riportare un bug

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.

Installazione

  • Download and move the extracted MobileApp folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MobileApp
  • Aggiungi il seguente codice al tuo $LocalSettings (preferibilmente alla fine):
    wfLoadExtension( 'MobileApp' );
    
  •   Done – Naviga in Special:Version nella tua wiki per verificare che l'estensione sia stata installata correttamente.