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'
fDisplayGamesBehind = false
end
if (outputArg == 'wildCard2012') then
outputFormat = 'wildCard2012'
end
end
|