Content deleted Content added
Andy M. Wang (talk | contribs) widths looks strange... |
Andy M. Wang (talk | contribs) rm width? |
||
Line 40:
if (isnotempty(args['3rdcoltitle'])) then
cell= row:tag('th')
--cell:css('width','10%')
cell:wikitext(args['3rdcoltitle'])
end
if (isnotempty(args['4thcoltitle'])) then
cell= row:tag('th')
--cell:css('width','10%')
cell:wikitext(args['4thcoltitle'])
end
|