Difference between revisions of "Template:Digital electronics"

From blackwiki
Jump to navigation Jump to search
imported>Trotting cove
imported>NSH002
(tidy up, fix duplicate argument error)
Line 1: Line 1:
{{ navbox
+
{{Navbox
| name   = Digital systems
+
| name = Digital systems
| title = [[Digital data|Digital]] systems
+
| title = [[Digital data|Digital]] systems
|listclass = hlist
+
| state = {{{state|}}}
 +
| listclass = hlist
  
| group1 = Components
+
| group1 = Components
| list1 =
+
| list1 =
*[[Combinational logic]]
+
* [[Combinational logic]]
*[[Digital electronics|Digital circuit]]
+
* [[Digital electronics|Digital circuit]]
*[[Integrated circuit]] (IC)
+
* [[Integrated circuit]] (IC)
*[[Logic gate]]
+
* [[Logic gate]]
*[[Sequential logic]]
+
* [[Sequential logic]]
  
| group2 = Theory
+
| group2 = Theory
| list2 =
+
| list2 =
*[[Boolean algebra]]
+
* [[Boolean algebra]]
*[[Computer architecture]]
+
* [[Computer architecture]]
*[[Digital signal processing]]
+
* [[Digital signal processing]]
*[[Logic synthesis]]
+
* [[Logic synthesis]]
  
| group3 = Applications
+
| group3 = Applications
| list3 =
+
| list3 =
*[[Digital audio]]
+
* [[Digital audio]]
*[[Digital photography]]
+
* [[Digital photography]]
*[[Digital video]]
+
* [[Digital video]]
*[[Electronic literature]]
+
* [[Electronic literature]]
 
 
| group3 = Related
 
| list3  =
 
*[[Logic synthesis]]
 
*[[Register-transfer level]]
 
*[[Formal equivalence checking]]
 
*[[Synchronous circuit|Synchronous]] and [[Asynchronous circuit]]
 
*[[Finite-state machine]]
 
  
 +
| group4 = Related
 +
| list4 =
 +
* [[Logic synthesis]]
 +
* [[Register-transfer level]]
 +
* [[Formal equivalence checking]]
 +
* [[Synchronous circuit|Synchronous]] and [[Asynchronous circuit]]
 +
* [[Finite-state machine]]
  
 
}}<noinclude>
 
}}<noinclude>
 +
{{collapsible option}}
 
[[Category:Electronics templates]]
 
[[Category:Electronics templates]]
[[Category:Digital systems|*]]
 
 
 
</noinclude>
 
</noinclude>

Revision as of 05:15, 13 May 2015

Initial visibility: currently defaults to autocollapse

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

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