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).
- 03:08, 23 February 2025 Prd talk contribs created page Module:Navigation header (Created page with "local p = {} local standardIcons = require('Module:Standard icons') local shortcut = require('Module:Shortcut') local function getIcon(key) local iconTable = standardIcons.getIconTable() return iconTable[key] or key end function p._main(args) local icon = {} local label = {} local itemType = {} do local i = 1 while args["icon" .. i] or args["type" .. i] or args["label" .. i] do icon[i] = args["icon" .. i] or getIcon(args["type" .. i]) label[i] = args...")