Difference between revisions of "Template:Infobox file system"
imported>Lockal |
|||
| Line 1: | Line 1: | ||
| − | {| | + | <includeonly>{{Infobox |
| − | + | |bodystyle = width: 21em; | |
| − | | | + | |bodyclass = bordered |
| − | + | |above = {{{name}}} | |
| − | + | |abovestyle = background:#0A0; | |
| − | + | |headerstyle = background:lightgreen; | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | [[ | + | |label1 = [[Software developer|Developer]] |
| + | |data1 = {{{developer|}}} | ||
| + | |label2 = Full name | ||
| + | |data2 = {{{full_name|}}} | ||
| + | |label3 = Introduced | ||
| + | |data3 = {{{introduction_date|}}} {{#if:{{{introduction_os|}}}|({{{introduction_os}}})}} | ||
| + | |label4 = [[Partition (computing)|Partition identifier]] | ||
| + | |data4 = {{{partition_id|}}} | ||
| − | + | |header5 = Structures | |
| − | [[ | + | |label6 = Directory contents |
| − | [[ | + | |data6 = {{{directory_struct|}}} |
| − | [[ | + | |label7 = File allocation |
| − | [[ | + | |data7 = {{{file_struct|}}} |
| − | [[ | + | |label8 = Bad blocks |
| − | </noinclude> | + | |data8 = {{{bad_blocks_struct|}}} |
| + | |||
| + | |header9 = Limits | ||
| + | |label10 = Max file size | ||
| + | |data10 = {{{max_file_size|}}} | ||
| + | |label11 = Max number of files | ||
| + | |data11 = {{{max_files_no|}}} | ||
| + | |label12 = Max filename length | ||
| + | |data12 = {{{max_filename_size|}}} | ||
| + | |label13 = Max volume size | ||
| + | |data13 = {{{max_volume_size|}}} | ||
| + | |label14 = Allowed characters in filenames | ||
| + | |data14 = {{{filename_character_set|}}} | ||
| + | |||
| + | |header15 = Features | ||
| + | |label16 = Dates recorded | ||
| + | |data16 = {{{dates_recorded|}}} | ||
| + | |label17 = Date range | ||
| + | |data17 = {{{date_range|}}} | ||
| + | |label18 = Date resolution | ||
| + | |data18 = {{{date_resolution|}}} | ||
| + | |label19 = [[Fork (filesystem)|Forks]] | ||
| + | |data19 = {{{forks_streams|}}} | ||
| + | |label20 = Attributes | ||
| + | |data20 = {{{attributes|}}} | ||
| + | |label21 = [[File system permissions]] | ||
| + | |data21 = {{{file_system_permissions|}}} | ||
| + | |label22 = Transparent compression | ||
| + | |data22 = {{{compression|}}} | ||
| + | |label23 = [[filesystem-level encryption|Transparent encryption]] | ||
| + | |data23 = {{{encryption|}}} | ||
| + | |label24 = [[single_instance_storage |Single Instance Storage]] | ||
| + | |data24 = {{{single_instance_storage|}}} | ||
| + | |label25 = Supported [[operating system]]s | ||
| + | |data25 = {{{OS|}}} | ||
| + | }}</includeonly><noinclude>{{Documentation}}</noinclude> | ||
Revision as of 14:51, 7 August 2008
Usage
{{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 =
}}
de:Vorlage:Infobox Dateisystem eo:Ŝablono:Informkesto dosiersistemo es:Template:Ficha de sistema de archivos fr:Modèle:Infobox système de fichiers it:Template:Infobox filesystem ja:Template:Infobox filesystem ko:틀:파일 시스템 정보 pt:Predefinição:Info/Sistema de Arquivos sv:Mall:Filsystem
TemplateData
TemplateData for Infobox file system
Information about a computer file system.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Common name of the file system (displayed as title of infobox) | String | required |
| Full name | full_name | Full name of the file system | String | required |
| Developer | developer | Developer(s) of the file system | String | suggested |
| Variants | variants | Variants of the file system | String | suggested |
| Introduced | introduction_date | When the file system was first introduced | Date | suggested |
| Partition identifier | partition_id | Byte values of the file system in the Master Boot Record. | String | suggested |
| Directory structure | directory_struct | The structure used to store information about directory contents | String | suggested |
| File allocation structure | file_struct | The structure used to store information about file allocation | String | suggested |
| Bad blocks structure | bad_blocks_struct | The structure used to information about store bad blocks / sectors | String | suggested |
| Min. volume size | min_volume_size | Minimum size of a volume (also known as logical drive) | String | optional |
| Max. volume size | max_volume_size | Maximum size of a volume (also known as logical drive) | String | suggested |
| Max. file size | max_file_size | Maximum size of a file | String | suggested |
| Max. number of files | max_files_no | Maximum number of files in a volume | String | suggested |
| Max. filename length | max_filename_size | Maximum length of a file | String | suggested |
| Max. directory name length | max_dirname_size | Maximum length of a direcotry | String | optional |
| Max. directory depth | max_directory_depth | Maximum directory depth / number of maximum nested directories | String | optional |
| Dates recorded | dates_recorded | Actions / properties for which dates / timestamps are recorded | String | suggested |
| Date range | date_range | Range of dates that can be recorded | String | optional |
| Date resolution | date_resolution | Resolution / precision of the dates that are recorded | String | optional |
| Fork streams | forks_streams | Support for forks (multiple sets of data associated per file), also known as streams | String | suggested |
| Attributes | attributes | List of attributes that are supported for files and directories | String | optional |
| File system permissions | file_system_permissions | Details of permissions systems supported by the file system | String | suggested |
| Transparent compression support | compression | Support for transparent compression | String | suggested |
| Transparent encryption support | encryption | Support for transparent encryption | String | suggested |
| Data deduplication | data_deduplication single_instance_storage | Support for data deduplication (also known as single-instance data storage) | String | suggested |
| Supported operating systems | OS | Operating systems that support the file system | String | suggested |
| Bootable | bootable | OS can be booted from this file system | String | optional |
| Filename character set | filename_character_set | Character set / encoding used for file names | String | optional |
| File types | file_types | List of file types supported | String | optional |
| Introduction OS | introduction_os | The operating system that introduced this file system | Page | optional |
| File size granularity | file_size_granularity | Granularity of the size of files stored | String | optional |
| Copy-on-write support | copy_on_write | Support for the copy-on-write storage space optimization | String | optional |
| Website | website | Official website | String | optional |
| The above documentation is transcluded from Template:Infobox file system/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |