Module:Video game reviews/sandbox: Difference between revisions

Content deleted Content added
Create sandbox version of Module:Video game reviews
 
add a type check to pairsByKeys
Line 64:
local a = {}
for n in pairs(t) do
table.insert(a,if type(n) == 'string' then
table.insert(a, n)
end
end
table.sort(a, f)