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(
end
return ret
|