Main public logs

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

Logs
  • 20:45, 19 June 2026 Wikilah admin talk contribs created page Module:TestJSON (Created page with "local p = {} function p.test() local title = mw.title.new('Data:Test.json') local content = title:getContent() if not content then return "Could not find page." end local data = mw.text.jsonDecode(content) return "Success! The company is " .. data.company .. " and the price is " .. data.price end return p")