Difference between revisions of "Template:Infobox file system/doc"
Jump to navigation
Jump to search
imported>Ykhwong m (→Usage) |
imported>Thumperward (→Usage: tidy) |
||
| Line 4: | Line 4: | ||
=== Usage === | === Usage === | ||
| − | <pre>{{ | + | |
| − | | name = | + | <pre> |
| − | | developer = | + | {{ infobox filesystem |
| − | | full_name = | + | | name = |
| − | | introduction_date = | + | | developer = |
| − | | introduction_os = | + | | full_name = |
| − | | partition_id = | + | | introduction_date = |
| − | | directory_struct = | + | | introduction_os = |
| − | | file_struct = | + | | partition_id = |
| − | | bad_blocks_struct = | + | | directory_struct = |
| − | | max_file_size = | + | | file_struct = |
| − | | max_files_no = | + | | bad_blocks_struct = |
| − | | max_filename_size = | + | | max_file_size = |
| − | | max_volume_size = | + | | max_files_no = |
| − | | dates_recorded = | + | | max_filename_size = |
| − | | date_range = | + | | max_volume_size = |
| − | | date_resolution = | + | | dates_recorded = |
| − | | forks_streams = | + | | date_range = |
| − | | attributes = | + | | date_resolution = |
| + | | forks_streams = | ||
| + | | attributes = | ||
| file_system_permissions = | | file_system_permissions = | ||
| − | | compression = | + | | compression = |
| − | | encryption = | + | | encryption = |
| − | | data_deduplication = | + | | data_deduplication = |
| − | | copy_on_write= | + | | copy_on_write = |
| − | | OS = | + | | OS = |
}}</pre> | }}</pre> | ||
Revision as of 15:26, 2 December 2011
| 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. |
note: the three filesystem infobox at File Allocation Table is based on this but modified to cover all 3 variants of fat please make any style changes to both at the same time.
Usage
{{ infobox filesystem
| name =
| developer =
| full_name =
| introduction_date =
| introduction_os =
| partition_id =
| directory_struct =
| file_struct =
| bad_blocks_struct =
| max_file_size =
| max_files_no =
| max_filename_size =
| max_volume_size =
| dates_recorded =
| date_range =
| date_resolution =
| forks_streams =
| attributes =
| file_system_permissions =
| compression =
| encryption =
| data_deduplication =
| copy_on_write =
| OS =
}}