Jump to content

Main public logs

This is a combined display of all logs except the patrol, review, tag and thanks logs:

Who performed the action – enter their name without prefix under "Performer".
The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
User logs
  • 15:26, 15 February 2025 Nux talk contribs created page Module:Sandbox/Nux (Created page with 'local p = {} function p.parseEnumParams(frame) local args = frame:getParent().args local result = {} local i = 1 while args["label" .. i] and args["value" .. i] and args["color" .. i] do table.insert(result, { label = mw.ustring.gsub(args["label" .. i] or "", "vv", "$v"), value = tonumber(args["value" .. i]) or 0, color = args["color" .. i] or "" }) i = i + 1 end...')