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