Module:MLB standings: Difference between revisions

Content deleted Content added
change name of parameter (with temporary backwards compatible support)
remove backwards compatible support for old parameter name
Line 234:
if (frame.args.template_name ~= nil) then
templateName = frame.args.template_name
end
if (frame.args.templateName ~= nil) then
templateName = frame.args.templateName
end