MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=langbacklinks (lbl)
- Questo modulo richiede i diritti di lettura.
- Questo modulo può essere utilizzato come generatore.
- Fonte: MediaWiki
- Licenza: 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.
Parametri:
- lbllang
Language for the language link.
- lbltitle
Language link to search for. Must be used with lbllang.
- lblcontinue
Quando più risultati sono disponibili, usa questo per continuare.
- lbllimit
Quante pagine totali restituire.
- Non più di 500 (5 000 per bot) consentito.
- Tipo: intero o max
- Predefinito: 10
- lblprop
Quali proprietà ottenere:
- lllang
- Adds the language code of the language link.
- lltitle
- Aggiunge il titolo del collegamento linguistico.
- Valori (separati da |): lllang, lltitle
- Predefinito: (vuoto)
- lbldir
La direzione in cui elencare.
- Uno dei seguenti valori: ascending, descending
- Predefinito: ascending
Esempi:
- Get pages linking to fr:Test.
- api.php?action=query&list=langbacklinks&lbltitle=Test&lbllang=fr [apri in una sandbox]
- Get information about pages linking to fr:Test.
- api.php?action=query&generator=langbacklinks&glbltitle=Test&glbllang=fr&prop=info [apri in una sandbox]