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

Module: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 February 2025

  • curprev 02:1102:11, 15 February 2025 Prd talk contribs 472 bytes +472 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"