Main public logs

Jump to navigation Jump to search

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

Logs
  • 04:54, 22 January 2026 Riot Hero talk contribs created page Module:PsychoanalyticOrganization (Created page with "-- Module:PsychoanalyticOrganization -- Lua-backed infobox for psychoanalytic institutions local p = {} -- Utility: check if any arguments are non-empty local function any(args, keys) for _, k in ipairs(keys) do if args[k] and mw.text.trim(args[k]) ~= "" then return true end end return false end -- Utility: render a label/data row local function row(label, value) if not value or mw.text.trim(value) == "" then return "" end return string.format("|-\n! %s...")