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

Module:Decimal-align: 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 06:1406:14, 23 February 2025 Prd talk contribs 1,601 bytes +1,601 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..."