Module:SS Coin: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 June 2024

  • curprev 23:0223:02, 7 June 2024Vish talk contribs 2,025 bytes +237 No edit summary
  • curprev 20:4620:46, 7 June 2024Vish talk contribs 1,788 bytes +631 No edit summary
  • curprev 20:3920:39, 7 June 2024Vish talk contribs 1,157 bytes +17 No edit summary
  • curprev 20:3720:37, 7 June 2024Vish talk contribs 1,140 bytes +1,140 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..."