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)

Suggest link to editors on edit view

Parameters:
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]