imported>Ypnypn
No edit summary
 
(No difference)

Latest revision as of 14:32, 18 March 2013

Documentation for this module may be created at Module:Sandbox/Ypnypn/Article rating/doc

local p = {}

function p.rating(frame)
    local article = frame.args[1]
    local talkPage = mw.title.makeTitle('Talk', article)
    return talkPage.getContent()
end

return p