模板:Infobox file system/doc

維基教科書,自由的教學讀本

用法[編輯]

{{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

字串選填