Difference between revisions of "Template:Inter-process communication"

From blackwiki
Jump to navigation Jump to search
imported>Dsimic
(Added support for passing "state" parameter to the parent template)
Line 1: Line 1:
 
{{Navbox
 
{{Navbox
|name   = IPC
+
|name     = IPC
|title = [[Inter-process communication]]
+
|title     = [[Inter-process communication]]
 
|listclass = hlist
 
|listclass = hlist
|state = autocollapse
+
|state     = {{{state|autocollapse}}}
|above = [[Data]] exchange among [[Thread (computing)|threads]] in [[computer program]]s
+
|above     = [[Data]] exchange among [[Thread (computing)|threads]] in [[computer program]]s
  
 
|group1 = Methods
 
|group1 = Methods
Line 46: Line 46:
 
* [[SIMPL]]
 
* [[SIMPL]]
 
* [[LINX (IPC)|LINX]]
 
* [[LINX (IPC)|LINX]]
 
+
}}<noinclude>{{documentation|content={{Collapsible option}}}}
}}
+
</noinclude>

Revision as of 09:05, 21 May 2015

Template documentation

Initial visibility: currently defaults to autocollapse

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

  • |state=collapsed: {{Inter-process communication|state=collapsed}} to show the template collapsed, i.e., hidden apart from its title bar
  • |state=expanded: {{Inter-process communication|state=expanded}} to show the template expanded, i.e., fully visible
  • |state=autocollapse: {{Inter-process communication|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.