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:06, 3 February 2026 Riot Hero talk contribs created page Module:ConceptRelations (Created page with "-- Module:ConceptRelations -- Generates structured relationship blocks between psychoanalytic concepts 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 relations defined local has_relations = false for i = 1, 50 do if args['relation_' .. i .. '_target'] then has_relations = true break...")