MyWikiBiz, Author Your Legacy — Friday September 19, 2025
Jump to navigationJump to search
2,845 bytes added
, 16:54, 7 December 2006
{| class="infobox" style="text-align: left; width: 23em; font-size: 90%;"
|+ '''{{{name}}}'''
{{#if:
{{{icon|}}}
|<tr><td style="text-align: center;" colspan="2">{{{icon}}}</td></tr>
|
}}
{{#if:
{{{logo|}}}
|<tr><td style="text-align: center;" colspan="2">{{{logo}}}</td></tr>
|
}}
<!--
-->{{#if:{{{screenshot|}}}|<tr><td colspan="2" style="text-align: center; border: 0px solid #aaaaaa">{{{screenshot}}}{{#if:{{{caption|}}}|<br /><span style="font-size: smaller;">{{{caption}}}</span>|}}}}{{#if:<!--
-->{{{extension|}}}
|<tr><th style="white-space: nowrap;">[[filename extension|File extension]]:</th><td><code>{{{extension}}}</code></td></tr>
|<tr><th style="white-space: nowrap;">[[filename extension|File extension]]:</th><td>''none''</td></tr>
}}<!--
-->{{#if:
{{{mime|}}}
|<tr><th style="white-space: nowrap;">[[MIME|MIME type]]:</th><td><code>{{{mime}}}</code></td></tr>
|
}}<!--
-->{{#if:
{{{type code|{{{typecode|}}}}}}
|<tr><th style="white-space: nowrap;">[[Type code]]:</th><td>{{{type code|{{{typecode}}}}}}</td></tr>
|
}}<!--
-->{{#if:
{{{uniform type|}}}
|<tr><th style="white-space: wrap;">[[Uniform Type Identifier]]:</th><td>{{{uniform type}}}</td></tr>
|
}}<!--
-->{{#if:
{{{magic|}}}
|<tr><th style="white-space: wrap;">[[File format#Magic number|Magic]]:</th><td>{{{magic}}}</td></tr>
|
}}<!--
-->{{#if:
{{{owner|}}}
|<tr><th style="white-space: nowrap;">Developed by:</th><td>{{{owner}}}</td></tr>
|
}}<!--
-->{{#if:
{{{genre|}}}
|<tr><th style="white-space: nowrap;">Type of format:</th><td>{{{genre}}}</td></tr>
|
}}<!--
-->{{#if:
{{{container for|{{{containerfor|}}}}}}
|<tr><th style="white-space: nowrap;">Container for:</th><td>{{{container for|{{{containerfor}}}}}}</td></tr>
|
}}<!--
-->{{#if:
{{{contained by|{{{containedby|}}}}}}
|<tr><th style="white-space: nowrap;">Contained by:</th><td>{{{contained by|{{{containedby}}}}}}</td></tr>
|
}}<!--
-->{{#if:
{{{extended from|{{{extendedfrom|}}}}}}
|<tr><th style="white-space: nowrap;">Extended from:</th><td>{{{extended from|{{{extendedfrom}}}}}}</td></tr>
|
}}<!--
-->{{#if:
{{{extended to|{{{extendedto|}}}}}}
|<tr><th style="white-space: nowrap;">Extended to:</th><td>{{{extended to|{{{extendedto}}}}}}</td></tr>
|
}}<!--
-->{{#if:
{{{standard|}}}
|<tr><th style="white-space: nowrap;">[[International standard|Standard(s)]]:</th><td>{{{standard}}}</td></tr>
|
}}
|}<noinclude>
{| style="background: transparent;"
|<pre>
{{Infobox file format
| name =
| icon =
| logo =
| screenshot =
| caption =
| extension =
| mime =
| type code =
| uniform type =
| magic =
| owner =
| genre =
| container for =
| contained by =
| extended from =
| extended to =
| standard =
}}
</pre>
|}
[[Category:Computing templates|File Format]]
[[Category:technology infobox templates|File Format]]
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]
</noinclude>