Main public logs
Appearance
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".
- 10:26, 19 June 2023 Joe Roe talk contribs created page Module:NPP backlog (←Created page with 'local p = {}; local data = mw.loadJsonData("Wikipedia:New pages patrol/Backlog chart/daily") local backlog = { } for k,v in ipairs(data) do backlog[v["date"]] = v["value"] end function p.articles(frame) local date_arg = frame.args[1] return backlog[date_arg] end return p')