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).
- 08:14, 19 May 2024 SuitCase talk contribs created page Module:Chapters (Created page with "-- Module:Chapters local p = {} function p.getChaptersList() local listPage = mw.title.new('Template:ChaptersList') if not listPage then return {} end local content = listPage:getContent() if not content then return {} end local chapters = {} for number, title, date, pagecount in string.gmatch(content, "{{Chapter|number=(%d+)|title=([^|]+)|date=([^|]+)|pagecount=(%d+)}}") do table.insert(chapters, {number = tonum...")