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).
- 01:36, 19 February 2025 Prd talk contribs created page Module:ChartColors (Created page with "require('strict') local p = {} local ARG = require "Module:Arguments" local CFCM = require "Module:ComplForColorModules" local TNTT = require "Module:TNTTools" --local SD = require "Module:SimpleDebug" local I18n = 'ChartColors' local function I18nStr (S, ...) return TNTT.GetMsgP (I18n, S, {...}) end --local RS_ColorNameInvalid = 'El nom del color (%s) no és vàlid (ha de ser Categ20 o Plotter)' --local RS_ColorNumInvalid = 'El nombre de colors hauria d’estar ent...")