Content deleted Content added
Andy M. Wang (talk | contribs) rm width? |
Andy M. Wang (talk | contribs) width 10% attach only to 3rd col |
||
Line 40:
if (isnotempty(args['3rdcoltitle'])) then
cell= row:tag('th')
cell:wikitext(args['3rdcoltitle'])
end
if (isnotempty(args['4thcoltitle'])) then
cell= row:tag('th')
cell:wikitext(args['4thcoltitle'])
end
|