This extension is a grab-bag for miscellaneous configuration and customizations that are specific to wikidata.org.
This includes the following things:
- It adds styles and images for Sitelink badges specific to Wikidata.
- It adds a link about DataAccess to the footer of every page.
- It includes the query service lag (compare T221774) into the max lag calculation. (The other main contributor being replication lag.)
- It holds the i18n messages for the Lexeme links in the sidebar, so that they can be translated on translatewiki.net. (The links themselves are defined on-wiki in MediaWiki:sidebar.)
Issues and tasks are tracked on Phabricator!
After cloning this extension into the extensions directory, add the following line to your LocalSettings.php:
wfLoadExtension( 'Wikidata.org' );
This extension follows a layout that is very similar to many other extensions.
Its PHPUnit tests are run as any other extension's PHPUnit tests (which is specific to your particular setup).
You can run PHP code style checks with
composer run test
and fix fixable violations with
composer run fix
Similarly, you can lint the JavaScript code with
npm test