Content deleted Content added
Artoria2e5 (talk | contribs) m Missed a few lclz's from zhwiki |
Julialturner (talk | contribs) adding code to fix footer tag issues |
||
Line 1,601:
:wikitext(text)
:done() --end td
:tag('tr')
:tag('td')
:attr('colspan', '4')
:css('text-align', 'center')
:css('font-size','x-small')
:css('background-color', rowBGcolor)
:tag('table')
:css('padding', '0')
Line 1,627 ⟶ 1,633:
root:done() --end root table
end
--this code isn't used was hoping could do some generalization of rows
|