Combined display of all available logs of Kenshi Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:52, 4 May 2025 Prd talk contribs created page Module:Navcards (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...")