Difference between revisions of "Template:Computer files"

From blackwiki
Jump to navigation Jump to search
(Blanked the page)
Line 1: Line 1:
 +
{{Navbox
 +
| name      = Computer files
 +
| title      = [[Computer file]]s
 +
| state      = {{{state|autocollapse}}}
 +
| bodyclass  = hlist
  
 +
|group1 = Types
 +
| list1 =
 +
* [[Binary file]] / [[text file]]
 +
* [[File format]]
 +
** [[List of file formats]]
 +
** [[List of file signatures|File signatures]]
 +
** [[Magic number (programming)|Magic number]]
 +
* [[Metafile]]
 +
* [[Sidecar file]]
 +
* [[Sparse file]]
 +
* [[Swap file]]
 +
* [[System file]]
 +
* [[Temporary file]]
 +
* [[Zero-byte file]]
 +
 +
|group2 = Properties
 +
| list2 =
 +
* [[Filename]]
 +
** [[8.3 filename]]
 +
** [[Long filename]]
 +
** [[Filename mangling]]
 +
* [[Filename extension]]
 +
** [[List of filename extensions]]
 +
* [[File attribute]]
 +
** [[Extended file attributes]]
 +
* [[File size]]
 +
* [[Hidden file and hidden directory|Hidden file / Hidden directory]]
 +
 +
|group3 = Organisation
 +
| list3 =
 +
* [[Directory (computing)|Directory/folder]]
 +
** [[NTFS junction point]]
 +
** [[Temporary folder]]
 +
* [[Directory structure]]
 +
* [[File sequence]]
 +
* [[File system]]
 +
** [[Filesystem Hierarchy Standard]]
 +
* [[Path (computing)|Path]]
 +
 +
|group4 = [[File operation|Operations]]
 +
| list4 =
 +
* [[Open (system call)|Open]]
 +
* [[Close (system call)|Close]]
 +
* [[Read (system call)|Read]]
 +
* [[Write (system call)|Write]]
 +
 +
|group5 = Linking
 +
| list5 =
 +
* [[Alias (Mac OS)|Alias]]
 +
* [[File descriptor]]
 +
* [[Hard link]]
 +
* [[Shadow (OS/2)|Shadow]]
 +
* [[Shortcut (computing)|Shortcut]]
 +
* [[Symbolic link]]
 +
 +
|group6 = Management
 +
| list6 =
 +
* [[File comparison]]
 +
* [[File compression]]
 +
* [[File manager]]
 +
** [[Comparison of file managers]]
 +
* [[File system permissions]]
 +
* [[File transfer]]
 +
** [[File sharing]]
 +
* [[File verification]]
 +
}}<noinclude>{{collapsible option}}
 +
[[Category:Computing navigational boxes]]
 +
</noinclude>

Revision as of 17:02, 7 February 2019

Initial visibility: currently defaults to autocollapse

To set this template's initial visibility, the |state= parameter may be used:

  • |state=collapsed: {{Computer files|state=collapsed}} to show the template collapsed, i.e., hidden apart from its title bar
  • |state=expanded: {{Computer files|state=expanded}} to show the template expanded, i.e., fully visible
  • |state=autocollapse: {{Computer files|state=autocollapse}}
    • shows the template collapsed to the title bar if there is a {{navbar}}, a {{sidebar}}, or some other table on the page with the collapsible attribute
    • shows the template in its expanded state if there are no other collapsible items on the page

If the |state= parameter in the template on this page is not set, the template's initial visibility is taken from the |default= parameter in the Collapsible option template. For the template on this page, that currently evaluates to autocollapse.