Extension:LinkSuggest

From MediaWiki.org
Jump to: navigation, search
This extension does not seem to work properly with MW 1.20+
MediaWiki extensions manual
Crystal Clear action run.png
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
Hooks used
EditPage::showEditForm:initial

GetPreferences

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 your extensions/ 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]

  1. Bug #28335 — link suggestion box is misplaced on Internet Explorer 9

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.