MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
prop=iwlinks (iw)
- このモジュールは読み取りの権限を必要とします。
- Source: MediaWiki
- License: GPL-2.0+
Returns all interwiki links from the given pages.
パラメーター:
- iwprop
Which additional properties to get for each interlanguage link:
- url
- Adds the full URL.
- 値 (|で区切る): url
- iwprefix
この接頭辞のウィキ間リンクのみを返す。
- iwtitle
検索するウィキ間リンク。iw と同時に使用しなければなりません。
- iwdir
The direction in which to list.
- 値 (次の値のいずれか1つ): ascending、descending
- 既定値: ascending
- iwlimit
返すウィキ間リンクの数。
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- 既定値: 10
- iwcontinue
When more results are available, use this to continue.
- iwurl
- 廃止予定です。
Whether to get the full URL (cannot be used with iwprop).
- Type: boolean (details)
例:
- Main Page にあるウィキ間リンクを取得する。
- api.php?action=query&prop=iwlinks&titles=Main%20Page