Module:languages/bySortkeyModule: Revision history

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.

18 May 2026

  • curprev 08:1508:15, 18 May 2026 Sware talk contribs 543 bytes +543 Created page with "return function(sortkeyModule) local langs = {} for code, data in pairs(require("Module:languages/data/all")) do if data.sort_key == sortkeyModule then langs[code] = data elseif type(data.sort_key) == "table" then for script, sortkey_data in pairs(data.sort_key) do if sortkey_data == sortkeyModule then langs[code] = data end end end end local result = {} local i = 0 for code, data in pairs(langs) do i = i + 1 result[i] = require(..."