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(
:tag('td'):wikitext(d[2]):done()
:tag('td'):css(CC_backgrounds[
end
return ret
|