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).
- 23:42, 21 June 2026 Wikilah admin talk contribs created page Module:ReportedTable (Created page with "local p = {} local DATA_PREFIX, DATA_SUFFIX = "Data:", ".json" local function err(msg) return '<strong class="error">ReportedTable: ' .. mw.text.nowiki(msg) .. '</strong>' end local function get_arg(frame, key) local v = frame.args[key] if v == nil or v == "" then local parent = frame:getParent() if parent then v = parent.args[key] end end if type(v) == "string" then v = mw.text.trim(v) end if v == "" then v = nil end return v end local function load_data(a...")