Bundle extension that installs and loads Wikibase and associated extensions.
This version of Wikibase Bundle requires PHP 7.3+ and MediaWiki 1.34+.
TODO
-
Wikibase Repository - Core Wikibase extension that turns MediaWiki into a structured data repository
-
Wikibase Client - Allows using Wikibase data in your wiki via parser functions and Lua
-
Wikibase Local Media - Adds support for local media files via a dedicated data type
-
EntitySchema?
-
CLDR
-
ULS
-
https://github.com/wikimedia/mediawiki-extensions-WikibaseQualityConstraints
Wikibase Bundle is installed using Composer with MediaWiki's built-in support for Composer.
TODO
Change to the base directory of your MediaWiki installation and execute these two commands:
COMPOSER=composer.local.json composer require --no-update professional-wiki/wikibase-bundle:dev-master
composer update professional-wiki/wikibase-bundle --no-dev -o
Add the following two lines to the end of your "LocalSettings.php" file:
TODO
require_once __DIR__ . '/extensions/WikibaseBundle/WikibaseBundle.php';
TODO
Run the update.php script from the base directory of your MediaWiki installation:
php maintenance/update.php
- Initial release