Jump to content

Main public logs

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

Logs
  • 01:02, 9 January 2025 Jord talk contribs created page Module:WantedPagesCount (Created page with "local mw = require("mw") local http = require("mw.http") local api_url = "https://nusadia.org/w/api.php?action=query&list=allpages&apnamespace=0&apfilterredir=nonredirects&format=json" local function getWantedPagesCount() local response = http.get(api_url) if not response then return "Error: Unable to fetch data." end local data = mw.text.jsonDecode(response) if not data or not data.query or not data.query.allpages then return "Erro...")