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:20, 3 February 2026 Riot Hero talk contribs created page Module:ConceptRelations2 (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') for i=1,50 do local target=args["relation_"..i.."_target"] if not target then break end local raw=args["relation_"..i.."_type"] or "Related to" local direction=args["relation_"..i.."_direction"] local content=args["relation_"..i.."_content"] or "" local icons=...")