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, n)
end
end
table.sort(a, f)
|