Content deleted Content added
Jackmcbarn (talk | contribs) tweak nowrapping code |
Jackmcbarn (talk | contribs) |
||
Line 23:
return s
end
end
Line 347 ⟶ 332:
args = navboxArgs
local nowraplist = args.nowraplists and require('Module:Nowrap list')._main
for k, v in pairs(args) do
local listnum = string.match(k, '^list(%d+)$')
if listnum then table.insert(listnums, tonumber(listnum)) end
-- preprocess lists in listX, above, and below if nowraplists has been set
if
args[k] =
end
end
|