All public logs

Jump to navigation Jump to search

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

Logs
  • 15:22, 6 August 2024 Vish talk contribs created page Module:ExtractSection (Created page with "local p = {} -- Helper function to extract content under a specific section header function p.extractSection(content, header) -- Define the pattern to find the section header local startPattern = mw.ustring.gsub(header, "=", "%%=") -- Find the start of the specified header local sectionStart, sectionEnd = mw.ustring.find(content, startPattern) -- If the section is not found, return nil if not sectionStart then return nil end -- Fi...")