{{{name}}}
Developer(s){{{developer}}}
Full name{{{full_name}}}
Variants{{{variants}}}
Introduced{{{introduction_date}}} with {{{introduction_os}}}
Discontinued{{{discontinuation_date}}}
Preceded by{{{preceded_by}}}
Succeeded by{{{succeeded_by}}}
Partition IDs{{{partition_id}}}
Structures
Directory contents{{{directory_struct}}}
File allocation{{{file_struct}}}
File type{{{file_types}}}
Bad blocks{{{bad_blocks_struct}}}
Bootable{{{bootable}}}
Limits
Min volume size{{{min_volume_size}}}
Max volume size{{{max_volume_size}}}
Max file size{{{max_file_size}}}
File size granularity{{{file_size_granularity}}}
Max no. of files{{{max_files_no}}}
Max filename length{{{max_filename_size}}}
Max dirname length{{{max_dirname_size}}}
Max directory depth{{{max_directory_depth}}}
Allowed filename
characters
{{{filename_character_set}}}
Features
Dates recorded{{{dates_recorded}}}
Date range{{{date_range}}}
Date resolution{{{date_resolution}}}
Forks{{{forks_streams}}}
Attributes{{{attributes}}}
File system
permissions
{{{file_system_permissions}}}
Transparent
compression
{{{compression}}}
Transparent
encryption
{{{encryption}}}
Data deduplication{{{data_deduplication}}}
Copy-on-write{{{copy_on_write}}}
Other
Supported
operating systems
{{{OS}}}
Website{{{website}}}

Usage edit

{{Infobox file system
| name                    = 
| full_name               = 
| developer               = 
| variants                = 
| introduction_date       = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
| discontinuation_date    = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
| succeeded_by            =
| preceded_by             =
| partition_id            = 
| directory_struct        = 
| file_struct             = 
| bad_blocks_struct       = 
| min_volume_size         = 
| max_volume_size         = 
| max_file_size           = 
| max_files_no            = 
| max_filename_size       = 
| max_dirname_size        = 
| max_directory_depth     = 
| dates_recorded          = 
| date_range              = 
| date_resolution         = 
| forks_streams           = 
| attributes              = 
| file_system_permissions = 
| compression             = 
| encryption              = 
| data_deduplication      = 
| OS                      = 
| bootable                = 
| filename_character_set  = 
| file_types              = 
| introduction_os         = 
| file_size_granularity   = 
| copy_on_write           = 
| website                 = <!-- {{url|www.example.com}} -->
}}

See also edit


TemplateData edit

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Infobox file system in articles based on its TemplateData.

TemplateData for Infobox file system

Information about a computer file system.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

Common name of the file system (displayed as title of infobox)

Stringrequired
Full namefull_name

Full name of the file system

Stringrequired
Developerdeveloper

Developer(s) of the file system

Stringsuggested
Variantsvariants

Variants of the file system

Stringsuggested
Introducedintroduction_date

When the file system was first introduced

Datesuggested
Partition identifierpartition_id

Byte values of the file system in the Master Boot Record.

Stringsuggested
Directory structuredirectory_struct

The structure used to store information about directory contents

Stringsuggested
File allocation structurefile_struct

The structure used to store information about file allocation

Stringsuggested
Bad blocks structurebad_blocks_struct

The structure used to information about store bad blocks / sectors

Stringsuggested
Min. volume sizemin_volume_size

Minimum size of a volume (also known as logical drive)

Stringoptional
Max. volume sizemax_volume_size

Maximum size of a volume (also known as logical drive)

Stringsuggested
Max. file sizemax_file_size

Maximum size of a file

Stringsuggested
Max. number of filesmax_files_no

Maximum number of files in a volume

Stringsuggested
Max. filename lengthmax_filename_size

Maximum length of a file

Stringsuggested
Max. directory name lengthmax_dirname_size

Maximum length of a direcotry

Stringoptional
Max. directory depthmax_directory_depth

Maximum directory depth / number of maximum nested directories

Stringoptional
Dates recordeddates_recorded

Actions / properties for which dates / timestamps are recorded

Stringsuggested
Date rangedate_range

Range of dates that can be recorded

Stringoptional
Date resolutiondate_resolution

Resolution / precision of the dates that are recorded

Stringoptional
Fork streamsforks_streams

Support for forks (multiple sets of data associated per file), also known as streams

Stringsuggested
Attributesattributes

List of attributes that are supported for files and directories

Stringoptional
File system permissionsfile_system_permissions

Details of permissions systems supported by the file system

Stringsuggested
Transparent compression supportcompression

Support for transparent compression

Stringsuggested
Transparent encryption supportencryption

Support for transparent encryption

Stringsuggested
Data deduplicationdata_deduplication single_instance_storage

Support for data deduplication (also known as single-instance data storage)

Stringsuggested
Supported operating systemsOS

Operating systems that support the file system

Stringsuggested
Bootablebootable

OS can be booted from this file system

Stringoptional
Filename character setfilename_character_set

Character set / encoding used for file names

Stringoptional
File typesfile_types

List of file types supported

Stringoptional
Introduction OSintroduction_os

The operating system that introduced this file system

Page nameoptional
File size granularityfile_size_granularity

Granularity of the size of files stored

Stringoptional
Copy-on-write supportcopy_on_write

Support for the copy-on-write storage space optimization

Stringoptional
Websitewebsite

Official website

Stringoptional