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:14, 1 July 2016 (other outputting). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {}

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

return p