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

Module:Portal navigation/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.

23 February 2025

  • curprev 03:2003:20, 23 February 2025 Prd talk contribs 4,926 bytes +4,926 Created page with "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local yesno = require("Module:Yesno") local function converttolinearrgb(c) c = tonumber(c, 16) c = c / 255.0 if c <= 0.03928 then c = c/12.92321 -- Correct constant from sRGB standard else c = ((c+0.055)/1.055) ^ 2.4 end return c end local function luminance(color) -- The text color in the header is automatically chosen based on the best contrast -- https://stackoverflow.c..."