https://github.com/kenny2github/languageconverterapi
A tiny MediaWiki extension to provide access to the LanguageConverter mechanisms via an extension to the action API.
https://github.com/kenny2github/languageconverterapi
Last synced: 6 months ago
JSON representation
A tiny MediaWiki extension to provide access to the LanguageConverter mechanisms via an extension to the action API.
- Host: GitHub
- URL: https://github.com/kenny2github/languageconverterapi
- Owner: Kenny2github
- License: mit
- Created: 2022-11-07T06:56:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T06:56:53.000Z (over 3 years ago)
- Last Synced: 2025-02-13T07:46:02.771Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LanguageConverterApi
A tiny MediaWiki extension to provide access to the [LanguageConverter](https://www.mediawiki.org/wiki/Writing_systems#LanguageConverter) mechanisms via an [extension](https://www.mediawiki.org/wiki/API:Extensions) to the [action API](https://www.mediawiki.org/wiki/API:Main_page).
## Installation
```php
wfLoadExtension( 'LanguageConverterApi' );
```
If you want to test with English and Pig Latin, add `$wgUsePigLatinVariant = true;`
## Usage
After installing, see `/path/to/your/api.php?action=help&modules=languageconvert`