MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=videoinfo (vi)
- This module requires read rights.
- منبع: هدایتکننده رسانهٔ زماندار
- License: GPL-2.0-or-later
Extends imageinfo to include video source (derivatives) information
- viprop
Which file information to get:
- 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
- Gives URL to the file and the description page.
- size
- Adds the size of the file in bytes and the height, width and page count (if applicable).
- dimensions
- نام مستعار برای size
- sha1
- افزودن SHA-1 hash برای پرونده
- mime
- افزودن نوع MIME برای پرونده
- thumbmime
- Adds MIME type of the image thumbnail (requires url and param viurlwidth).
- mediatype
- Adds the media type of the file.
- metadata
- Lists Exif metadata for the version of the file.
- 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
- Adds the filename of the archive version for non-latest versions.
- bitdepth
- Adds the bit depth of the version.
- uploadwarning
- Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.
- badfile
- Adds whether the file is on the MediaWiki:Bad image list
- 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.
- Values (separate with | or alternative): timestamp، user، userid، comment، parsedcomment، canonicaltitle، url، size، dimensions، sha1، mime، thumbmime، mediatype، metadata، commonmetadata، extmetadata، archivename، bitdepth، uploadwarning، badfile، derivatives، timedtext
- پیشفرض: timestamp|user
- vilimit
How many file revisions to return per file.
- بيش از ۵۰۰ (برای رباتها ۵٬۰۰۰) مجاز نيست
- Type: integer or max
- پیشفرض: 1
- vistart
Timestamp to start listing from.
- 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
مشابه 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.
- پیشفرض: fa
- 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.
- Separate values with | or alternative. Maximum number of values is ۵۰ (۵۰۰ for bots).
- viurlparam
A handler specific parameter string. For example, PDFs might use page15-100px. viurlwidth must be used and be consistent with viurlparam.
- Default: (empty)
- vibadfilecontexttitle
If badfilecontexttitleprop=badfile is set, this is the page title used when evaluating the MediaWiki:Bad image list
- vicontinue
When more results are available, use this to continue.
- vilocalonly
Look only for files in the local repository.