Module:Infobox3cols: Revision history

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.

7 October 2024

  • curprev 04:5704:57, 7 October 2024>Aeliren 16,860 bytes +16,860 Created page with "-- -- This module implements {{Infobox3cols}} -- -- The initial version was created by modifying Module:Infobox -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function union(t1, t2) -- Returns the union of the values of two tables, as a sequence. local vals = {} for k, v in pairs(t1) do vals[v] = true end for k, v in pairs(t2) do vals[v] = true end local..."