Module:Sandbox/B2project/NHL Standings: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 580:
-- Stack footer or not
local stack_footer_val = firstnonblank(frame:getParent().args[.stack_footer], Args[frame.args.stack_footer]) or 'no'
local footer_break = false
if yesno(stack_footer_val) then footer_break = true end