Module:Video game reviews/sandbox: Difference between revisions

Content deleted Content added
Jackmcbarn (talk | contribs)
reduce scope of halfkeysagg
Jackmcbarn (talk | contribs)
reduce scope of awardnums
Line 25:
local custome_agg
local custome_rev
local awardnums = {}
 
function Split(str, delim)
Line 421 ⟶ 420:
end
 
function renderMainTable(halfkeysrev, halfkeysagg, awardnums)
local tbl
 
Line 495 ⟶ 494:
local nitem = {}
local halfargs = {}
local awardnums = {}
local j = 1
args = reviewBoxArgs
Line 569:
if awardnums then table.sort(awardnums) end
 
return renderMainTable(halfkeysrev, halfkeysagg, awardnums)
end