Check the consistency of MediaWiki interlanguage links in a simple overview https://fwdekker.com/tools/interlanguage-checker
Go to file
Florine W. Dekker 8c84d18773
Store API URL in cookie for re-use
Fixes #25.
2020-04-16 10:58:05 +02:00
src/main Store API URL in cookie for re-use 2020-04-16 10:58:05 +02:00
.editorconfig Initial commit 2020-04-07 16:25:58 +02:00
.gitattributes Use Webpack for development 2020-04-11 11:41:44 +02:00
.gitignore Use Webpack for development 2020-04-11 11:41:44 +02:00
Gruntfile.js Separate JS into multiple files 2020-04-11 12:25:15 +02:00
LICENSE Initial commit 2020-04-07 16:25:58 +02:00
README.md Update README 2020-04-16 10:48:01 +02:00
package-lock.json Store API URL in cookie for re-use 2020-04-16 10:58:05 +02:00
package.json Store API URL in cookie for re-use 2020-04-16 10:58:05 +02:00

README.md

Interlanguage Checker

Check the consistency of MediaWiki interlanguage links in a simple overview.

Introduction

Interlanguage links allow wikis to tell users where to find translations of articles. Without the interlanguage extension, each translation is responsible for maintaining its own outgoing links. As the number of translations grows, the network of links becomes more complex, and the number of errors grows.

The Interlanguage Checker traverses the network of interlanguage links starting from a given article and shows you that network in a table. If there are missing or incorrect links, you can quickly spot them and fix them.

Usage

To use the tool, you should enter the link to the API of the wiki you want to check. For Wikimedia wikis, this is <example.org>/w/api.php. For Fandom wikis, this is <wiki>.fandom.com/api.php.

Issues

If you need help, have a question, or found a bug, please open an issue or leave a talk message.