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
  • 14:51, 6 August 2024 Vish talk contribs created page Module:NoteTransclude (Created page with "local p = {} local function getNoteContent(page, section, field) local content = mw.title.new(page):getContent() if not content then return "Error: Page not found" end local sectionContent = mw.ustring.match(content, "==" .. section .. "==%s*(.-)%s*==") if not sectionContent then return "Error: Section not found" end local noteContent = mw.ustring.match(sectionContent, "{{Note.-|%s*" .. field .. "%s*=%s*(.-)%s*}}") if no...")