Toggle menu
15
236
74
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:If in category/sandbox: Revision history

From Kenshi Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 March 2025

  • curprev 03:3103:31, 15 March 2025 Prd talk contribs 581 bytes +581 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..."