Content deleted Content added
Jackmcbarn (talk | contribs) rewrite Split function |
Jackmcbarn (talk | contribs) reduce scope of halfkeysrev |
||
Line 22:
local args
local halfkeysrev▼
local halfkeysagg
local platforms
Line 90 ⟶ 89:
end
function reviews(halfkeysrev)
local arg_system
local tbl2
Line 423 ⟶ 422:
end
function renderMainTable(halfkeysrev)
local tbl
Line 475 ⟶ 474:
.tag('tr')
.tag('td')
.node(reviews(halfkeysrev))
tbl
Line 493 ⟶ 492:
function p._reviewbox(reviewBoxArgs)
▲ local halfkeysrev
local flags = {}
local nitem = {}
Line 570:
if awardnums then table.sort(awardnums) end
return renderMainTable(halfkeysrev)
end
|