Difference between revisions of "Template:Infobox file system"

From blackwiki
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 bordered" style="text-align: center; width: 21em; font-size: 90%; clear: right;" cellspacing="5"
+
{| class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;"
|-
+
! colspan="2" style="font-size: larger; text-align: center" | '''{{{name}}}'''
| colspan="2" style="font-size: larger; margin-left: inherit" bgcolor="lightgreen" | '''{{{name}}}'''
 
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | [[Software developer|Developer]]
+
![[Software developer|Developer]]
 
| {{{developer}}}
 
| {{{developer}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | Full Name
+
! Full Name
 
| {{{full_name}}}
 
| {{{full_name}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | Introduced
+
! Introduced
 
| {{{introduction_date}}} ({{{introduction_os}}})
 
| {{{introduction_date}}} ({{{introduction_os}}})
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | [[Partition (computing)|Partition identifier]]
+
! [[Partition (computing)|Partition identifier]]
 
| {{{partition_id}}}
 
| {{{partition_id}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! colspan="2" bgcolor="lightgreen" | Structures
+
! colspan="2" style="background:lightgreen; text-align: center" | Structures
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | Directory contents
+
! Directory contents
 
| {{{directory_struct}}}
 
| {{{directory_struct}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | File allocation
+
! File allocation
 
| {{{file_struct}}}
 
| {{{file_struct}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | Bad blocks
+
! Bad blocks
 
| {{{bad_blocks_struct}}}
 
| {{{bad_blocks_struct}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! colspan="2" bgcolor="lightgreen" | Limits
+
! colspan="2" style="background:lightgreen; text-align: center" | Limits
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | Max file size
+
! Max file size
 
| {{{max_file_size}}}
 
| {{{max_file_size}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | Max number of files
+
! Max number of files
 
| {{{max_files_no}}}
 
| {{{max_files_no}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | Max filename size
+
! Max filename size
 
| {{{max_filename_size}}}
 
| {{{max_filename_size}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | Max volume size
+
! Max volume size
 
| {{{max_volume_size}}}
 
| {{{max_volume_size}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! colspan="2" bgcolor="lightgreen" | Features
+
! colspan="2" style="background:lightgreen; text-align: center" | Features
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | Dates recorded
+
! Dates recorded
 
| {{{dates_recorded}}}
 
| {{{dates_recorded}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | Date range
+
! Date range
 
| {{{date_range}}}
 
| {{{date_range}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | [[Fork (filesystem)|Forks]]
+
! [[Fork (filesystem)|Forks]]
 
| {{{forks_streams}}}
 
| {{{forks_streams}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | Attributes
+
! Attributes
 
| {{{attributes}}}
 
| {{{attributes}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | [[File system permissions]]
+
! [[File system permissions]]
 
| {{{file_system_permissions}}}
 
| {{{file_system_permissions}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | Transparent compression
+
! Transparent compression
 
| {{{compression}}}
 
| {{{compression}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! bgcolor="lightgrey" | Transparent encryption
+
! 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