MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
prop=images (im)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
与えられたページに含まれるすべてのファイルを返します。
パラメーター:
Other general parameters are available.
- imlimit
返す画像の数。
- 型: 整数または max
- 値は1以上500以下です。
- 既定: 10
- imcontinue
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
- imimages
Only list these files. Useful for checking whether a certain page has a certain file.
- 複数の値は | または代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- imdir
昇順・降順の別。
- 値 (次の値のいずれか1つ): ascending、descending
- 既定: ascending