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).
- 00:14, 4 February 2026 Riot Hero talk contribs created page Module:ConceptRelations5 (Created page with "-- Module:ConceptRelations -- Handles contributor blocks and conceptual relationship blocks for Template:Infobox_concept local p = {} -- ======================================== -- UTILITY FUNCTIONS -- ======================================== -- Clean and normalize relationship type strings local function normalizeType(typeStr) if not typeStr then return "" end return typeStr:lower():gsub("%s+", "-"):gsub("[/,]", "-") end -- Smart Link Creation (Fixes Phase 1...")