API:Langbacklinks
From MediaWiki.org
![]() |
This page is part of the MediaWiki API documentation. |
Quick overview:
- Quick start guide
- FAQ
- Tutorial
- Formats
- Error reporting
- Restricting usage
- Cross-site requests
- Authentication
- Queries
- Search suggestions
- Parsing wikitext and expanding templates
- Purging pages' caches
- Parameter information
- Changing wiki content
- Watchlist feed
- Wikidata
- Extensions
- Using the API in MediaWiki and extensions
- Miscellaneous
- Implementation
- Client code
- Asserting
MediaWiki version: | 1.18 |
- Prefix: lbl
- Required Rights: None
- POST Only? No
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".
Parameters[edit | edit source]
lbllang
: Language for the language link. Type: stringlbltitle
: Language link to search for. Must be used withlbllang
Type: stringlblcontinue
: When more results are available, use this to continue. Type: stringlbllimit
: How many total pages to return. No more than 500 (5000 for bots) allowed. Type: limit (Default: 10)lblprop
: Which properties to get. (Default: none)lllang
: Adds the language code of the language link.lltitle
: Adds the title of the language link.
dir
: The direction in which to list. Type: string 1.20+
Errors Codes[edit | edit source]
Code | Info |
---|---|
missingparam | The lang parameter must be set. |