Index of /extensions/
| Name | Last Modified | Size |
|---|---|---|
| 2021-06-16 12:01 | - | |
| 2021-06-16 12:27 | - | |
| 2025-11-10 11:07 | - | |
| 2021-01-27 13:45 | - | |
| 2020-12-03 09:44 | - | |
| 2023-02-04 18:20 | - | |
| 2022-10-01 12:10 | - | |
| 2022-10-01 12:10 | - | |
| 2022-10-01 12:10 | - | |
| 2022-10-01 12:10 | - | |
| 2021-06-08 15:00 | - | |
| 2019-12-03 16:22 | - | |
| 2022-10-01 12:10 | - | |
| 2021-06-16 12:17 | - | |
| 2021-06-08 14:55 | - | |
| 2020-04-15 13:47 | - | |
| 2021-06-28 18:46 | - | |
| 2020-03-27 17:17 | - | |
| 2022-10-01 12:10 | - | |
| 2021-11-02 19:12 | - | |
| 2022-10-01 12:10 | - | |
| 2025-11-16 17:06 | - | |
| 2022-10-01 12:10 | - | |
| 2022-10-01 12:10 | - | |
| 2023-02-04 18:17 | - | |
| 2021-06-18 13:06 | - | |
| 2022-10-01 12:10 | - | |
| 2021-06-16 12:06 | - | |
| 2025-11-03 06:13 | - | |
| 2021-06-08 14:55 | - | |
| 2023-02-04 18:17 | - | |
| 2023-02-04 18:17 | - | |
| 2025-11-15 21:39 | - | |
| 2022-10-01 12:10 | - | |
| 2021-06-16 12:14 | - | |
| 2021-06-18 13:00 | - | |
| 2021-12-16 16:31 | - | |
| 2022-10-01 12:10 | - | |
| 2022-10-01 12:10 | - | |
| 2021-06-29 11:15 | - | |
| 2025-11-10 11:07 | - | |
| 2022-10-01 12:10 | - | |
| 2023-04-02 01:15 | - | |
| 2022-10-01 12:10 | - | |
| 2022-10-01 12:10 | - | |
| 2022-10-01 12:10 | - | |
| 2021-09-06 13:58 | - | |
| 2022-10-01 12:10 | - | |
| 2025-11-03 09:51 | - | |
| 2021-06-16 12:15 | - | |
| 2021-06-18 12:41 | - | |
| 2021-06-18 12:30 | - | |
| 2021-06-16 12:04 | - | |
| 2022-10-01 12:10 | - | |
| 2022-10-01 12:10 | - | |
| 2021-12-16 16:31 | - | |
| 2023-02-04 18:17 | - | |
| 2021-06-08 16:03 | - | |
| 2021-06-17 08:52 | - | |
| 2023-02-04 18:17 | - | |
| 2023-02-04 18:17 | - | |
| 2023-02-04 18:27 | - | |
| 2023-02-04 18:17 | - | |
| 2025-11-02 03:17 | - | |
| 2022-10-01 11:40 | - | |
| 2021-12-16 16:31 | - | |
| 2021-06-08 15:01 | - | |
| 2023-02-04 18:17 | - | |
| 2022-10-01 12:10 | - | |
| 2022-10-01 12:10 | - | |
| 2022-10-01 12:10 | - | |
| 2022-10-01 12:10 | - | |
| 2023-03-30 06:02 | - | |
| 2022-10-01 12:10 | - | |
| 2021-06-15 09:16 | - | |
| 2021-06-16 12:30 | - | |
| 2021-06-18 12:22 | - | |
| 2023-02-04 18:17 | - | |
| 2021-06-08 15:01 | - | |
| 2022-10-01 12:10 | - | |
| 2021-06-08 15:57 | - | |
| 2023-02-09 07:51 | - | |
| 2022-10-01 12:10 | - |
== 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 praxisplaner.kdz.eu Port 443