आकृति:Infobox file format/doc
This is a documentation subpage for आकृति:Infobox file format. It contains usage information, categories and other content that is not part of the original आकृति page. |
This template uses Lua: |
Blank syntax
[सम्पादन करी][[File:{{{icon}}}|64px]] | |
[[File:{{{screenshot}}}|300px]] | |
फाइलनाम एक्सटेन्सन | extension[s] |
---|---|
इन्टरनेट मिडिया प्रकार | mime |
प्रकार कोड | typecode |
युनिफर्म टाइप आइडेन्टिफायर | uniform type |
युटिआई बनावट | conforms to |
म्याजिक क्रम | magic |
विकासकर्ता | developer |
प्रारम्भिक जारी | {{start date and age |…}} |
नव संस्करण | latest_release_version ({{start date and age |…}}) |
ढाँचा प्रकार | genre |
कन्टेनर प्रकार | containerfor |
निहित | containedby |
विस्तारित | extendedfrom |
पर विस्तार | extendedto |
अन्तर्राष्ट्रिय मापदण्ड | standard (standards) |
ओपन ढाँचा? | free |
वेबसाइट | url |
{{Infobox file format | name = | icon = | iconcaption = | icon_size = | screenshot = | screenshot_size = | caption = |_noextcode = | extension = <!-- or: | extensions = --> |_nomimecode = | mime = | type_code = | uniform_type = | conforms_to = | magic = | developer = | 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 = <!-- or: | standards = --> | free = | url = }}
By default, extension and mime are displayed using <code>...</code>
; to disable this (in order to customize their formatting), assign _noextcode and/or _nomimecode a value ("on", "true", etc.).
Examples
[सम्पादन करी]फाइलनाम एक्सटेन्सनसभ | .svg, .svgz |
---|---|
इन्टरनेट मिडिया प्रकार | image/svg+xml[१][२] |
प्रकार कोड |
|
युनिफर्म टाइप आइडेन्टिफायर | public.svg-image |
युटिआई बनावट | public.image public.xml |
विकासकर्ता | W3C |
प्रारम्भिक जारी | ४ सितम्बर २००१ |
नव संस्करण | 1.1 (Second Edition) (१६ अगस्त २०११ ) |
ढाँचा प्रकार | Vector image format |
विस्तारित | XML |
अन्तर्राष्ट्रिय मापदण्ड | W3C SVG |
ओपन ढाँचा? | Yes |
वेबसाइट | w3.org/Graphics/SVG/ |
{{Infobox file format
| name = Scalable Vector Graphics
| icon = [[File:SVG logo.svg|frameless|SVG logo]]
| iconcaption = | screenshot = | caption =
|_noextcode = on
| extensions = .svg, .svgz
|_nomimecode = on
| mime = image/svg+xml<ref>(w3.org ref)</ref><ref>(ietf.org ref)</ref>
| type_code = {{hlist |"svg" |"svgz"}}
| uniform_type = <code>public.svg-image</code>
| conforms_to = <code>public.image</code><br/><code>public.xml</code>
| magic =
| developer = [[World Wide Web Consortium|W3C]]
| released = {{start date and age|2001|09|04|df=yes}}
| latest_release_version = 1.1 (Second Edition)
| latest_release_date = {{start date and age|2011|08|16|df=yes}}
| genre = [[Vector image format]]
| container_for = | contained_by =
| extended_from = [[XML]]
| extended_to =
| standard = [http://www.w3.org/TR/SVG/ W3C SVG]
| free = Yes
| url = {{URL|http://www.w3.org/Graphics/SVG/}}
}}
फाइलनाम एक्सटेन्सन | .odt |
---|---|
इन्टरनेट मिडिया प्रकार | application/vnd. |
युनिफर्म टाइप आइडेन्टिफायर | org.oasis. [३] |
युटिआई बनावट | org.oasis-open. public.composite- |
विकासकर्ता | |
ढाँचा प्रकार | Document file format |
विस्तारित | XML |
अन्तर्राष्ट्रिय मापदण्ड | ISO/IEC 26300:2006 |
ओपन ढाँचा? | Yes |
{{Infobox file format
| name = OpenDocument Text
| icon = [[File:ODF textdocument 48x48.png|ODF textdocument icon]]
| screenshot = | caption =
| extension = .odt
| mime = application/vnd.<br/>&nbsp;oasis.opendocument.<br/>&nbsp;text
| type_code =
| uniform_type = <code>org.oasis.<br/>&nbsp;opendocument.text</code><ref>(www.huw.id.au ref)</ref>
| conforms_to = {{nowrap|<code>org.oasis-open.<br/>&nbsp;opendocument</code><br/><code>public.composite-<br/>&nbsp;content</code>}}
| magic =
| developer = {{hlist |[[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.
- icon
- A file icon used by either the application that popularized the format or a common free icon. Alias is
|logo=
. - iconcaption
- caption describing the icon.
- screenshot
- A screen shot of the file format in use.
- caption
- caption to the screen shot.
- extension (or extensions)
- The format's filename extension or extensions. Set
|_noextcode=
to disable the default<code>...</code>
formatting. - mime
- The MIME type of the file. Set
|_nomimecode=
to disable the default<code>...</code>
formatting. - type_code
- The type code of the file, used by Mac OS Classic.
- uniform type
- The Uniform Type Identifier, used by contemporary macOS computers and iOS devices.
- conforms to
- The immediate parents of the UTI. For example,
public.png
would conform topublic.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.
- containerfor
- If the file is a container for another data type, list it here.
- containedby
- 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.
- extendedfrom
- If the file format is based on another, list it here.
- extendedto
- If a new format is derived from this one, list it here.
- standard (or standards)
- If the format is part of a standard or standards, list it/them here.
- free
- Is it a free/open format?
- url
- URL of the file format's website, specification, etc.
TemplateData
[सम्पादन करी]See the monthly error report for this template.
TemplateData for Infobox file format
Consistently-formatted table for presenting information about file formats
पैरामीटर | विवरण | प्रकार | स्थिति | |
---|---|---|---|---|
Child | child | Settings this to "yes" allows the infobox to be embedded into another infobox. It also causes name parameter to be ignored. | स्ट्रिंग | वैकल्पिक |
Name | name | The name of the file format.
| पंक्ति | सुझावित |
Icon | icon logo | An icon used by either the application that popularized the format or a common free icon. | स्ट्रिंग | सुझावित |
Icon size | icon_size logo_size | Size of the icon to show including a unit (most likely pixels - 'px').
| स्ट्रिंग | वैकल्पिक |
Icon caption | iconcaption logocaption | Caption describing the icon. | स्ट्रिंग | वैकल्पिक |
Screenshot | screenshot | A screenshot of the file format in use. | स्ट्रिंग | वैकल्पिक |
Screenshot size | screenshot_size | Size of the screenshot to show including a unit (most likely pixels - 'px').
| स्ट्रिंग | वैकल्पिक |
Caption | caption | Caption to the screenshot. | स्ट्रिंग | वैकल्पिक |
Extension | extension | The format's filename extension, if only one. | स्ट्रिंग | सुझावित |
Extensions | extensions | The format's filename extensions, if more than one. | स्ट्रिंग | वैकल्पिक |
No <code> in extension | _noextcode | If set to 'true', then extensions won't be formatted using <code>. | स्ट्रिंग | वैकल्पिक |
MIME type | mime | The MIME type of the file. | स्ट्रिंग | सुझावित |
No <code> in MIME | _nomimecode | If set to 'true', then MIME won't be formatted using <code>. | स्ट्रिंग | वैकल्पिक |
Type code | type_code type code typecode | The type code of the file used by Mac OS Classic. | स्ट्रिंग | वैकल्पिक |
Uniform Type Identifier (UTI) | uniform_type uniform type | The Uniform Type Identifier, used by contemporary macOS computers and iOS devices. | स्ट्रिंग | वैकल्पिक |
UTI conformation | conforms_to conforms to | The immediate parents of the UTI. For example, public.png would conform to public.image. | स्ट्रिंग | वैकल्पिक |
Magic number | magic | A number or other data structure usually near the beginning of a file used to identify the file contents. | स्ट्रिंग | वैकल्पिक |
Developed by | developer owner | The owner of the format. | स्ट्रिंग | सुझावित |
Type of format | type genre | The type of the file format, what does it store (e.g. Vector image format). | स्ट्रिंग | सुझावित |
Initial release | released | The date the format was publicly released. | स्ट्रिंग | वैकल्पिक |
Latest release version | latest_release_version latest release version | Latest version number of the format. | स्ट्रिंग | वैकल्पिक |
Latest release date | latest_release_date latest release date | Date the latest version was released. | स्ट्रिंग | वैकल्पिक |
Container for | container_for container for containerfor | Data type this file format is container for. For instance, audio and video data is often housed in a container like Quick Time or Matroska (MKV). | स्ट्रिंग | वैकल्पिक |
Contained by | contained_by contained by containedby | File type this type is usually housed in. For instance, audio and video data is often housed in a container like Quick Time or Matroska (MKV). | स्ट्रिंग | वैकल्पिक |
Extended from | extended_from extended from extendedfrom | The format that this one is based on, if any. | स्ट्रिंग | वैकल्पिक |
Extended to | extended_to extended to extendedto | The format that this one is base for, if any. | स्ट्रिंग | वैकल्पिक |
Standard | standard | Standard this format is part of, if only one. | स्ट्रिंग | वैकल्पिक |
Standards | standards | Standards this format is part of, if more than one. | स्ट्रिंग | वैकल्पिक |
Open format? | free | Is it a free/open format? | स्ट्रिंग | वैकल्पिक |
Website | url | URL of the file format's website, specification, etc. | स्ट्रिंग | सुझावित |
Tracking category
[सम्पादन करी]