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).
- 05:33, 19 February 2025 Prd talk contribs created page Module:For related page (Created page with "local mFor = require('Module:For') local mArguments = require('Module:Arguments') local p = {} function p.forFoo (frame) local args = mArguments.getArgs(frame, {parentOnly = true} ) local forargs = {frame.args.what} if args[1] and (args[1] or '' ~= '') then for i, v in ipairs(args) do if (v or '' ~= '') then table.insert(forargs, args[i]) end end else local target local title = mw.title.getCurrentTitle().text local titles = { mw.ustring.lower(mw....")