Template:File Format: Difference between revisions
Appearance
Created page with "{| style="background-color: #F9F9F9; border: 1px solid #AAAAAA; border-radius: 5px; width: 300px; float:right; margin-left: 10px; font-size: 9pt" cellspacing="5" cellpadding="..." |
mNo edit summary |
||
| Line 12: | Line 12: | ||
|-align="left" valign="top" | |-align="left" valign="top" | ||
| style="width: 120px;" | '''Type of format''' | | style="width: 120px;" | '''Type of format''' | ||
| {{{genre|<span style="color: #999;">''unknown''</span>}}} | | {{{type|{{{genre|<span style="color: #999;">''unknown''</span>}}}}}} | ||
|-align="left" valign="top" | |-align="left" valign="top" | ||
| style="width: 120px;" | '''Website''' | | style="width: 120px;" | '''Website''' | ||
| Line 19: | Line 19: | ||
==Usage== | ==Usage== | ||
<pre style="overflow:auto">{{ | <pre style="overflow:auto">{{File format | ||
|name = <!-- Delete this line completely to use the {{{PAGENAME}}} variable --> | |name = <!-- Delete this line completely to use the {{{PAGENAME}}} variable --> | ||
|icon = <!-- Delete this line completely to use the generic file icon --> | |icon = <!-- Delete this line completely to use the generic file icon --> | ||
|extension = | |extension = | ||
|developer = | |developer = | ||
| | |type = | ||
|website = | |website = | ||
}}</pre> | }}</pre> | ||
[[Category:Templates|{{PAGENAME}}]]</noinclude> | [[Category:Templates|{{PAGENAME}}]]</noinclude> | ||
<includeonly>[[Category:File formats]]</includeonly> | <includeonly>[[Category:File formats]]</includeonly> | ||
Revision as of 18:45, 17 January 2015
| File Format | |
| Filename extension | unknown |
| Developed by | unknown |
| Type of format | unknown |
| Website | unknown |
Usage
{{File format
|name = <!-- Delete this line completely to use the {{{PAGENAME}}} variable -->
|icon = <!-- Delete this line completely to use the generic file icon -->
|extension =
|developer =
|type =
|website =
}}