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).
- 20:51, 31 January 2026 Riot Hero talk contribs created page Module:ThinkerRelations3 (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') -- 1. Check for relations local has_relations = false for i = 1, 5 do -- Quick check first few if args['relation_' .. i .. '_target'] then has_relations = true break end end if not has_relations then return '' end -- 2. Section Header root:t...")