Extensions

Extensions

Installing
MediaWiki extensions can be installed as follows:
  1. Use the File manager to upload the tarball and extract the package under /app/data/extensions.
  2. Change the ownership of the newly uploaded directory to www-data
  3. Load the skin in /app/data/LocalSettings.php by adding this line:
    wfLoadExtension( '<extension-name>' );
  4. Additional extension settings may be set in /app/data/LocalSettings.php


Suppressing skins
To suppress one or more skins add the following line to /app/data/LocalSettings.php:
$wgSkipSkins = array( "cologneblue", "monobook" );