Module:Sandbox/Ypnypn/Article rating

Revision as of 14:32, 18 March 2013 by imported>Ypnypn
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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