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).
- 23:48, 6 March 2026 Riot Hero talk contribs created page Module:ConceptRelation (Created page with "local p = {} local cargo = mw.ext.cargo local typeCache = nil local domainCache = nil local function norm(s) if not s or s == '' then return '' end return mw.ustring.lower(mw.text.trim(s)) end local function loadTypeCache() if typeCache then return typeCache end typeCache = {} local rows = cargo.query( 'ConceptRelationTypes_v1', 'type_key,label_forward,label_reverse,description,css_class,group_name,directionality,display_order,active', { where = '...")