Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

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).

Logs
  • 01:12, 11 March 2025 Prd talk contribs created page Module:Color/sandbox (Created page with "-- Introduction: https://colorspace.r-forge.r-project.org/articles/color_spaces.html local p = {} local function isEmpty(value) return value == nil or value == '' end local function isNotEmpty(value) return value ~= nil and value ~= '' end local function argDefault(value, default) if (value == nil or value == '') then return default else return value end end local function numArgDefault(value, default) if (value == nil or value == '') then return default...")