Module:ColPollTable: Difference between revisions

Content deleted Content added
debug
debug
Line 48:
local d = desc[i]
local c = string.lower(d[1])
local s = CC_backgrounds[c]
ret:tag('tr')
:tag('td'):wikitext(c):done()
:tag('td'):wikitext(d[2]):done()
:tag('td'):css(CC_backgrounds'background-color', s[c'background-color']):done()
end
return ret