Toggle menu
9
205
64
18.8K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Domino Unicode: 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.

22 February 2025

  • curprev 21:5921:59, 22 February 2025 Prd talk contribs 799 bytes +799 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..."