MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
prop=iwlinks (iw)
- このモジュールは読み取りの権限を必要とします。
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
Only return interwiki links with this prefix.
- iwtitle
Interwiki link to search for. Must be used with iwprefix.
- iwdir
The direction in which to list.
- 値 (いずれか1つ): ascending、descending
- 既定値: ascending
- iwlimit
How many interwiki links to return.
- No more than 500 (5,000 for bots) allowed.
- 既定値: 10
- iwcontinue
When more results are available, use this to continue.
- iwurl
- 廃止予定です。
Whether to get the full URL (cannot be used with iwprop).
例:
- Get interwiki links from the page Main Page.
- api.php?action=query&prop=iwlinks&titles=Main%20Page