Difference between revisions of "Template:Infobox file system/doc"
imported>Unicodesnowman (Add templatedata) |
imported>Unicodesnowman (Improved templatedata, change all booleans to strings) |
||
| Line 103: | Line 103: | ||
"developer": { | "developer": { | ||
"label": "Developer", | "label": "Developer", | ||
| − | "description": "Developer of the file system", | + | "description": "Developer(s) of the file system", |
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
| Line 138: | Line 138: | ||
}, | }, | ||
"file_struct": { | "file_struct": { | ||
| − | "label": "File structure", | + | "label": "File allocation structure", |
"description": "The structure used to store information about file allocation", | "description": "The structure used to store information about file allocation", | ||
"type": "string", | "type": "string", | ||
| Line 156: | Line 156: | ||
"bootable": { | "bootable": { | ||
"label": "Bootable", | "label": "Bootable", | ||
| − | "description": " | + | "description": "OS can be booted from this file system", |
| − | "type": " | + | "type": "string" |
}, | }, | ||
"min_volume_size": { | "min_volume_size": { | ||
| Line 210: | Line 210: | ||
"dates_recorded": { | "dates_recorded": { | ||
"label": "Dates recorded", | "label": "Dates recorded", | ||
| − | "description": " | + | "description": "Actions / properties for which dates / timestamps are recorded ", |
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
| Line 227: | Line 227: | ||
"label": "Fork support", | "label": "Fork support", | ||
"description": "Support for forks (multiple sets of data associated per file). Also known as streams", | "description": "Support for forks (multiple sets of data associated per file). Also known as streams", | ||
| − | "type": " | + | "type": "string", |
"suggested": true | "suggested": true | ||
}, | }, | ||
| Line 265: | Line 265: | ||
"label": "Copy-on-write support", | "label": "Copy-on-write support", | ||
"description": "Support for the copy-on-write storage space optimization", | "description": "Support for the copy-on-write storage space optimization", | ||
| − | "type": " | + | "type": "string" |
}, | }, | ||
"OS": { | "OS": { | ||
Revision as of 05:02, 31 December 2014
| This is a documentation subpage for Template:Infobox file system. It contains usage information, categories and other content that is not part of the original template page. |
Usage
{{ infobox file system
| name =
| developer =
| full_name =
| introduction_date =
| introduction_os =
| partition_id =
| directory_struct =
| file_struct =
| file_types =
| bad_blocks_struct =
| bootable =
| min_volume_size =
| max_volume_size =
| max_file_size =
| file_size_granularity =
| max_files_no =
| max_filename_size =
| max_dirname_size =
| max_directory_depth =
| filename_character_set =
| dates_recorded =
| date_range =
| date_resolution =
| forks_streams =
| attributes =
| file_system_permissions =
| compression =
| encryption =
| data_deduplication = (single_instance_storage)
| copy_on_write =
| OS =
| website =
}}
TemplateData
TemplateData for Infobox file system
Information about a computer file system.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Developer | developer | Developer(s) of the file system | String | suggested |
| Name | name | Common name of the file system (displayed as title of infobox) | String | required |
| Full name | full_name | Full name of the file system, including variants and identifiers | String | required |
| Introduced | introduction_date | When the file system was first introduced | Date | suggested |
| Partition identifier | partition_id | Byte values of the file system in the Master Boot Record. | String | suggested |
| Directory structure | directory_struct | The structure used to store information about directory contents | String | suggested |
| File allocation structure | file_struct | The structure used to store information about file allocation | String | suggested |
| Bad blocks structure | bad_blocks_struct | The structure used to information about store bad blocks / sectors | String | suggested |
| Min. volume size | min_volume_size | Minimum size of a volume (also known as logical drive) | String | optional |
| Max. volume size | max_volume_size | Maximum size of a volume (also known as logical drive) | String | suggested |
| Max. file size | max_file_size | Maximum size of a file | String | suggested |
| Max. number of files | max_files_no | Maximum number of files in a volume | String | suggested |
| Max. filename length | max_filename_size | Maximum length of a file | String | suggested |
| Max. directory name length | max_dirname_size | Maximum length of a direcotry | String | optional |
| Max. directory depth | max_directory_depth | Maximum directory depth / number of maximum nested directories | String | optional |
| Dates recorded | dates_recorded | Actions / properties for which dates / timestamps are recorded | String | suggested |
| Date range | date_range | Range of dates that can be recorded | String | optional |
| Date resolution | date_resolution | Resolution / precision of the dates that are recorded | String | optional |
| Fork support | forks_streams | Support for forks (multiple sets of data associated per file). Also known as streams | String | suggested |
| Attributes | attributes | List of attributes that are supported for files and directories | String | optional |
| File system permissions | file_system_permissions | Details of permissions systems supported by the file system | String | suggested |
| Transparent compression support | compression | Support for transparent compression | String | suggested |
| Transparent encryption support | encryption | Support for transparent encryption | String | suggested |
| Data deduplication | data_deduplication single_instance_storage | Support for data deduplication (also known as single-instance data storage) | String | suggested |
| Supported operating systems | OS | Operating systems that support the file system | String | suggested |
| Bootable | bootable | OS can be booted from this file system | String | optional |
| Filename character set | filename_character_set | Character set / encoding used for file names | String | optional |
| File types | file_types | List of file types supported | String | optional |
| Introduction OS | introduction_os | The operating system that introduced this file system | Page | optional |
| File size granularity | file_size_granularity | Granularity of the size of files stored | String | optional |
| Copy-on-write support | copy_on_write | Support for the copy-on-write storage space optimization | String | optional |
| Website | website | Official website | String | optional |