Extension:InterWikiLinks
Appearance
{{External_help|BlueSpice Community Forum}
Release status: stable |
|
|---|---|
| Description | Administration interface for adding, editing and deleting interwiki. links. |
| Author(s) | Hallo Welt! GmbH |
| Maintainer(s) | Hallo Welt! GmbH |
| Latest version | - |
| Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.43 (LTS) |
|
|
| Licence | GNU General Public License 3.0 only |
| Download | |
| Translate the InterWikiLinks extension if it is available at translatewiki.net | |
The extension InterWikiLinks simplifies the administration of the MediaWiki interwiki functionality. An interwiki link is a short abbreviation that stands for the start of an internet address The actual address only needs to be known when defining the interwiki link, rather than each time it is used.
Usage / features
[edit]This extension provides the following functionality:
- acces to the page Special:InterWikiLinks
- add new interwikilinks
- delete interwikilink entries
- assign URLs to interwiki link entries
- sort entries
- export entries
See also
[edit]
Installation
[edit].git) as a "vcs repository" and the package name (mediawiki/BlueSpiceInterWikiLinks) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceInterWikiLinks .git" } ], "require": { "mediawiki/BlueSpiceInterWikiLinks": "BlueSpiceInterWikiLinks" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'BlueSpiceInterWikiLinks' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

