Media type/es

From mediawiki.org
This page is a translated version of the page Media type and the translation is 11% complete.

The media type is specific to MediaWiki, and determines what kind of media is contained in the file, as opposed to what format the file is in. This information is stored in the image table, along with the MIME type. It is currently not used for much, but could be used in the future to determine how to present a file to the user.

Están definidos los siguientes tipos
  • UNKNOWNunknown format
  • BITMAPsome bitmap image or image source (psd, etc.) - cannot scale up.
  • DRAWINGsome vector drawing (SVG, WMF, PS, etc.) or image source (oo-draw, etc) - can scale up.
  • AUDIOsimple audio file (ogg, mp3, wav, midi, etc.)
  • VIDEOsimple video file (ogg, mpg, etc.) - except formats that may contain executable sections or scripts.
  • MULTIMEDIAScriptable Multimedia (flash, advanced video container formats, etc.)
  • OFFICEOffice Documents (office formats, possibly containing scripts, etc.)
  • TEXTPlain text (txt, etc.) - possibly containing program code or scripts
  • EXECUTABLEbinary executable (exe, com, etc.)
  • ARCHIVEarchive file (zip, tar, etc.)

Véase también