MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/API

(main | query | langbacklinks)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールはジェネレーターとして使用できます。

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.

パラメーター:
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

How many total pages to return.

No more than 500 (5,000 for bots) allowed.
既定値: 10
lblprop

Which properties to get:

lllang
Adds the language code of the language link.
lltitle
Adds the title of the language link.
値 (|で区切る): lllang、lltitle
既定値: (空)
lbldir

The direction in which to list.

値 (いずれか1つ): ascending、descending
既定値: ascending
例:
fr:Test へリンクしているページを取得する。
api.php?action=query&list=langbacklinks&lbltitle=Test&lbllang=fr
fr:Test へリンクしているページの情報を取得する。
api.php?action=query&generator=langbacklinks&glbltitle=Test&glbllang=fr&prop=info