Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
sandbox
add space before HOOK_NESTED
Line 566:
local nested_tf_str = #nested_tf>0 and ' / ' .. table.concat(nested_tf, ' / ') or ''
if args.HOOK_NESTED then
nested_tf_str = nested_tf_str .. ' ' .. args.HOOK_NESTED
end
local nested_ratings_str = #nested_ratings>0 and '(Rated ' .. table.concat(nested_ratings, ', ') .. ')' or ''