Extension:Packages
Packages Release status: unstable |
|
---|---|
Implementation | Parser function , Special page |
Description | Create packages of templates and other articles from remote wikis |
Author(s) | Aran Dunkley (Nadtalk) |
Latest version | 0.0.6 (2007-11-13) |
MediaWiki | 1.6.0+ (only tested on 1.11.0) |
Database changes | No |
License | No license specified |
Download | OrganicDesign |
Translate the Packages extension if it is available at translatewiki.net | |
Check usage and version matrix. |
The Packages extension allows to create packages of templates and other articles from remote wikis. The resulting packages are PHP files which can be added or removed like a normal extension without affecting the database.
InstallationEdit
- Download Packages.php.
- Create a directory
Packages
in your$IP/extensions
directory. - Extract the files to this
$IP /extensions/Packages
directory. - Add to the bottom of LocalSettings.php :
require_once( "$IP/extensions/Packages/Packages.php" );
- Installation can now be verified through Special:Version of your wiki.