Module:SS Medals
From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 20:10, 2 June 2024 by Morganstedmanms (talk | contribs)
Documentation for this module may be created at Module:SS Medals/doc
local p = {}
function p.getJsonData()
return mw.ext.data.get("JoJo Wiki:SS Medals")
end
function p.getTitle(jsonData, id)
-- Parse JSON data
local data = mw.text.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
return p
- Manga ▾
- Media ▾
- Characters ▾
- World ▾
- Archives ▾
- Misc ▾
- Wiki ▾
Retrieved from "http://jojowiki.com/index.php?title=Module:SS_Medals&oldid=967111"