Module:ColPollTable: Difference between revisions

Content deleted Content added
working on self documentation, probably has bugs
No edit summary
Line 47:
for i=1,#desc do
local d = desc[i]
local c = d[1]
ret:tag('tr')
:tag('td'):wikitext(d[1]c):done()
:tag('td'):wikitext(d[2]):done()
:tag('td'):css(CC_backgrounds[d[1]c]):done()
end
return ret