Module:Obstacles/Recommended: Difference between revisions

m
fixed args from testing
m (should work i think)
m (fixed args from testing)
Line 22: Line 22:


function p.main(frame)
function p.main(frame)
-- local args = frame:getParent().args
local args = frame:getParent().args
local args = frame.args
-- local args = frame.args
-- Dynamic colspan and N/A generation value
-- Dynamic colspan and N/A generation value
local greatest_row_size = 0
local greatest_row_size = 0
Line 91: Line 91:
end
end
end
end


if #row_data > 0 or args.showall then
if #row_data > 0 or args.showall then
892

edits