Index of /extensions/

      Name                                                                             Last modified         Size  Description
   
up Parent Directory 09-Oct-2020 10:22 - directory CategoryTree 09-Oct-2020 10:22 - directory Cite 09-Oct-2020 10:22 - directory CiteThisPage 09-Oct-2020 10:22 - directory CodeEditor 09-Oct-2020 10:22 - directory ConfirmEdit 09-Oct-2020 10:22 - directory Gadgets 09-Oct-2020 10:22 - directory ImageMap 09-Oct-2020 10:22 - directory InputBox 09-Oct-2020 10:22 - directory Interwiki 09-Oct-2020 10:22 - directory LocalisationUpdate 09-Oct-2020 10:22 - directory LookupUser 19-Apr-2020 10:50 - directory MobileFrontend 13-Apr-2020 08:37 - directory MultimediaViewer 09-Oct-2020 10:22 - directory Nuke 09-Oct-2020 10:22 - directory OATHAuth 09-Oct-2020 10:22 - directory PageImages 09-Oct-2020 10:22 - directory ParserFunctions 09-Oct-2020 10:22 - directory PdfHandler 09-Oct-2020 10:22 - directory Poem 09-Oct-2020 10:22 - directory Renameuser 09-Oct-2020 10:22 - directory ReplaceText 09-Oct-2020 10:22 - directory Scribunto 09-Oct-2020 10:22 - directory SpamBlacklist 09-Oct-2020 10:22 - directory SyntaxHighlight_GeSHi 09-Oct-2020 10:22 - directory TemplateData 13-Apr-2020 15:25 - directory TemplateStyles 13-Apr-2020 15:26 - directory TextExtracts 09-Oct-2020 10:22 - directory TitleBlacklist 09-Oct-2020 10:22 - directory UserMerge 19-Apr-2020 10:34 - directory Vector 27-Jan-2016 21:26 - directory WikiEditor 09-Oct-2020 10:22 - directory googleAnalytics 13-Apr-2020 13:45 -

== User Information ==

Extensions are distributed separately. Drop them into this directory and enable
as per the extension's installation instructions.

You can find a list of extensions and documentation at
.

== Development Information ==

If you are a developer, you might want to fetch the extension tree in another
directory and make a symbolic link:

 mediawiki/extensions$ ln -s ../../extensions-trunk/FooBar

Most extensions are available through Git:
    https://phabricator.wikimedia.org/diffusion/MEXT/


Please note that under POSIX systems (Linux...), parent of a symbolic path
refers to the link source, NOT to the target! You should check the env
variable MW_INSTALL_PATH in case the extension is not in the default location.

The following code snippet lets you override the default path:

 $IP = getenv( 'MW_INSTALL_PATH' );
 if( $IP === false ) {
	$IP = __DIR__ . '/../..';
 }
 require_once "$IP/maintenance/Maintenance.php"; // a MediaWiki core file
Proudly Served by LiteSpeed Web Server at www.radiowiki.org.nz Port 443