Module:BCIChapters: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

27 May 2024

25 May 2024

23 May 2024

  • curprev 15:4215:42, 23 May 2024NeonWabbit talk contribs 6,832 bytes 0 No edit summary
  • curprev 15:2215:22, 23 May 2024NeonWabbit talk contribs 6,832 bytes +4 No edit summary
  • curprev 15:1515:15, 23 May 2024NeonWabbit talk contribs 6,828 bytes +6,828 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..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)