Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:15, 18 May 2026 Sware talk contribs created page Module:languages/bySortkeyModule (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(...")