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
  • 22:48, 28 March 2026 Wikilah admin talk contribs created page Module:RawText (Created page with "local p = {} function p.get(frame) -- Get the page name from the template parameter local pageName = frame.args[1] or frame:getParent().args[1] if not pageName or pageName == "" then return "Error: No page name provided." end -- Create a title object for the page local title = mw.title.new(pageName) if not title then return "Error: Invalid page title." end -- Fetch the raw unparsed wikitext local conten...")