Difference between revisions of "Template:ALUSidebar/ALUComponentsSidebar"

From blackwiki
Jump to navigation Jump to search
blackwiki>Alexander Davronov
blackwiki>Alexander Davronov
Line 14: Line 14:
 
  | heading1 =
 
  | heading1 =
 
  | content1 = {{Collapsible list
 
  | content1 = {{Collapsible list
  | expand =
+
  | expand   = {{#switch: {{{expand|}}} | Adder = true | All = true }}
 
  | framestyle =  
 
  | framestyle =  
 
  | title = Adder (+)  
 
  | title = Adder (+)  
Line 38: Line 38:
 
  | heading2 =  
 
  | heading2 =  
 
  | content2 = {{Collapsible list
 
  | content2 = {{Collapsible list
  | expand =
+
  | expand   = {{#switch: {{{expand|}}} | AdderSubstractor = true | All = true }}
 
  | framestyle =  
 
  | framestyle =  
 
  | title      = Adder–subtractor (±)
 
  | title      = Adder–subtractor (±)
Line 53: Line 53:
 
  | heading3 =  
 
  | heading3 =  
 
  | content3 = {{Collapsible list
 
  | content3 = {{Collapsible list
  | expand =
+
  | expand   = {{#switch: {{{expand|}}} | Substractor = true | All = true }}
 
  | framestyle =  
 
  | framestyle =  
 
  | title = Subtractor (−)
 
  | title = Subtractor (−)
Line 70: Line 70:
 
  | heading4 =  
 
  | heading4 =  
 
  | content4 = {{Collapsible list
 
  | content4 = {{Collapsible list
  | expand =
+
  | expand   = {{#switch: {{{expand|}}} | Multplier = true | All = true }}
 
  | framestyle =  
 
  | framestyle =  
 
  | title = Multplier (×)
 
  | title = Multplier (×)
Line 90: Line 90:
 
  | heading5 =  
 
  | heading5 =  
 
  | content5 = {{Collapsible list
 
  | content5 = {{Collapsible list
  | expand =
+
  | expand   = {{#switch: {{{expand|}}} | Divider = true | All = true }}
 
  | framestyle =  
 
  | framestyle =  
 
  | title = Divider (÷)
 
  | title = Divider (÷)
Line 107: Line 107:
 
  | heading6 =  
 
  | heading6 =  
 
  | content6 = {{Collapsible list
 
  | content6 = {{Collapsible list
  | expand =
+
  | expand   = {{#switch: {{{expand|}}} | Bitwise = true | All = true }}
 
  | framestyle =  
 
  | framestyle =  
 
  | title = Bitwise ops (0b00)
 
  | title = Bitwise ops (0b00)
Line 127: Line 127:
 
  | heading35 =  
 
  | heading35 =  
 
  | content35 = {{Collapsible list
 
  | content35 = {{Collapsible list
  | expand =
+
  | expand   = {{#switch: {{{expand|}}} | SeeAlso = true | All = true }}
 
  | framestyle =  
 
  | framestyle =  
 
  | title = See also
 
  | title = See also
Line 142: Line 142:
  
 
}}<!-- Components Sidebar END  -->
 
}}<!-- Components Sidebar END  -->
<noinclude>= See also =
+
<noinclude>{{documentation}}</noinclude>
* {{tl|ALUSidebar}} - Parent sidebar
 
* {{tl|CPU technologies}}
 
* {{tl|Basic computer components}}</noinclude>
 

Revision as of 09:38, 3 June 2019

50px Template documentation[view] [edit] [history] [purge]

This is a sub template of the {{ALUSidebar}} template. It is intended to be embedded within other templates.

Parameters

Expand

|expand=All
|expand=Adder
|expand=AdderSubtractor
|expand=Subtractor
|expand=Multplier
|expand=Divider
|expand=Bitwise
|expand=SeeAlso

Specify which section to expand. To expand all use:

{{ALUSidebar/ALUComponentsSidebar|expand=All}}

See also