API:Langbacklinks
From MediaWiki.org
| This page is part of the MediaWiki action API documentation. |
MediaWiki action API
- Introduction and quick start
- FAQ
- Tutorial
- Formats
- Error reporting
- Restricting usage
- Cross-site requests
- Authentication
- Queries
- Searching (by title, content, coordinates...)
- Parsing wikitext and expanding templates
- Purging pages' caches
- Parameter information
- Changing wiki content
- Create and edit pages
- Move pages
- Merge pages
- Rollback
- Delete pages
- Restore deleted revisions
- (Un)protect pages
- (Un)block users
- (Un)watch pages
- Mark revisions of watched pages as visited
- Send email
- Patrol changes
- Import pages
- Change user group membership
- Upload files
- User options
- Tokens
- Page language
- More...
- Watchlist feed
- Wikidata
- Extensions
- Using the API in MediaWiki and extensions
- Miscellaneous
- Implementation
- Client code
- Asserting
| Langbacklinks | ||
|---|---|---|
This module can be used as a Generator. |
||
| Prefix | lbl | |
| Required rights | none | |
| Post only? | No | |
| Generated help | Current | |
| Version added |
|
|
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]
lbllang: Language for the language link. Type: stringlbltitle: Language link to search for. Must be used withlbllangType: 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]
| Code | Info |
|---|---|
| missingparam | The lang parameter must be set. |