Index of /extensions/
| Name | Last Modified | Size |
|---|---|---|
| 2025-09-10 13:30 | - | |
| 2024-02-16 13:40 | - | |
| 2025-09-10 13:38 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2024-02-16 13:31 | - | |
| 2025-09-10 13:30 | - | |
| 2024-02-16 14:06 | - | |
| 2024-02-16 13:24 | - | |
| 2024-02-16 13:24 | - | |
| 2024-02-16 13:31 | - | |
| 2025-09-10 13:30 | - | |
| 2024-02-16 13:31 | - | |
| 2025-09-10 13:30 | - | |
| 2024-08-03 10:29 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:38 | - | |
| 2024-02-16 14:07 | - | |
| 2024-02-16 13:40 | - | |
| 2025-09-23 18:01 | - | |
| 2025-09-10 13:30 | - | |
| 2024-02-16 13:26 | - | |
| 2025-09-10 13:38 | - | |
| 2025-09-10 13:38 | - | |
| 2024-06-15 15:36 | - | |
| 2025-09-10 13:30 | - | |
| 2024-02-16 13:32 | - | |
| 2024-02-16 13:38 | - | |
| 2025-09-10 13:38 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:56 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2024-02-16 13:41 | - | |
| 2024-02-16 13:42 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2024-02-16 13:32 | - | |
| 2021-06-18 12:41 | - | |
| 2024-02-16 13:32 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:38 | - | |
| 2024-02-16 14:08 | - | |
| 2024-02-16 13:28 | - | |
| 2025-09-10 13:38 | - | |
| 2025-09-10 13:38 | - | |
| 2025-09-10 13:40 | - | |
| 2025-09-10 13:38 | - | |
| 2025-09-10 13:42 | - | |
| 2025-09-10 13:38 | - | |
| 2024-02-16 14:45 | - | |
| 2025-09-10 13:40 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:30 | - | |
| 2024-02-16 13:32 | - | |
| 2024-02-16 13:33 | - | |
| 2024-02-16 13:30 | - | |
| 2025-09-10 13:38 | - | |
| 2024-02-16 13:31 | - | |
| 2025-09-10 13:30 | - | |
| 2025-09-10 13:45 | - | |
| 2024-02-23 12:56 | - | |
| 2025-09-10 13:30 | - |
== 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://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.bacid.eu Port 443