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
  • 20:06, 2 June 2024 Morganstedmanms talk contribs created page Module:SS Medals (Created page with "-- Module:JoJoWiki local p = {} local json = require("json") function p.getTitle(id) -- Load JSON data from the page "JoJo Wiki:SS Medals" local jsonData = mw.title.new("JoJo Wiki:SS Medals"):getContent() -- Parse JSON data local data = json.decode(jsonData) -- Search for the entry with the given ID for _, entry in ipairs(data) do if entry.id == id then return entry.title end end return nil end...")