ઢાંચો:Infobox file format/doc
દેખાવ
| This is a documentation subpage for ઢાંચો:Infobox file format. It may contain usage information, categories and other content that is not part of the original ઢાંચો page. |
Usage
[ફેરફાર કરો]{{Infobox file format
| name =
| logo =
| icon =
| iconcaption =
| screenshot =
| caption =
| extension =
| mime =
| type code =
| uniform type =
| conforms to =
| magic =
| owner =
| released = <!-- {{Start date and age|YYYY|mm|dd|df=yes/no}} -->
| latest release version =
| latest release date = <!-- {{Start date and age|YYYY|mm|dd|df=yes/no}} -->
| genre =
| container for =
| contained by =
| extended from =
| extended to =
| standard =
| free =
| url =
}}
Examples
[ફેરફાર કરો]| Filename extension | .svg, .svgz |
|---|---|
| Internet media type | image/svg+xml[૧][૨] |
| Uniform Type Identifier | public.svg-image |
| UTI conforms to | public.image |
| Developed by | World Wide Web Consortium |
| Initial release | Did not recognize date. Try slightly modifying the date in the first parameter. |
| Latest release | Tiny 1.2 / 22 December 2008 |
| Type of format | vector image format |
| Extended from | XML |
| Open format? | Yes |
| Website | www |
{{Infobox file format
| name = Scalable Vector Graphics
| icon =
| logo =
| screenshot =
| caption =
| extension = <tt>.svg</tt>, <tt>.svgz</tt>
| mime = image/svg+xml<ref>{{cite web|url=http://www.w3.org/TR/SVGMobile12/mimereg.html|title=M Media Type registration for image/svg+xml|publisher=[[World Wide Web Consortium]]|date=22 December 2008|access-date=29 August 2010}}</ref><ref>{{cite web|url=http://tools.ietf.org/html/rfc3023#page-24|title=XML Media Types, RFC 3023|page=24|publisher=[[Internet Engineering Task Force]]|date=January 2001|access-date=29 August 2010}}</ref>
| type code =
| uniform type = <tt>public.svg-image</tt>
| conforms to = <tt>public.image</tt>
| magic =
| owner = [[World Wide Web Consortium]]
| released = {{start-date|4 September 2001}}
| latest release version = Tiny 1.2
| latest release date = {{release date and age|df=yes|2008|12|22}}
| genre = [[vector graphics|vector image format]]
| container for =
| contained by =
| extended from = [[XML]]
| extended to =
| standard =
| free = Yes
| url = {{URL|www.w3.org/Graphics/SVG/}}
}}
| Filename extension | .odt |
|---|---|
| Internet media type | application/vnd. |
| Uniform Type Identifier | org.oasis. opendocument.text[૩] |
| UTI conforms to | org.oasis-open.opendocument, public.composite-content |
| Developed by | Sun Microsystems, OASIS |
| Type of format | Document file format |
| Extended from | XML |
| Standard(s) | ISO/IEC 26300:2006 |
| Open format? | Yes |
{{Infobox file format
| name = OpenDocument Text
| icon = [[Image:ODF textdocument 48x48.png]]
| logo =
| screenshot =
| caption =
| extension = <tt>.odt</tt>
| mime = application/vnd.<br />oasis.opendocument.<br />text
| type code =
| uniform type = <tt>org.oasis.<br />opendocument.text</tt><ref name="uti">{{ cite web | url=http://www.huw.id.au/filetypes.html#OpenDocument | title=Filetypes | author=Huw Alexander Ogilvie | access-date=2008-06-20 }}</ref>
| conforms to = <tt>org.oasis-open.opendocument</tt>, <tt>public.composite-content</tt>
| magic =
| owner = [[Sun Microsystems]], [[OASIS (organization)|OASIS]]
| released =
| latest release version =
| latest release date =
| genre = [[Document file format]]
| container for =
| contained by =
| extended from = [[XML]]
| extended to =
| standard = ISO/IEC 26300:2006
| free = [[OpenDocument#Licensing|Yes]]
| url =
}}
Parameters
[ફેરફાર કરો]- name
- The name of the file format.
- logo
- A logo used by the format.
- icon
- A file icon used by either the application that popularized the format or a common free icon.
- iconcaption
- caption describing the icon.
- screenshot
- A screen shot of the file format in use.
- caption
- caption to the screen shot.
- extension
- The format's filename extension.
- mime
- The MIME type of the file.
- type code
- The type code of the file, used by Mac OS Classic.
- uniform type
- The Uniform Type Identifier, used by contemporary Mac OS X computers and iOS devices.
- conforms to
- The immediate parents of the UTI. For example, public.png would conform to public.image
- magic
- A number or other data structure usually near the beginning of a file used to identify the file contents.
- owner
- The owner of the format.
- released
- The date the format was publicly released.
- latest release version
- Latest version number of the format.
- latest release date
- Date the latest version was released.
- genre
- The genre of the file format.
- container for
- If the file is a container for another data type, list it here.
- contained by
- If the file type is typically housed in another file type, list it here. For example: Audio and video data are most often housed in a media container such as QuickTime et al.
- extended from
- If the file format is based on another, list it here.
- extended to
- If a new format is derived from this one, list it here.
- standard
- If the format is part of a standard, list the standard name here
- free
- Is it a free/open format?
- url
- URL of the file format's website, specification, etc.