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).
- 13:26, 23 January 2026 Riot Hero talk contribs created page Module:PortalList (Created page with "local p = {} -- Renders a list of wiki links as <li> elements -- Usage: {{#invoke:PortalList|render|module=PortalConcepts|key=registers}} function p.render(frame) local args = frame.args local moduleName = args.module local key = args.key if not moduleName or not key then return "<!-- PortalList error: module and key required -->" end local ok, data = pcall(require, "Module:" .. moduleName) if not ok or type(data) ~= "table" then return "<!-- PortalList er...")