Content deleted Content added
copied content from Template:MLB standings; see that article's history for attribution |
correct reference to args |
||
Line 31:
local fTeamInfoPresent = false
while (frame.args[currentArgIdx] ~= nil) do
local teamInfo = readTeamInfo(frame.args, currentArgIdx);
if (teamInfo == nil) then
break
|