Module:MLB standings: Difference between revisions

Content deleted Content added
add support for templateName parameter
change name of parameter (with temporary backwards compatible support)
Line 232:
 
local templateName = nil
if (frame.args.template_name ~= nil) then
templateName = frame.args.template_name
end
if (frame.args.templateName ~= nil) then
templateName = frame.args.templateName
Line 243 ⟶ 246:
if (outputArg == 'winLossOnly') then
outputFormat = 'winLossOnly'
-- fDisplayNavbar = false
fDisplayGamesBehind = false
end
if (outputArg == 'wildCard2012') then
outputFormat = 'wildCard2012'
-- fDisplayNavbar = false
end
end