Jump to content

Module:AWBVersions

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Reedy (talk | contribs) at 08:11, 1 July 2016 (WIP: JSON -> LUA). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {}

function p.main( frame )
    local version = mw.title.makeTitle( 'Wikipedia', 'AutoWikiBrowser/CheckPage/VersionJSON' )
    return mw.text.jsonDecode( version.getContent() ).toString()
end

return p