模板:Infobox file system

维基百科,自由的百科全书
功能
文档图示 模板文档[查看] [编辑] [历史] [清除缓存]

用法[编辑]

{{Infobox file system
| name                    =
| full_name               =
| developer               =
| variants                = 
| introduction_date       = {{Start date and age|YYYY|MM|DD|df=yes}}
| 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                 =
}}


TemplateData[编辑]

以下是该模板的模板数据,适用于可视化编辑器等工具。

Infobox file system模板数据

Information about a computer file system.

模板参数[编辑模板数据]

参数描述类型状态
Developerdeveloper

Developer(s) of the file system

字符串推荐
Namename

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

字符串必需
Full namefull_name

Full name of the file system

字符串必需
Variantsvariants

Variants of the file system

字符串必需
Introducedintroduction_date

When the file system was first introduced

日期推荐
Partition identifierpartition_id

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

字符串推荐
Directory structuredirectory_struct

The structure used to store information about directory contents

字符串推荐
File allocation structurefile_struct

The structure used to store information about file allocation

字符串推荐
Bad blocks structurebad_blocks_struct

The structure used to information about store bad blocks / sectors

字符串推荐
Min. volume sizemin_volume_size

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

字符串可选
Max. volume sizemax_volume_size

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

字符串推荐
Max. file sizemax_file_size

Maximum size of a file

字符串推荐
Max. number of filesmax_files_no

Maximum number of files in a volume

字符串推荐
Max. filename lengthmax_filename_size

Maximum length of a file

字符串推荐
Max. directory name lengthmax_dirname_size

Maximum length of a direcotry

字符串可选
Max. directory depthmax_directory_depth

Maximum directory depth / number of maximum nested directories

字符串可选
Dates recordeddates_recorded

Actions / properties for which dates / timestamps are recorded

字符串推荐
Date rangedate_range

Range of dates that can be recorded

字符串可选
Date resolutiondate_resolution

Resolution / precision of the dates that are recorded

字符串可选
Fork supportforks_streams

Support for forks (multiple sets of data associated per file). Also known as streams

字符串推荐
Attributesattributes

List of attributes that are supported for files and directories

字符串可选
File system permissionsfile_system_permissions

Details of permissions systems supported by the file system

字符串推荐
Transparent compression supportcompression

Support for transparent compression

字符串推荐
Transparent encryption supportencryption

Support for transparent encryption

字符串推荐
Data deduplicationdata_deduplication single_instance_storage

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

字符串推荐
Supported operating systemsOS

Operating systems that support the file system

字符串推荐
Bootablebootable

OS can be booted from this file system

字符串可选
Filename character setfilename_character_set

Character set / encoding used for file names

字符串可选
File typesfile_types

List of file types supported

字符串可选
Introduction OSintroduction_os

The operating system that introduced this file system

页面名称可选
File size granularityfile_size_granularity

Granularity of the size of files stored

字符串可选
Copy-on-write supportcopy_on_write

Support for the copy-on-write storage space optimization

字符串可选
Websitewebsite

Official website

字符串可选