Wikibase customizations specific for Wikidata.org

Clone this repo:
  1. 1b696f2 Localisation updates from https://translatewiki.net. by Translation updater bot · 3 days ago master wmf/1.43.0-wmf.2 wmf/branch_cut_pretest
  2. 04b3285 Localisation updates from https://translatewiki.net. by Translation updater bot · 8 days ago
  3. 12cd528 Localisation updates from https://translatewiki.net. by Translation updater bot · 2 weeks ago wmf/1.43.0-wmf.1
  4. a556c26 Merge "Update Javascript dependencies" by jenkins-bot · 3 weeks ago wmf/1.42.0-wmf.26
  5. 2ca6917 Update Javascript dependencies by Arthur Taylor · 3 weeks ago

Wikidata.org

This extension is a grab-bag for miscellaneous configuration and customizations that are specific to wikidata.org.

This includes the following things:

  1. It adds styles and images for Sitelink badges specific to Wikidata.
  2. It adds a link about DataAccess to the footer of every page.
  3. It includes the query service lag (compare T221774) into the max lag calculation. (The other main contributor being replication lag.)
  4. 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!

Installation

After cloning this extension into the extensions directory, add the following line to your LocalSettings.php:

wfLoadExtension( 'Wikidata.org' );

Development

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