MediaWiki API hulp
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=iwbacklinks (iwbl)
- Voor deze module zijn leesrechten nodig.
 - This module can be used as a generator.
 - Bron: MediaWiki
 - Licentie: GPL-2.0-or-later
 
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 interwiki links".
Parameters:
- iwblprefix
 Voorvoegsel voor de interwiki.
- iwbltitle
 Interwiki link to search for. Must be used with iwblblprefix.
- iwblcontinue
 When more results are available, use this to continue.
- iwbllimit
 How many total pages to return.
- Niet meer dan 500 (5.000 voor bots) toegestaan.
 - Type: geheel getal of max
 - Standaard: 10
 - iwblprop
 Which properties to get:
- iwprefix
 - Adds the prefix of the interwiki.
 - iwtitle
 - Adds the title of the interwiki.
 
- Waarden (gescheiden met | of alternatief): iwprefix, iwtitle
 - Default: (empty)
 - iwbldir
 The direction in which to list.
- Een van de volgende waarden: ascending, descending
 - Standaard: ascending
 
Voorbeelden:
- Get pages linking to wikibooks:Test.
 - api.php?action=query&list=iwbacklinks&iwbltitle=Test&iwblprefix=wikibooks [open in de zandbak]
 - Get information about pages linking to wikibooks:Test.
 - api.php?action=query&generator=iwbacklinks&giwbltitle=Test&giwblprefix=wikibooks&prop=info [open in de zandbak]