MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
prop=images (im)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
Returns all files contained on the given pages.
パラメーター:
- imlimit
How many files to return.
- No more than 500 (5,000 for bots) allowed.
- 既定値: 10
- imcontinue
When more results are available, use this to continue.
- imimages
Only list these files. Useful for checking whether a certain page has a certain file.
- 複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
- imdir
The direction in which to list.
- 値 (いずれか1つ): ascending、descending
- 既定値: ascending
例:
- Get a list of files used in the Main Page.
- api.php?action=query&prop=images&titles=Main%20Page
- Get information about all files used in the Main Page.
- api.php?action=query&generator=images&titles=Main%20Page&prop=info