Template:Infobox file system/doc: Difference between revisions

Content deleted Content added
Added Repository parameter
m syntaxhighlight lang="wikitext"
 
(18 intermediate revisions by 7 users not shown)
Line 1:
{{Documentation subpage}}<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{Lua|Module:Infobox}}
 
{{Parameter names example | name | full_name | developer | variants | introduction_date | discontinuation_date | succeeded_by | preceded_by | 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 }}
=== Usage ===
 
=== Usage ===
<pre>
<syntaxhighlight lang="wikitext">
{{infoboxInfobox file system
| name =
| full_namename =
| developerfull_name =
| namedeveloper = =
| variants =
| introduction_date = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
| discontinuation_date = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
| partition_id =
| directory_structsucceeded_by =
| file_structpreceded_by =
| bad_blocks_structpartition_id =
| min_volume_size directory_struct =
| max_volume_sizefile_struct =
| max_file_sizebad_blocks_struct = =
| max_files_nomin_volume_size = =
| max_filename_sizemax_volume_size =
| max_dirname_sizemax_file_size =
| max_directory_depthmax_files_no =
| dates_recordedmax_filename_size = =
| date_rangemax_dirname_size = =
| date_resolutionmax_directory_depth = =
| forks_streams dates_recorded =
| attributesdate_range =
| date_resolution =
| file_system_permissions =
| compressionforks_streams = =
| encryptionattributes =
| file_system_permissions =
| data_deduplication =
| OScompression = =
| bootableencryption = =
| data_deduplication =
| filename_character_set =
| file_typesOS =
| introduction_osbootable =
| filename_character_set =
| file_size_granularity =
| copy_on_writefile_types =
| websiteintroduction_os = =
| file_size_granularity =
| repo =
| partition_id copy_on_write =
}}</pre>
| website = <!-- {{url|www.example.com}} -->
}}</syntaxhighlight>
{{clear}}
 
== See also ==
<includeonly>
* {{tl|Infobox software platform}}
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
* {{tl|Infobox OS}}
* {{tl|Infobox software}}
* {{tl|Infobox programming language}}
 
<includeonly>{{Sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Software infobox templates|File system]]
 
Line 54 ⟶ 66:
[[pt:Predefinição:Info/Sistema de Arquivos]]
[[sv:Mall:Filsystem]]
}}</includeonly>
 
==TemplateData==
Line 94 ⟶ 106:
"file_size_granularity",
"copy_on_write",
"website",
"repo"
],
"params": {
Line 235 ⟶ 246:
},
"forks_streams": {
"label": "Fork supportstreams",
"description": "Support for forks (multiple sets of data associated per file)., Alsoalso known as streams",
"type": "string",
"suggested": true
Line 286 ⟶ 297:
"label": "Website",
"description": "Official website",
"type": "string"
},
"repo": {
"label": "Repository (version control)",
"description": "Repository URL",
"type": "string"
}