Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
pass pagetype
fix category2
Line 470:
local sort = note_args.sort_prefix and note_args.sort_prefix .. current_title.text
add_category(note_args.category, sort)
end
if note_args.category2 and note_args.category2~='none' then
add_category(note_args.category2, sort)
end