Content deleted Content added
Added Repository parameter |
m syntaxhighlight lang="wikitext" |
||
(18 intermediate revisions by 7 users not shown) | |||
Line 1:
{{Documentation subpage}}
<!-- 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 ===▼
<syntaxhighlight lang="wikitext">
{{
| name =▼
|
|
| 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 =▼
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| date_resolution =
| file_system_permissions =▼
|
|
▲| file_system_permissions =
| data_deduplication =▼
|
|
▲| data_deduplication =
| filename_character_set =▼
|
|
▲| filename_character_set =
| file_size_granularity =▼
|
|
▲| file_size_granularity =
| website = <!-- {{url|www.example.com}} -->
}}</syntaxhighlight>
{{clear}}
== See also ==
<includeonly>▼
* {{tl|Infobox software platform}}
* {{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"
],
"params": {
Line 235 ⟶ 246:
},
"forks_streams": {
"label": "Fork
"description": "Support for forks (multiple sets of data associated per file)
"type": "string",
"suggested": true
Line 286 ⟶ 297:
"label": "Website",
"description": "Official website",
"type": "string"
}
|