Content deleted Content added
Jackmcbarn (talk | contribs) only create one builder and pass it around |
No edit summary |
||
Line 102:
for year = firstyear, lastyear do
row(ret, args, year)
end
if isYearReleased(args, 'TBA') then
row(ret, args, 'TBA')
end
|