Difference between revisions of "Template:Infobox file system/doc"
imported>Matthiaspaul (Added min_volume_size parameter) |
imported>Voidxor (→TemplateData: Totally not the name of the parameter...) |
||
| (14 intermediate revisions by 9 users not shown) | |||
| Line 4: | Line 4: | ||
<pre> | <pre> | ||
| − | {{ | + | {{Infobox file system |
| − | | name = | + | | name = |
| − | | developer = | + | | full_name = |
| − | | | + | | developer = |
| − | | introduction_date = | + | | variants = |
| − | | | + | | introduction_date = {{Start date and age|YYYY|MM|DD|df=yes}} |
| − | | partition_id = | + | | partition_id = |
| − | | directory_struct = | + | | directory_struct = |
| − | | file_struct | + | | file_struct = |
| − | + | | bad_blocks_struct = | |
| − | | bad_blocks_struct | + | | min_volume_size = |
| − | + | | max_volume_size = | |
| − | | min_volume_size = | + | | max_file_size = |
| − | | max_volume_size = | + | | max_files_no = |
| − | | max_file_size | ||
| − | |||
| − | | max_files_no = | ||
| max_filename_size = | | max_filename_size = | ||
| − | | max_dirname_size = | + | | max_dirname_size = |
| − | | max_directory_depth | + | | max_directory_depth = |
| − | + | | dates_recorded = | |
| − | | dates_recorded = | + | | date_range = |
| − | | date_range = | + | | date_resolution = |
| − | | date_resolution = | + | | forks_streams = |
| − | | forks_streams = | + | | attributes = |
| − | | attributes = | + | | file_system_permissions = |
| − | | file_system_permissions = | + | | compression = |
| − | | compression = | + | | encryption = |
| − | | encryption = | + | | data_deduplication = |
| − | | data_deduplication = | + | | OS = |
| − | | | + | | bootable = |
| − | | | + | | filename_character_set = |
| − | | website = | + | | file_types = |
| + | | introduction_os = | ||
| + | | file_size_granularity = | ||
| + | | copy_on_write = | ||
| + | | website = | ||
}}</pre> | }}</pre> | ||
| − | <includeonly> | + | <includeonly>{{Sandbox other|| |
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | ||
[[Category:Software infobox templates|File system]] | [[Category:Software infobox templates|File system]] | ||
| Line 52: | Line 53: | ||
[[pt:Predefinição:Info/Sistema de Arquivos]] | [[pt:Predefinição:Info/Sistema de Arquivos]] | ||
[[sv:Mall:Filsystem]] | [[sv:Mall:Filsystem]] | ||
| − | </includeonly> | + | }}</includeonly> |
| + | |||
| + | ==TemplateData== | ||
| + | {{TemplateData header}} | ||
| + | <templatedata> | ||
| + | { | ||
| + | "description": "Information about a computer file system.", | ||
| + | "paramOrder": [ | ||
| + | "name", | ||
| + | "full_name", | ||
| + | "developer", | ||
| + | "variants", | ||
| + | "introduction_date", | ||
| + | "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" | ||
| + | ], | ||
| + | "params": { | ||
| + | "name": { | ||
| + | "label": "Name", | ||
| + | "description": "Common name of the file system (displayed as title of infobox)", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "developer": { | ||
| + | "label": "Developer", | ||
| + | "description": "Developer(s) of the file system", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "full_name": { | ||
| + | "label": "Full name", | ||
| + | "description": "Full name of the file system", | ||
| + | "type": "string", | ||
| + | "required": true, | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "variants": { | ||
| + | "label": "Variants", | ||
| + | "description": "Variants of the file system", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "introduction_date": { | ||
| + | "label": "Introduced", | ||
| + | "description": "When the file system was first introduced", | ||
| + | "type": "date", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "introduction_os": { | ||
| + | "label": "Introduction OS", | ||
| + | "description": "The operating system that introduced this file system", | ||
| + | "type": "wiki-page-name" | ||
| + | }, | ||
| + | "partition_id": { | ||
| + | "label": "Partition identifier", | ||
| + | "description": "Byte values of the file system in the Master Boot Record.", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "directory_struct": { | ||
| + | "label": "Directory structure", | ||
| + | "description": "The structure used to store information about directory contents", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "file_struct": { | ||
| + | "label": "File allocation structure", | ||
| + | "description": "The structure used to store information about file allocation", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "file_types": { | ||
| + | "label": "File types", | ||
| + | "description": "List of file types supported", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "bad_blocks_struct": { | ||
| + | "label": "Bad blocks structure", | ||
| + | "description": "The structure used to information about store bad blocks / sectors", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "bootable": { | ||
| + | "label": "Bootable", | ||
| + | "description": "OS can be booted from this file system", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "min_volume_size": { | ||
| + | "label": "Min. volume size", | ||
| + | "description": "Minimum size of a volume (also known as logical drive)", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "max_volume_size": { | ||
| + | "label": "Max. volume size", | ||
| + | "description": "Maximum size of a volume (also known as logical drive)", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "max_file_size": { | ||
| + | "label": "Max. file size", | ||
| + | "description": "Maximum size of a file", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "file_size_granularity": { | ||
| + | "label": "File size granularity", | ||
| + | "description": "Granularity of the size of files stored ", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "max_files_no": { | ||
| + | "label": "Max. number of files", | ||
| + | "description": "Maximum number of files in a volume", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "max_filename_size": { | ||
| + | "label": "Max. filename length", | ||
| + | "description": "Maximum length of a file", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "max_dirname_size": { | ||
| + | "label": "Max. directory name length", | ||
| + | "description": "Maximum length of a direcotry", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "max_directory_depth": { | ||
| + | "label": "Max. directory depth", | ||
| + | "description": "Maximum directory depth / number of maximum nested directories", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "filename_character_set": { | ||
| + | "label": "Filename character set", | ||
| + | "description": "Character set / encoding used for file names", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "dates_recorded": { | ||
| + | "label": "Dates recorded", | ||
| + | "description": "Actions / properties for which dates / timestamps are recorded ", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "date_range": { | ||
| + | "label": "Date range", | ||
| + | "description": "Range of dates that can be recorded", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "date_resolution": { | ||
| + | "label": "Date resolution", | ||
| + | "description": "Resolution / precision of the dates that are recorded", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "forks_streams": { | ||
| + | "label": "Fork streams", | ||
| + | "description": "Support for forks (multiple sets of data associated per file), also known as streams", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "attributes": { | ||
| + | "label": "Attributes", | ||
| + | "description": "List of attributes that are supported for files and directories", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "file_system_permissions": { | ||
| + | "label": "File system permissions", | ||
| + | "description": "Details of permissions systems supported by the file system", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "compression": { | ||
| + | "label": "Transparent compression support", | ||
| + | "description": "Support for transparent compression", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "encryption": { | ||
| + | "label": "Transparent encryption support", | ||
| + | "description": "Support for transparent encryption", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "data_deduplication": { | ||
| + | "aliases": [ | ||
| + | "single_instance_storage" | ||
| + | ], | ||
| + | "label": "Data deduplication", | ||
| + | "description": "Support for data deduplication (also known as single-instance data storage)", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "copy_on_write": { | ||
| + | "label": "Copy-on-write support", | ||
| + | "description": "Support for the copy-on-write storage space optimization", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "OS": { | ||
| + | "label": "Supported operating systems", | ||
| + | "description": "Operating systems that support the file system", | ||
| + | "type": "string", | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "website": { | ||
| + | "label": "Website", | ||
| + | "description": "Official website", | ||
| + | "type": "string" | ||
| + | } | ||
| + | }, | ||
| + | "format": "block" | ||
| + | } | ||
| + | </templatedata> | ||
Latest revision as of 20:44, 26 August 2020
| 40px | This is a documentation subpage for Template:Infobox file system. It contains usage information, categories and other content that is not part of the original template page. |
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 =
}}
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 |