Module:MLB standings: Difference between revisions

Content deleted Content added
m minor changes to output for division leaders table
add code to tolerate missing parameters
Line 205:
end
 
local year = mw.text.trim(frame.args.year or '')
local division = mw.text.trim(frame.args.division or '')
 
local seedInfo = {}