Content deleted Content added
Andy M. Wang (talk | contribs) width 10% attach only to 3rd col |
Changes |
||
Line 8:
local args = (frame.args[1] ~= nil) and frame.args or frame:getParent().args
local cols
if isnotempty(args['
cols =
end
Line 38 ⟶ 36:
cell:addClass('unsortable')
cell:wikitext('Destinations')
if (isnotempty(args['
cell= row:tag('th')
cell:css('width','10%')
cell:
▲ cell:wikitext(args['4thcoltitle'])
end
-- loop over rows
|