Module:Sandbox/Ypnypn/Review

This is an old revision of this page, as edited by Ypnypn (talk | contribs) at 21:58, 10 November 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {}

function p.review(frame)
	page = frame.args('page')
	article = mw.title.new(page,'')
        content = title.getContent()
        return content

end

return p