Difference between revisions of "Template:Infobox file system"

From blackwiki
Jump to navigation Jump to search
imported>Thumperward
(make most attributes optional)
Line 5: Line 5:
 
![[Software developer|Developer]]
 
![[Software developer|Developer]]
 
| {{{developer}}}
 
| {{{developer}}}
 +
{{#if:{{{full_name|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! Full name
+
! Full Name:
| {{{full_name}}}
+
| {{{full_name|}}}}}
 +
{{#if:{{{introduction_date|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! Introduced
+
! Introduced:
| {{{introduction_date}}} ({{{introduction_os}}})
+
| {{{introduction_date|}}} {{#if:{{{introduction_os|}}}({{{introduction_os|}}})}}
 +
}}
 +
{{#if:{{{partition_id|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
! [[Partition (computing)|Partition identifier]]
+
! [[Partition (computing)|Partition identifier]]:
| {{{partition_id}}}
+
| {{{partition_id|}}}
 +
}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! colspan="2" style="background:lightgreen; text-align: center" | Structures
 
! colspan="2" style="background:lightgreen; text-align: center" | Structures
Line 19: Line 24:
 
! Directory contents
 
! Directory contents
 
| {{{directory_struct}}}
 
| {{{directory_struct}}}
 +
{{#if:{{{file_struct|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! File allocation
 
! File allocation
| {{{file_struct}}}
+
| {{{file_struct|}}}
 +
}}
 +
{{#if:{{{bad_blocks_struct|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! Bad blocks
 
! Bad blocks
| {{{bad_blocks_struct}}}
+
| {{{bad_blocks_struct|}}}
 +
}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! colspan="2" style="background:lightgreen; text-align: center" | Limits
 
! colspan="2" style="background:lightgreen; text-align: center" | Limits
Line 30: Line 39:
 
! Max file size
 
! Max file size
 
| {{{max_file_size}}}
 
| {{{max_file_size}}}
 +
{{#if:{{{max_files_no|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! Max number of files
 
! Max number of files
| {{{max_files_no}}}
+
| {{{max_files_no|}}}
 +
}}
 +
{{#if:{{{max_filename_size|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! Max filename size
 
! Max filename size
| {{{max_filename_size}}}
+
| {{{max_filename_size|}}}
 +
}}
 +
{{#if:{{{max_volume_size|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! Max volume size
 
! Max volume size
| {{{max_volume_size}}}
+
| {{{max_volume_size|}}}
 +
}}
 +
{{#if:{{{filename_character_set|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! Allowed characters in filenames
 
! Allowed characters in filenames
| {{{filename_character_set}}}
+
| {{{filename_character_set|}}}
 +
}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! colspan="2" style="background:lightgreen; text-align: center" | Features
 
! colspan="2" style="background:lightgreen; text-align: center" | Features
Line 47: Line 64:
 
! Dates recorded
 
! Dates recorded
 
| {{{dates_recorded}}}
 
| {{{dates_recorded}}}
 +
{{#if:{{{date_range|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! Date range
 
! Date range
| {{{date_range}}}
+
| {{{date_range|}}}
 +
}}
 +
{{#if:{{{forks_streams|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! [[Fork (filesystem)|Forks]]
 
! [[Fork (filesystem)|Forks]]
| {{{forks_streams}}}
+
| {{{forks_streams|}}}
 +
}}
 +
{{#if:{{{attributes|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! Attributes
 
! Attributes
| {{{attributes}}}
+
| {{{attributes|}}}
 +
}}
 +
{{#if:{{{file_system_permissions|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! [[File system permissions]]
 
! [[File system permissions]]
| {{{file_system_permissions}}}
+
| {{{file_system_permissions|}}}
 +
}}
 +
{{#if:{{{compression|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! Transparent compression
 
! Transparent compression
| {{{compression}}}
+
| {{{compression|}}}
 +
}}
 +
{{#if:{{{encryption|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! [[filesystem-level encryption|Transparent encryption]]
 
! [[filesystem-level encryption|Transparent encryption]]
| {{{encryption}}}
+
| {{{encryption|}}}
 +
}}
 +
{{#if:{{{OS|}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! Supported [[operating system]]s
 
! Supported [[operating system]]s
| {{{OS}}}
+
| {{{OS|}}}
 +
}}
 
|}<noinclude>
 
|}<noinclude>
  

Revision as of 10:30, 13 April 2007

{{{name}}}
Developer {{{developer}}}


Structures
Directory contents {{{directory_struct}}}


Limits
Max file size {{{max_file_size}}}



Features
Dates recorded {{{dates_recorded}}}




es:Template:Infobox filesystem it:Template:Infobox filesystem ja:Template:Infobox filesystem