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:52, 6 January 2026 Riot Hero talk contribs created page Module:ConceptNavbox (Created page with "-- Module:ConceptNavbox -- Minimal pattern: store groups in Module:ConceptNavbox/data and render via Module:Navbox local p = {} function p.main(frame) local args = frame:getParent() and frame:getParent().args or frame.args local state = args.state or "collapsed" local title = args.title or "Psychoanalytic concepts" local data = mw.loadData("Module:ConceptNavbox/data") -- a Lua table you maintain local nav = { name = "ConceptNavbox", title = title,...")