Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
correctly spelled class, from parent module
expand
Line 609:
-- Make banner ------------
---------------------------
local nested_tf_str
if #nested_tf>0 then
nested_tf_str = ' / ' .. table.concat(nested_tf, ' / ')
else
nested_tf_str = ''
end
local nested_tf_str = #nested_tf>0 and ' / ' .. table.concat(nested_tf, ' / ') or ''
if args.HOOK_NESTED then