Jump to content

Module:User:Daniel Carrero

From Wiktionary, the free dictionary


local export = {}

function export.vote_timeline (frame)

    local args = frame.args

    return frame.args[1]

end

return export