Jump to content

Main public logs

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

Logs
  • 20:03, 11 January 2026 Wouter talk contribs created page Module:PickRow (Created page with "local p = {} local column = 0 function p.pick_row(tab, args) if args.column > 0 then column = args.column end for _, row in ipairs(tab.data) do if row[column] ~= args.filter then for c, _ in ipairs(row) do row[c] = 0 end end end return tab end return p")