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
  • 21:59, 22 February 2025 Prd talk contribs created page Module:Domino Unicode (Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} local hStart = tonumber('0x1f030'); local vStart = hStart + 50; local function output(direction, num1, num2) direction = string.lower(direction); num1 = tonumber(num1); num2 = tonumber(num2); local start = hStart; if direction == 'h' or direction == 'horizontal' then start = hStart; elseif direction == 'v' or direction == 'vertical' then start = vStart; else return ''; end local char...")