Content deleted Content added
Andy M. Wang (talk | contribs) add 4thcoltitle (?) |
Andy M. Wang (talk | contribs) oops |
||
Line 8:
local args = (frame.args[1] ~= nil) and frame.args or frame:getParent().args
local cols
if
cols = 4
elseif isnotempty(args['3rdcoltitle']) ▲ cols = 3
end
|