Extension:LinkSuggest
From MediaWiki.org
|
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 |
||
| Last version | 1.6 | ||
| MediaWiki | 1.16+ | ||
| License | GNU General Public License 2.0 or later | ||
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
|
|||
|
Check usage (experimental) |
|||
LinkSuggest extension suggests links to editors on edit view (?action=edit).
This extension should be compatible with ResourceLoader.
[edit] Installation
Download the files from SVN and place them into $IP/extensions/LinkSuggest
Add the following lines to your wiki's LocalSettings.php
require_once("$IP/extensions/LinkSuggest/LinkSuggest.php");
Installation can be verified through your wiki's Special:Version
[edit] Known bugs
[edit] Related extensions
- Link Suggest - adds an ajax search bar to find links in an additional text box. No autocompletion.
- QuickLink - Improved version of the above.