All public logs

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

Logs
  • 12:18, 7 August 2025 Formula talk contribs created page Module:TestWikidataFetch (Created page with "local p = {} function p.getChampionLabel(frame) local qid = frame.args[1] or "Q500263" local url = "https://www.wikidata.org/wiki/Special:EntityData/" .. qid .. ".json" local success, response = pcall(mw.http.fetch, url) if not success or response.status ~= 200 then return "Failed to fetch" end local data = mw.text.jsonDecode(response.body) if not data or not data.entities or not data.entities[qid] then return "Bad data" end local champClaim = data.entit...")