MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

(main | query | langbacklinks)
  • Denna modul kräver läsrättigheter.
  • Denna modul kan användas som en generator.
  • Source: MediaWiki
  • License: 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.

Parametrar:
lbllang

Language for the language link.

lbltitle

Language link to search for. Must be used with lbllang.

lblcontinue

When more results are available, use this to continue.

lbllimit

Hur många sidor att returnera totalt.

Inte mer än 500 (5 000 för robotar) tillåts.
Type: integer or max
Default: 10
lblprop

Which properties to get:

lllang
Adds the language code of the language link.
lltitle
Adds the title of the language link.
Värden (separerade med |): lllang, lltitle
Default: (empty)
lbldir

Riktningen att lista mot.

Ett av följande värden: ascending, descending
Default: ascending