All public logs

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
  • 09:46, 1 May 2023 Vish talk contribs created page Module:InfoboxExtractor (Created page with "local p = {} function p.extract(frame) local pageTitle = frame.args[1] if not pageTitle then return "Error: Please provide a page title." end local page = mw.title.new(pageTitle) if not page or not page.exists then return "Error: Page not found." end local wikitext = page:getContent() local infobox = string.match(wikitext, "{{Infobox[^}]+}}") if not infobox then return "Error: Infobox not found." end...")