Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Pokemon Revolution Online Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:06, 5 March 2026 Cae talk contribs created page Module:LearnsetsDataTest (Created page with "local p = {} local TARGET_URL = "https://wiki.pokemonrevolution.net/data/Learnsets.json" local function tryExternalDataJson() local ok, data, errors = pcall(function() return mw.ext.externalData.getExternalData{ url = TARGET_URL, format = "json" } end) if not ok then return { method = "ExternalData (format=json)", success = false, message = "Lua error: " .. tostring(data)...")