All public logs

Combined display of all available logs of Candypedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:15, 23 May 2024 NeonWabbit talk contribs created page Module:BCIChapters (Created page with "-- Module:BCIChapters local p = {} function p.urlDecode(str) str = string.gsub(str, '%%(%x%x)', function(x) return string.char(tonumber(x, 16)) end) return str end function p.normalizeApostrophes(str) str = string.gsub(str, "’", "'") str = string.gsub(str, "'", "'") str = string.gsub(str, "%%27", "'") return str end function p.getChaptersList() local listPage = mw.title.new('Template:BCIChapterList') if not listPage then r...")