Main public logs
Appearance
Combined display of all available logs of Ulrapedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:03, 5 June 2026 Mr.Dungeon talk contribs created page Module:Commalink (Created page with "local p = {} function p.link(frame) local input = frame.args[1] or "" if input == "" then return "" end local result = {} for item in string.gmatch(input, "([^,]+)") do item = item:match("^%s*(.-)%s*$") table.insert(result, "" .. item .. "") end return table.concat(result, ", ") end return p")