Module:Poll: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

16 October 2024

  • curprev 00:2900:29, 16 October 2024Alex talk contribs 3,131 bytes +3,131 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')..."