All public logs
Combined display of all available logs of Psalms: Layer by Layer. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:17, 20 May 2025 Elizabeth.Robar talk contribs created page Module:TestOverlay (Created page with "-- Refactor plan for renderOverlayTableSection -- Break into clear functional blocks to improve maintainability and readability -- Add these helper functions at top-level scope (outside renderOverlayTableSection) local function parseJSONField(frame, fieldName, default) local raw = unescapeNewlines(frame.args[fieldName] or default or "") raw = raw:gsub("%[%[SMW::off%]%]", ""):gsub("%[%[SMW::on%]%]", "") local ok, result = pcall(mw.text.jsonDecode, raw) return ok and...")