Main public logs
From Eli's Software Encyclopedia
Combined display of all available logs of Eli's Software Encyclopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:45, August 19, 2025 WikiVisor talk contribs created page Module:Utils (Created page with "local M = {} -------------------------------------------------------------------- -- Utility that splits a comma‑separated string and trims spaces -------------------------------------------------------------------- function M.splitAndTrim(raw) local t = {} for part in raw:gmatch("[^,]+") do part = part:match("^%s*(.-)%s*$") if part ~= '' then table.insert(t, part) end end return t end --------------------------------------------------------...")
