Extension:MobileApp/it

From Linux Web Expert

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 (Yuvipandatalk)
Versione aggiornamenti continui
Politica di compatibilità Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.26+
PHP 5.4+
Licenza Nessuna licenza specificata
Scaricare
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
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

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/MobileApp/it</tvar>|Download]] and move the extracted <tvar name=name>MobileApp/it</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MobileApp%2Fit
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'MobileApp/it' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>