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).
- 06:14, 23 February 2025 Prd talk contribs created page Module:Decimal-align (Created page with "--Align numbers in table cells on the decimal point local p = {} function p.main(frame) local input_string_raw = frame.args[1] string = frame:preprocess( input_string_raw ) local left_percent_default = tonumber(frame.args['left']) local left_percents = {} left_percents[1] = tonumber(frame.args['left1']) left_percents[2] = tonumber(frame.args['left2']) left_percents[3] = tonumber(frame.args['left3']) left_percents[4] = tonumber(frame.args['left4']) left_percen...")