Content deleted Content added
debug |
debug |
||
Line 47:
for i=1,#desc do
local d = desc[i]
local c = string.lower(d[1])
ret:tag('tr')
:tag('td'):wikitext(c):done()
:tag('td'):wikitext(d[2]):done()
:tag('td'):wikitext(CC_backgrounds[c]):done()
end
return ret
|