Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
No edit summary
fix HOOK_NESTED
Line 611:
local nested_tf_str
if #nested_tf>0 then
nested_tf_str = ' (' .. table.concat(nested_tf, ', ') .. ')'
else
nested_tf_str = ''
end
if args.HOOK_NESTED then
nested_tf_str = nested_tf_str .. ', ' .. args.HOOK_NESTED
end
nested_tf_str = nested_tf_str .. ')'
local nested_ratings_str = #nested_ratings>0 and table.concat(nested_ratings, ' ') or ''
if args.HOOK_NESTED_ASSESS then