Module:Navbox/sandbox: Difference between revisions

Content deleted Content added
Yup, still working on this
This if statement isn't needed as p._navbox does the same test.
Line 58:
end
end
ifreturn hasSubArgs thenand p._navbox(subArgs) or listText
if subArgs.type == cfg.keyword.with_collapsible_groups then
return p._withCollapsibleGroups(subArgs)
elseif subArgs.type == cfg.keyword.with_columns then
return p._withColumns(subArgs)
end
return p._navbox(subArgs)
end
return listText
end