Toggle menu
15
236
80
27.8K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:2-ary truth table: Revision history

From Kenshi Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 February 2025

  • curprev 07:0807:08, 19 February 2025 Prd talk contribs 2,068 bytes +2,068 Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame) -- table_headings includes the headings and the class for the heading local table_headings = { {frame:extensionTag("math",args['A'] or 'A',{}), ''}, {frame:extensionTag("math",args['B'] or 'B',{}), ''} } -- truth_table is the transpose of the rendered table local truth_table = { {false, false, true, true}, {false, true, false, true} } -- thick_border marks which..."