Template:Logicgate
From #openttdcoop wiki
| {{{name}}} | |
|---|---|
| |
| {{{description}}} | |
| Absolute-Red Dependent | No |
| IO Table | |
|
{{{iotable}}} | |
Template for logic gates
Usage:
{{logicgate|name=Not Gate|image=haz_not.png|description=Not gates inverts the input from red to greed or vice-versa.|iotable=
{|class="wikitable" style="text-align:center;"
!colspan="2"|Input
!Output
|-
!A
!B
!O
|-
|0
|0
|0
|-
|0
|1
|0
|-
|1
|0
|0
|-
|1
|1
|1
|}
}}
</code>
| Not Gate | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
| Not gates inverts the input from red to greed or vice-versa. | ||||||||||
| Absolute-Red Dependent | No | |||||||||
| IO Table | ||||||||||
|
||||||||||

