MedijaViki API pagalba
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=langbacklinks (lbl)
- This module requires read rights.
- This module can be used as a generator.
- Šaltinis: MediaWiki
- Licencija: 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.
Parametrai:
- lbllang
Kalbos nuorodos kalba.
- lbltitle
Language link to search for. Must be used with lbllang.
- lblcontinue
When more results are available, use this to continue.
- lbllimit
Kiek puslapių iš viso gražinti.
- Leidžiama ne daugiau nei 500 (5 000 robotams).
- Type: integer or max
- Numatytasis: 10
- lblprop
Kurias savybes gauti:
- lllang
- Adds the language code of the language link.
- lltitle
- Adds the title of the language link.
- Values (separate with | or alternative): lllang, lltitle
- Numatytasis: (tuščia)
- lbldir
The direction in which to list.
- One of the following values: ascending, descending
- Numatytasis: ascending
Pavyzdžiai:
- Gauti puslapius, nurodančius į fr:Test.
- api.php?action=query&list=langbacklinks&lbltitle=Test&lbllang=fr [open in sandbox]
- Gauti informaciją apie puslapius, nurodančius į fr:Test.
- api.php?action=query&generator=langbacklinks&glbltitle=Test&glbllang=fr&prop=info [open in sandbox]