Index of /extensions/

NameLast ModifiedSize
UpParent Directory
DirectoryAbuseFilter2026-05-25 20:41-
DirectoryCategoryTree2026-05-25 20:41-
DirectoryCheckUser2026-05-25 20:41-
DirectoryCite2026-05-25 20:41-
DirectoryCiteThisPage2026-05-25 20:41-
DirectoryCodeEditor2026-05-25 20:41-
DirectoryConfirmEdit2026-05-25 20:41-
DirectoryDiscussionTools2026-05-25 20:41-
DirectoryEcho2026-05-25 20:41-
DirectoryGadgets2026-05-25 20:41-
DirectoryImageMap2026-05-25 20:41-
DirectoryInputBox2026-05-25 20:41-
DirectoryLinter2026-05-25 20:41-
DirectoryLoginNotify2026-05-25 20:41-
DirectoryMath2026-05-25 20:41-
DirectoryMultimediaViewer2026-05-25 20:41-
DirectoryNuke2026-05-25 20:41-
DirectoryOATHAuth2026-05-25 20:41-
DirectoryPageImages2026-05-25 20:41-
DirectoryParserFunctions2026-05-25 20:41-
DirectoryPdfHandler2026-05-25 20:41-
DirectoryPoem2026-05-25 20:41-
DirectoryReplaceText2026-05-25 20:41-
DirectoryScribunto2026-05-25 20:41-
DirectorySecureLinkFixer2026-05-25 20:41-
DirectorySpamBlacklist2026-05-25 20:41-
DirectorySyntaxHighlight_GeSHi2026-05-25 20:41-
DirectoryTemplateData2026-05-25 20:41-
DirectoryTemplateStyles2026-05-25 20:41-
DirectoryTextExtracts2026-05-25 20:41-
DirectoryThanks2026-05-25 20:41-
DirectoryTitleBlacklist2026-05-25 20:41-
DirectoryVisualEditor2026-05-25 20:41-
DirectoryWikiEditor2026-05-25 20:41-
== 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 <https://www.mediawiki.org/wiki/Special:MyLanguage/Category:Extensions>. == 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://gerrit.wikimedia.org/g/mediawiki/extensions 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.wiki.undeadtanktech.com Port 443