MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
list=iwbacklinks (iwbl)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- Source: MediaWiki
- License: GPL-2.0+
Find all pages that link to the given interwiki link.
Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively "all interwiki links".
パラメーター:
- iwblprefix
Prefix for the interwiki.
- iwbltitle
Interwiki link to search for. Must be used with iwblblprefix.
- iwblcontinue
When more results are available, use this to continue.
- iwbllimit
How many total pages to return.
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- 既定値: 10
- iwblprop
Which properties to get:
- iwprefix
- Adds the prefix of the interwiki.
- iwtitle
- Adds the title of the interwiki.
- 値 (|で区切る): iwprefix、iwtitle
- 既定値: (空)
- iwbldir
The direction in which to list.
- 値 (次の値のいずれか1つ): ascending、descending
- 既定値: ascending