Difference between revisions of "Template:Infobox file system"
Jump to navigation
Jump to search
imported>CyberSkull m (style) |
imported>Kesla (New look (style similar to template:Infobox_Software and template:Infobox_OS etc.) |
||
| Line 1: | Line 1: | ||
<!--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.--> | <!--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.--> | ||
| − | {| class="infobox | + | {| class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;" |
| − | + | ! colspan="2" style="font-size: larger; text-align: center" | '''{{{name}}}''' | |
| − | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ![[Software developer|Developer]] |
| {{{developer}}} | | {{{developer}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! Full Name |
| {{{full_name}}} | | {{{full_name}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! Introduced |
| {{{introduction_date}}} ({{{introduction_os}}}) | | {{{introduction_date}}} ({{{introduction_os}}}) | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! [[Partition (computing)|Partition identifier]] |
| {{{partition_id}}} | | {{{partition_id}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! colspan="2" | + | ! colspan="2" style="background:lightgreen; text-align: center" | Structures |
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! Directory contents |
| {{{directory_struct}}} | | {{{directory_struct}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! File allocation |
| {{{file_struct}}} | | {{{file_struct}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! Bad blocks |
| {{{bad_blocks_struct}}} | | {{{bad_blocks_struct}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! colspan="2" | + | ! colspan="2" style="background:lightgreen; text-align: center" | Limits |
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! Max file size |
| {{{max_file_size}}} | | {{{max_file_size}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! Max number of files |
| {{{max_files_no}}} | | {{{max_files_no}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! Max filename size |
| {{{max_filename_size}}} | | {{{max_filename_size}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! Max volume size |
| {{{max_volume_size}}} | | {{{max_volume_size}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! colspan="2" | + | ! colspan="2" style="background:lightgreen; text-align: center" | Features |
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! Dates recorded |
| {{{dates_recorded}}} | | {{{dates_recorded}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! Date range |
| {{{date_range}}} | | {{{date_range}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! [[Fork (filesystem)|Forks]] |
| {{{forks_streams}}} | | {{{forks_streams}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! Attributes |
| {{{attributes}}} | | {{{attributes}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! [[File system permissions]] |
| {{{file_system_permissions}}} | | {{{file_system_permissions}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! Transparent compression |
| {{{compression}}} | | {{{compression}}} | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| − | ! | + | ! Transparent encryption |
| {{{encryption}}} | | {{{encryption}}} | ||
|} | |} | ||
| + | u | ||
Revision as of 15:38, 1 May 2006
| {{{name}}} | |
|---|---|
| Developer | {{{developer}}} |
| Full Name | {{{full_name}}} |
| Introduced | {{{introduction_date}}} ({{{introduction_os}}}) |
| Partition identifier | {{{partition_id}}} |
| Structures | |
| Directory contents | {{{directory_struct}}} |
| File allocation | {{{file_struct}}} |
| Bad blocks | {{{bad_blocks_struct}}} |
| Limits | |
| Max file size | {{{max_file_size}}} |
| Max number of files | {{{max_files_no}}} |
| Max filename size | {{{max_filename_size}}} |
| Max volume size | {{{max_volume_size}}} |
| Features | |
| Dates recorded | {{{dates_recorded}}} |
| Date range | {{{date_range}}} |
| Forks | {{{forks_streams}}} |
| Attributes | {{{attributes}}} |
| File system permissions | {{{file_system_permissions}}} |
| Transparent compression | {{{compression}}} |
| Transparent encryption | {{{encryption}}} |
u