Main public logs
More actions
Combined display of all available logs of Obby Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:12, 11 October 2025 Wlft talk contribs created page Module:RobloxBadges (Created page with "local p = {} local ED = mw.ext.externalData local html = mw.html local function fetch_json(url) local data, errs = ED.getExternalData{ url = url } if errs and #errs > 0 then return nil, table.concat(errs, "; ") end if not data or not data.__json then return nil, "no JSON" end return data.__json, nil end local function gather_badges(universe_id) local all = {} local cursor = nil local tries = 0 repeat tries = tries + 1 local url = string.format( "h...")