Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentační stránka k MediaWiki API.
Dokumentace a příklady: https://www.mediawiki.org/wiki/API
list=iwbacklinks (iwbl)
- Tento modul vyžaduje oprávnění ke čtení.
- Tento modul lze využívat jako generátor.
- Zdroj: MediaWiki
- Licence: 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".
Parametry:
- iwblprefix
- Prefix pro 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. 
- Type: integer or max
- The value must be between 1 and 500.
- Default: 10
- iwblprop
- Which properties to get: - iwprefix
- Adds the prefix of the interwiki.
- iwtitle
- Adds the title of the interwiki.
 
- Hodnoty (oddělené | nebo alternativou.): iwprefix, iwtitle
- Implicitní hodnota: (prázdné)
- iwbldir
- The direction in which to list. 
- Jedna z následujících hodnot: ascending, descending
- Default: ascending
Příklady:
- Get pages linking to wikibooks:Test.
- api.php?action=query&list=iwbacklinks&iwbltitle=Test&iwblprefix=wikibooks [otevřít v pískovišti]
- Get information about pages linking to wikibooks:Test.
- api.php?action=query&generator=iwbacklinks&giwbltitle=Test&giwblprefix=wikibooks&prop=info [otevřít v pískovišti]