Ajuda API da MediaWiki
Esta é uma página de documentação API do MediaWiki gerada automaticamente.
Documentação e exemplos: https://www.mediawiki.org/wiki/API
list=langbacklinks (lbl)
- This module requires read rights.
- This module can be used as a generator.
- Fonte: MediaWiki
- Licença: GPL-2.0+
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.
Parâmetros:
- lbllang
Language for the language link.
- lbltitle
Language link to search for. Must be used with lbllang.
- lblcontinue
When more results are available, use this to continue.
- lbllimit
Quantas páginas retornar.
- No more than 500 (5 000 for bots) allowed.
- Tipo: inteiro ou max
- Padrão: 10
- lblprop
Which properties to get:
- lllang
- Adds the language code of the language link.
- lltitle
- Adds the title of the language link.
- Valores (separar com |): lllang, lltitle
- Padrão: (vazio)
- lbldir
The direction in which to list.
- Um dos seguintes valores: ascending, descending
- Padrão: ascending
Exemplos:
- Get pages linking to fr:Test.
- api.php?action=query&list=langbacklinks&lbltitle=Test&lbllang=fr [abrir na página de testes]
- Get information about pages linking to fr:Test.
- api.php?action=query&generator=langbacklinks&glbltitle=Test&glbllang=fr&prop=info [abrir na página de testes]