Content deleted Content added
non-negative triggers accepted as true |
include todo list |
||
Line 562:
if args.HOOK_BOTTOM then
table.insert(rows, args.HOOK_BOTTOM)
end
if args then
local todo_list = require('Module:WikiProject banner/auxiliary' .. (sandbox or '')).b_todo_list(args)
table.insert(rows, todo_list)
end
if args.BOTTOM_TEXT then
|