Content deleted Content added
defined check already in add_category |
move count to after new note |
||
Line 540:
}
end
local note_count = #collapsed▼
if yesno(args['image-needed'], true) then
local image_needed_args = require('Module:WikiProject banner/auxiliary' .. (sandbox or '')).image_needed(args, pagetype)
render_note(image_needed_args)
end
▲local note_count = #collapsed
if args.HOOK_NOTE then
table.insert(collapsed, args.HOOK_NOTE)
|