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
  • 13:29, 12 November 2024 NeonWabbit talk contribs created page Module:Citation/CS1/BCB chapter (Created page with "local p = {} local mw = require('mw') -- Function to parse chapter data from a specified page function p.getChapterData() local title = mw.title.new('Template:ChapterList') if not title or not title.exists then return {} end local content = title:getContent() local chapter_data = {} -- Parse the content for chapter entries for number, title, pagecount in content:gmatch('{{Chapter|number=([^|]+)|title=([^|]+)|date=[^|]+|pagecount=(%d...")