Extension:MobileApp

From Linux Web Expert

MediaWiki extensions manual
MobileApp
Release status: stable
Implementation Skin
Description Serves styles and scripts for use in the Wikimedia mobile applications
Author(s) Yuvi Panda (Yuvipandatalk)
Latest version continuous updates
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.26+
PHP 5.4+
License GNU General Public License 2.0 or later
Download
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').
Translate the MobileApp extension if it is available at translatewiki.net
Issues Open tasks · Report a 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.

Installation

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/MobileApp</tvar>|Download]] and move the extracted <tvar name=name>MobileApp</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
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'MobileApp' );
    
  • 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>