Main public logs
More actions
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:38, 20 February 2025 Prd talk contribs created page Module:R from fictional object multi (Created page with "require("strict") local p = {} local resolveRedir = require("Module:Resolve category redirect").rtarget --Local function which creates the relevent category, either with or without a sort key. -- local function createCategory(categoryScheme, name, sortKey) local category = name .. " " .. categoryScheme category = resolveRedir(category) if (sortKey) then category = category .. "|" .. sortKey end return "Category:" .. category .. "" end --[[ Local fun...")