Difference between revisions of "Template:Infobox file system/doc"

From Freephile Wiki
Jump to navigation Jump to search
m (1 revision imported: Category:Infobox)
(This changes nothing)
Line 40: Line 40:
 
}}</pre>
 
}}</pre>
  
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
[[Category:Software infobox templates|File system]]
 
  
[[de:Vorlage:Infobox Dateisystem]]
 
[[eo:?ablono:Informkesto dosiersistemo]]
 
[[es:Template:Ficha de sistema de archivos]]
 
 
[[it:Template:Infobox filesystem]]
 
[[ja:Template:Infobox filesystem]]
 
[[ko:?:?? ??? ??]]
 
 
[[sv:Mall:Filsystem]]
 
</includeonly>
 
  
 
==TemplateData==
 
==TemplateData==

Revision as of 09:52, 29 December 2018

Usage[edit source]

{{ infobox file system
| name                    =
| developer               = 
| full_name               = 
| variants                = 
| introduction_date       = 
| introduction_os         = 
| partition_id            = 
| directory_struct        = 
| file_struct             = 
| file_types              = 
| bad_blocks_struct       = 
| bootable                = 
| min_volume_size         = 
| max_volume_size         = 
| max_file_size           = 
| file_size_granularity   = 
| max_files_no            = 
| max_filename_size       =
| max_dirname_size        = 
| max_directory_depth     = 
| filename_character_set  = 
| dates_recorded          = 
| date_range              = 
| date_resolution         = 
| forks_streams           = 
| attributes              = 
| file_system_permissions = 
| compression             = 
| encryption              = 
| data_deduplication      = (single_instance_storage)
| copy_on_write           = 
| OS                      = 
| website                 = 
}}


TemplateData[edit source]

This is the TemplateData documentation for this template used by VisualEditor and other tools.

See the monthly error report for this template.

TemplateData for Infobox file system

Information about a computer file system.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Developerdeveloper

Developer(s) of the file system

Stringsuggested
Namename

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

Stringrequired
Full namefull_name

Full name of the file system

Stringrequired
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 supportforks_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

Pageoptional
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