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).
- 22:25, 3 February 2026 Riot Hero talk contribs created page Module:ConceptRelations3 (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 relationships local has_relations = false for i = 1, 50 do if args['relation_' .. i .. '_target'] then has_relations = true break end end if not has_relations then return '' end -- Relationship type to color mapping...")