MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=linksuggest
(main | linksuggest)
- This module requires read rights.
- Source: LinkSuggest
- License: GPL-2.0-or-later
Suggest link to editors on edit view
Specific parameters:
Other general parameters are available.
- get
Get the display
- This parameter is required.
- One of the following values: image, suggestions
- query
Show suggestions of links
- This parameter is required.
Examples:
- Search for pages in the main namespace beginning with Ashley.
- api.php?action=linksuggest&get=suggestions&query=Ashley [open in sandbox]
- Create a thumbnail of File:Whatever.jpg.
- api.php?action=linksuggest&get=image&query=Whatever.jpg [open in sandbox]