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