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=linktitles
(main | linktitles)
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: LinkTitles
- License: GPL-2.0+
Process a single page with the LinkTitles extension, automatically adding links to existing pages.
Specific parameters:
Other general parameters are available.
- page
Title of the page to process.
- This parameter is required.
- skiptemplatesexcept
(no description)
- Separate values with | or alternative.
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
Example:
- Process the page 'Main Page'.
- api.php?action=linktitles&page=Main_Page&token=TOKEN [open in sandbox]