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).
- 02:11, 15 February 2025 Prd talk contribs created page Module:Sandbox (Created page with "--[[ Please do not edit this page. This page serves as a root for the sandbox. The following below is some starter code that you may use to get started with module writing and testing. Please feel free to take this to get started on your module. Remember to remove this top notice when copying and pasting from here to your module sandbox. ]]-- local p = {} p.main = function(frame) local args = frame.args local out = '' -- some code here return out end return p")