API:Iwbacklinks
From MediaWiki.org
| This page is part of the MediaWiki action API documentation. |
MediaWiki action API
- Introduction and quick start
- FAQ
- Tutorial
- Formats
- Error reporting
- Restricting usage
- Cross-site requests
- Authentication
- Queries
- Searching (by title, content, coordinates...)
- Parsing wikitext and expanding templates
- Purging pages' caches
- Parameter information
- Changing wiki content
- Create and edit pages
- Move pages
- Merge pages
- Rollback
- Delete pages
- Restore deleted revisions
- (Un)protect pages
- (Un)block users
- (Un)watch pages
- Mark revisions of watched pages as visited
- Send email
- Patrol changes
- Import pages
- Change user group membership
- Upload files
- User options
- Tokens
- Page language
- More...
- Watchlist feed
- Wikidata
- Extensions
- Using the API in MediaWiki and extensions
- Miscellaneous
- Implementation
- Client code
- Asserting
| Iwbacklinks | ||
|---|---|---|
This module can be used as a Generator. |
||
| Prefix | iwb | |
| Required rights | none | |
| Post only? | No | |
| Generated help | Current | |
| Version added |
|
|
Find all pages that link to the given interwiki link. Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively "All IW Links".
Parameters[edit]
iwblprefix: Prefix for the interwiki. Type: stringiwbltitle: Interwiki link to search for. Must be used withiwblprefix. Type: stringiwblcontinue: When more results are available, use this to continue. Type: stringiwbllimit: How many total pages to return. No more than 500 (5000 for bots) allowed. Type: limit (Default: 10)iwblprop: Which properties to get (Default: none)iwprefix: Adds the prefix of the interwikiiwtitle: Adds the title of the interwiki. Possible values:iwprefix,iwtitle.
iwbldir: The direction in which to list Possible values:ascending,descending. (Default:ascending) 1.20+
Error Codes[edit]
| Code | Info |
|---|---|
| missingparam | The prefix parameter must be set. |