Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Navcards: 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.

4 May 2025

  • curprev 21:5221:52, 4 May 2025 Prd talk contribs 4,818 bytes +4,818 Created page with "local p = {} local args = {} local origArgs = {} local root local function getArgNums(prefix) local nums = {} for k, v in pairs(args) do local num = tostring(k):match('^' .. prefix .. '([1-9]%d*)$') if num then table.insert(nums, tonumber(num)) end end table.sort(nums) return nums end local function addRow(rowArgs, content) content :tag('div') :addClass('nav-card') :tag('div') :addClass((rowArgs.active == 'true' and 'nav-card__active ' or '') .. 'nav..."