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).
- 17:49, 3 June 2025 Elizabeth.Robar talk contribs created page Module:PsalmTable-bug (Created page with "local vc = require('Module:VerseCalculations') local p = {} local DEBUG local debugLog = {} local includeColors = true local groupEnglish = true local clusterCBC = true -- Fixes \n from SMW being passed as literal text local function unescapeNewlines(s) return s:gsub("\\n", "\n") end local function normalizeV(verse) -- Ensure the input is a string if type(verse) ~= "string" or verse == "" then return -1 end -- Extract base number and optiona...")