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=langbacklinks (lbl)
- 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 language link.
Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively "all language links".
Note that this may not consider language links added by extensions.
Parametry:
- lbllang
 Jazyk pro jazykový odkaz.
- lbltitle
 Language link to search for. Must be used with lbllang.
- lblcontinue
 When more results are available, use this to continue.
- lbllimit
 How many total pages to return.
- Není dovoleno více než 500 (5 000 pro boty).
 - Type: integer or max
 - Implicitní hodnota: 10
 - lblprop
 Which properties to get:
- lllang
 - Adds the language code of the language link.
 - lltitle
 - Adds the title of the language link.
 
- Hodnoty (oddělené | nebo alternativou.): lllang, lltitle
 - Implicitní hodnota: (prázdné)
 - lbldir
 The direction in which to list.
- Jedna z následujících hodnot: ascending, descending
 - Implicitní hodnota: ascending
 
Příklady:
- Zobrazit stránky odkazující na fr:Test
 - api.php?action=query&list=langbacklinks&lbltitle=Test&lbllang=fr [otevřít v pískovišti]
 - Získat informace o stránkách odkazujících na fr:Test.
 - api.php?action=query&generator=langbacklinks&glbltitle=Test&glbllang=fr&prop=info [otevřít v pískovišti]