Toggle menu
15
236
74
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:Unicode data/age/make: 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.

8 March 2025

21 February 2025

19 February 2025

  • curprev 05:2805:28, 19 February 2025 Prd talk contribs 2,290 bytes +2,290 Created page with "local p = {} function p.main(frame) local page = frame.args[1] or "User:Erutuon/Unicode/DerivedAge.txt" local text = assert(mw.title.new(page):getContent()) local singles, ranges = {}, {} for code_point1, code_point2, age in text:gmatch("%f[^\n%z](%x+)%.?%.?(%x*)%s*;%s*([%d.]+)") do code_point1, code_point2 = tonumber(code_point1, 16), tonumber(code_point2, 16) local last_range = ranges[#ranges] if last_range and last_range[2] == code_point1 - 1 and last_range..."