Module:Navbox with columns: Revision history

From Playing Dangerous

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.

22 January 2026

31 May 2025

  • curprev 23:2723:27, 31 May 2025 miraheze>BluePenguin6 8,274 bytes +8,274 Created page with "-- Imported from: https://en.wikipedia.org/wiki/Module:Navbox_with_columns require('strict') local p = {} local parentCfg = mw.loadData('Module:Navbox/configuration') local thisCfg = mw.loadData('Module:Navbox with columns/configuration') local cfg = {} for k, v in pairs(thisCfg) do if type(v) == 'table' then cfg[k] = {} if type(parentCfg[k]) == 'table' then for kk, vv in pairs(parentCfg[k]) do cfg[k][kk] = vv end end for kk, vv in pairs(v) do cfg[k][kk] = v..."