Index of /extensions/
| Name | Last Modified | Size |
|---|---|---|
| 2024-06-18 09:57 | - | |
| 2023-03-16 06:27 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-15 10:06 | - | |
| 2024-08-08 10:08 | - | |
| 2025-02-10 18:07 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-11-23 18:11 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2025-02-10 19:03 | - | |
| 2024-06-26 10:16 | - | |
| 2024-11-24 03:15 | - | |
| 2024-06-18 09:57 | - | |
| 2025-02-10 19:26 | - | |
| 2021-09-09 07:16 | - | |
| 2024-06-18 09:57 | - | |
| 2024-04-08 16:21 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2025-02-10 17:54 | - | |
| 2024-06-18 09:57 | - | |
| 2018-12-29 22:26 | - | |
| 2024-06-18 09:57 | - | |
| 2024-07-17 09:21 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-16 03:24 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-07-31 09:23 | - | |
| 2025-06-18 01:25 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-06-18 09:57 | - | |
| 2024-07-17 09:27 | - | |
| 2024-06-18 09:57 | - | |
| 2025-02-10 18:05 | - | |
| 2025-11-24 02:36 | 92k | |
| 2025-04-16 22:02 | 104k | |
| 2025-01-01 14:19 | 76k | |
| 2025-07-13 23:21 | 360k |
== 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 wiki.laconio.me Port 443