MediaWiki API ヘルプ

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

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

prop=videoinfo (vi)

(main | query | videoinfo)
  • このモジュールは読み取りの権限を必要とします。
  • Source: TimedMediaHandler
  • License: GPL-2.0+

Extends imageinfo to include video source (derivatives) information

パラメーター:
viprop

取得するファイル情報:

timestamp
Adds timestamp for the uploaded version.
user
Adds the user who uploaded each file version.
userid
Add the ID of the user that uploaded each file version.
comment
Comment on the version.
parsedcomment
Parse the comment on the version.
canonicaltitle
Adds the canonical title of the file.
url
ファイルと説明ページへのURLを提供します。
size
バイト単位でファイルや高さ、幅、ページ数のサイズを追加します(該当する場合)。
dimensions
Alias for size.
sha1
Adds SHA-1 hash for the file.
mime
ファイルのMIMEタイプを追加します。
thumbmime
画像サムネイルのMIMEタイプを追加します(url と viurlwidth パラメータが必須です)。
mediatype
ファイルのメディアタイプを追加します。
metadata
ファイルのバージョンの Exif メタデータを一覧表示します。
commonmetadata
Lists file format generic metadata for the version of the file.
extmetadata
Lists formatted metadata combined from multiple sources. Results are HTML formatted.
archivename
非最新バージョンのアーカイブバージョンのファイル名を追加します。
bitdepth
バージョンのビット深度を追加します。
uploadwarning
Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.
derivatives
Adds an array of the different format and quality versions of an audio or video file that are available.
timedtext
Adds an array of the subtitles, captions and descriptions of an audio or video file that are available.
値 (|もしくは別の文字列で区切る): timestampuseruseridcommentparsedcommentcanonicaltitleurlsizedimensionssha1mimethumbmimemediatypemetadatacommonmetadataextmetadataarchivenamebitdepthuploadwarningderivativestimedtext
既定値: timestamp|user
vilimit

How many file revisions to return per file.

No more than 500 (5,000 for bots) allowed.
Type: integer or max
既定値: 1
vistart

一覧表示の始点となるタイムスタンプ。

Type: timestamp (allowed formats)
viend

一覧表示の終点となるタイムスタンプ。

Type: timestamp (allowed formats)
viurlwidth

If viprop=url is set, a URL to an image scaled to this width will be returned. For performance reasons if this option is used, no more than 50 scaled images will be returned.

Type: integer
既定値: -1
viurlheight

Similar to viurlwidth.

Type: integer
既定値: -1
vimetadataversion

Version of metadata to use. If latest is specified, use latest version. Defaults to 1 for backwards compatibility.

既定値: 1
viextmetadatalanguage

What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.

既定値: ja
viextmetadatamultilang

If translations for extmetadata property are available, fetch all of them.

Type: boolean (details)
viextmetadatafilter

If specified and non-empty, only these keys will be returned for viprop=extmetadata.

複数の値は | もしくは代わりの文字で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
viurlparam

A handler specific parameter string. For example, PDFs might use page15-100px. viurlwidth must be used and be consistent with viurlparam.

既定値: (空)
vicontinue

When more results are available, use this to continue.

vilocalonly

Look only for files in the local repository.