Content deleted Content added
Andy M. Wang (talk | contribs) width 10% attach only to 3rd col |
Restored revision 794628147 by JJMC89 (talk): Rv clueless trail-and-error poking; sorry for any disruption. |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 41:
cell= row:tag('th')
cell:css('width','10%')
if (isnotempty(args['3rdcolunsortable'])) then
cell:addClass('unsortable')
end
cell:wikitext(args['3rdcoltitle'])
end
if (isnotempty(args['4thcoltitle'])) then
cell= row:tag('th')
if (isnotempty(args['4thcolunsortable'])) then
cell:addClass('unsortable')
end
cell:wikitext(args['4thcoltitle'])
end
|