Extension:LinkSuggest
From MediaWiki.org
This extension does not seem to work properly with MW 1.20+
LinkSuggest Release status: beta |
|||
---|---|---|---|
Implementation | Search | ||
Description | Provides the user with article title suggestions as they type a link in wikitext. | ||
Author(s) | Inez Korczyński Bartek Łapiński Łukasz Garczewski Maciej Brencz Jesús Martínez Novo Jack Phoenix |
||
Latest version | 1.6 | ||
MediaWiki | 1.16+ | ||
License | GNU General Public License 2.0 or later | ||
Download | |||
|
|||
Translate the LinkSuggest extension if it is available at translatewiki.net |
|||
Check usage and version matrix; code metrics |
The LinkSuggest extension suggests links to editors on edit view (?action=edit).
This extension should be compatible with ResourceLoader.
Installation[edit | edit source]
- Download and extract the file(s) in a directory called
LinkSuggest
in yourextensions/
folder. If you're a developer and this extension is in a Git repository, then instead you should clone the repository. - Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/LinkSuggest/LinkSuggest.php";
- Done! Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.
Known bugs[edit | edit source]
Related extensions[edit | edit source]
- Link Suggest - adds an AJAX search bar to find links in an additional text box. No autocompletion.
- QuickLink - Improved version of the above.