Combined display of all available logs of Teriock. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:39, 18 January 2025 Gpe talk contribs created page Module:Sort (Created page with "local p = {} function p.parse(frame) local input = frame.args[1] or "" local items = {} for item in string.gmatch(input, "([^,]+)") do table.insert(items, item:match("^%s*(.-)%s*$")) -- Trim whitespace end table.sort(items) return frame:preprocess(table.concat(items, ", ")) end")