Content deleted Content added
ugh my brainnnnnn |
make those inserts make sense again |
||
Line 54:
local category = frame.args['category']
for k, v in pairs(values) do
table.insert(res, c)▼
if v == '' then
-- Fix odd bug for | = which gets stripped to the empty string
Line 60 ⟶ 61:
v = ' '
end
▲ table.insert(
▲ preview:gsub(
▲ '"'..v..'". Replace with "'..dep_values[v]..'".'
)
table.insert(res, p )
end
end
|