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
  • 22:26, 3 February 2026 Riot Hero talk contribs created page Module:TheoristEngagements (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs function p.main(frame) local args = getArgs(frame) local root = mw.html.create('div') -- Check if there are any theorist engagements local has_theorists = false for i = 1, 20 do if args['theorist_' .. i .. '_name'] then has_theorists = true break end end if not has_theorists then return '' end -- Role type to color mapping (simil...")