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).
- 04:08, 8 March 2025 Prd talk contribs created page Module:Demo/sandbox (Created page with "local p = {} local yn = require('Module:Yesno') local getArgs = require('Module:Arguments').getArgs -- simple module that takes in an input and displays the input and output of a wikitext -- helper function which gets all the locations of all the matches of a ustring function p._getAllMatchIndices(text, pattern) local output = {} local i = 0 while i ~= nil do i = mw.ustring.find(text, pattern, i + 1) if i ~= nil then table.insert(output, i) end end return output...")