API:Langbacklinks

From MediaWiki.org
Jump to: navigation, search
Tools clipart.png This page is part of the MediaWiki API documentation.
MediaWiki API

Quick overview:

v · d · e
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: string
  • lbltitle: Language link to search for. Must be used with lbllang Type: string
  • lblcontinue: When more results are available, use this to continue. Type: string
  • lbllimit: 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.