Alex
Created page with "local p = {} local params = require('Module:Paramtest') local commas = require('Module:Addcommas')._add local math = math function p.main(frame) local args = frame:getParent().args local pollQuestion = args.Question local note = args.Note local totalVotes = findTotalVotes(args) local answers = answerList(args) local wrapper = mw.html.create('div'):addClass('pollbox'):addClass('pollquestion'):done() local tbl = mw.html.create('table'):done() tbl:tag('caption')..."