ढाँचा:Infobox file format/कागजात
[[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 |
Blank syntax
सम्पादन गर्नुहोस्{{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
सम्पादन गर्नुहोस्{{Infobox file formatढाँचा:\sandbox
| name = Scalable Vector Graphics
| icon =
| iconcaption = | screenshot = | caption =
|_noextcode = on
| extensions = .svg
.svgz
|_nomimecode = on
| mime = image/svg+xml
[१][२]
| type_code =
- "svg"
- "svgz"
| uniform_type = public.svg-image
| conforms_to = public.image
public.xml
| magic =
| developer = W3C
| released = ४ सेप्टेम्बर २००१
| latest_release_version = 1.1 (Second Edition)
| latest_release_date = १६ अगस्ट २०११
| genre = Vector image format
| container_for = | contained_by =
| extended_from = XML
| extended_to =
| standard = W3C SVG
| free = Yes
| url = www
{{Infobox file format | name = Scalable Vector Graphics | icon = [[File:SVG logo.svg|frameless|SVG logo]] | iconcaption = | screenshot = | caption = |_noextcode = on | extensions = <code>.svg</code>{{nbsp|3}}<code>.svgz</code> |_nomimecode = on | mime = <code>image/svg+xml</code><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/}} }}
{{Infobox file formatढाँचा:\sandbox
| name = OpenDocument Text
| icon =
| screenshot = | caption =
| extension = .odt
| mime = application/vnd.
oasis.opendocument.
text
| type_code =
| uniform_type = org.oasis.
[३]
| conforms_to =
opendocument.textorg.oasis-open.
opendocumentpublic.composite-
| magic =
content
| developer =
| 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 = Yes | url = }}
{{Infobox file format | name = OpenDocument Text | icon = [[File:ODF textdocument 48x48.png|ODF textdocument icon]] | screenshot = | caption = | extension = .odt | mime = application/vnd.<br/> oasis.opendocument.<br/> text | type_code = | uniform_type = <code>org.oasis.<br/> opendocument.text</code><ref>(www.huw.id.au ref)</ref> | conforms_to = {{nowrap|<code>org.oasis-open.<br/> opendocument</code><br/><code>public.composite-<br/> 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. - typecode
- 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 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.