Main public logs
More actions
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).
- 03:19, 23 February 2025 Prd talk contribs created page Module:Portal navigation (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...")