Template:Truth table auto: Difference between revisions
Appearance
No edit summary |
fix empty space above table |
||
Line 65: | Line 65: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude><includeonly>{{#invoke:LogicUtils|truth_table_auto}}</includeonly> | ||
<includeonly>{{#invoke:LogicUtils|truth_table_auto}}</includeonly> |
Revision as of 22:56, 8 September 2025
Renders a truth table with any number of inputs and outputs
Parameter | Description | Type | Status | |
---|---|---|---|---|
caption | caption | Title to show above the table | Line | optional |
inputs | inputs | Number of inputs or list of input names
| Line | required |
outputs | outputs | Number of outputs or list of output names
| Line | required |
expr1 | expr1 | Expression for output #1
| Line | optional |
expr2 | expr2 | Expression for output #2
| Line | optional |
expr3 | expr3 | Expression for output #3
| Line | optional |
expr4 | expr4 | Expression for output #4
| Line | optional |
expr5 | expr5 | Expression for output #5
| Line | optional |
expr6 | expr6 | Expression for output #6
| Line | optional |