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).
- 22:03, 19 February 2025 Prd talk contribs created page Module:If in category (Created page with "local p = {} local TableTools = require('Module:TableTools') function p.main(frame) local getArgs = require('Module:Arguments').getArgs local args = getArgs(frame) return p._main(args) end function p._main(args) -- create a title object local page = mw.title.new((args.page or '')) or mw.title.getCurrentTitle() if TableTools.inArray(page.categories, string.gsub( args[1], '^[Cc]ategory:', '' )) then if not args[3] then -- if we are are not given anything to re...")