MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=linksuggest
(main | linksuggest)
- This module requires read rights.
- Source: LinkSuggest
- License: unknown
Parameters:
- get
- (no description)
- This parameter is required.
- One of the following values: image, suggestions
- query
- (no description)
- 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]