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).
- 20:37, 7 June 2024 Vish talk contribs created page Module:SS Coin (Created page with "local p = {} function p.getCharacterIDs(frame) local characterName = frame.args[1] -- The character name to search for local data = mw.loadJsonData('JoJo Wiki:SS Medals') local matches = {} -- Iterate through each entry in the data for id, entry in pairs(data) do local characters = entry.character if type(characters) == "table" then -- If characters is a table, check each element for _, name in ipairs(char...")