Template:Data Format: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
<tr> | <tr> | ||
<td valign="top">Data Format Name:</td> | <td valign="top">Data Format Name:</td> | ||
<td> | <td>{{{name}}}{{#set: data_format_name={{{name}}}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td valign="top">Description:</td> | <td valign="top">Description:</td> | ||
<td> | <td>{{{description}}}{{#set: data_format_description=={{{description}}}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td valign="top">Category:</td> | <td valign="top">Category:</td> | ||
<td> | <td>{{{category}}}{{#set: data_format_category={{{category}}}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td valign="top">Status:</td> | <td valign="top">Status:</td> | ||
<td> | <td>{{{status}}}{{#set: data_format_status={{{status}}}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td valign="top">Ownership:</td> | <td valign="top">Ownership:</td> | ||
<td> | <td>{{{ownership}}}{{#set: data_format_ownership={{{ownership}}}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td valign="top">File Extension:</td> | <td valign="top">File Extension:</td> | ||
<td> | <td>{{{file extension}}}{{#set: data_format_file_extension={{{file extension}}}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 40: | Line 40: | ||
[[source::{{{source|structural wiki}}}| ]] | [[source::{{{source|structural wiki}}}| ]] | ||
[[Category:Data Format]] | [[Category:Data Format]] | ||
Latest revision as of 19:03, 21 October 2024
Usage
Cut and paste:
{{Data Format
| name =
| description =
| category =
| status =
| ownership =
| file extension =
| comment =
}}
Related Tags
To automatically import data from software database:
<software_database_data_format_databox tag="/>
To display list of software for data format (Template:List of Software for Data Format):
{{List of Software for Data Format | name = }}
To show infobox (Template:Data Format Infobox):
{{Data Format Infobox
| tag =
| page label =
| page order =
}}
Parameters
| Parameter | Description |
|---|---|
| name | name of the data format |