Merge "tests: Use getNewTempFile to simplify test setup"
tree: 6013f9f2464201c537200fc8a68dd6b0a2b66126
  1. .github/
  2. .phan/
  3. cypress/
  4. docs/
  5. i18n/
  6. maintenance/
  7. resources/
  8. src/
  9. tests/
  10. .eslintignore
  11. .eslintrc.json
  12. .gitignore
  13. .gitmodules
  14. .gitreview
  15. .minus-x.json
  16. .npmrc
  17. .phpcs.xml
  18. .stylelintrc.json
  19. CODE_OF_CONDUCT.md
  20. composer.json
  21. COPYING
  22. cypress.config.ts
  23. Doxyfile
  24. extension.json
  25. Gruntfile.js
  26. package-lock.json
  27. package.json
  28. phpunit.xml.dist
  29. README-dev.md
  30. README.md
  31. WikibaseLexeme.datatypes.client.php
  32. WikibaseLexeme.datatypes.php
  33. WikibaseLexeme.entitytypes.php
  34. WikibaseLexeme.entitytypes.repo.php
  35. WikibaseLexeme.i18n.alias.php
  36. WikibaseLexeme.mediawiki-services.php
  37. WikibaseLexeme.resources.php
README.md

This extension allows storing and modifying the structured lexicographic data in the Wikibase instance.

Prerequisites

WikibaseLexeme requires the following extensions to be installed and configured on MediaWiki instance:

Installation

To add WikibaseLexeme to an already installed MediaWiki Wikibase instance, please see the extension's installation instructions on MediaWiki.

Configuration

See the options documentation.

Development Setup

See the Development setup documentation.