MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
list=mystashedfiles (msf)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Get a list of files in the current user's upload stash.
パラメーター:
- msfprop
ファイルのどのプロパティを取得するか。
- size
- ファイルサイズと画像の大きさを取得します。
- type
- ファイルの MIME タイプとメディアタイプを取得します。
- 値 (|もしくは別の文字列で区切る): size、type
- 既定値: (空)
- msflimit
取得するファイルの数。
- 500(botは5,000)より多くは受け付けません。
- Type: integer or max
- 既定値: 10
- msfcontinue
When more results are available, use this to continue.
例:
- Get the filekey, file size, and pixel size of files in the current user's upload stash.
- api.php?action=query&list=mystashedfiles&msfprop=size [サンドボックスで開く]