MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=mystashedfiles (msf)

(main | query | mystashedfiles)
  • このモジュールは読み取りの権限を必要とします。
  • ソース: 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

取得するファイルの数。

型: 整数または max
値は1以上500以下です。
既定: 10
msfcontinue

When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.

例:
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 [サンドボックスで開く]