Module:Adjacent stations: Difference between revisions

Content deleted Content added
No edit summary
m prevent duplication of frame call
Line 177:
['circularR'] = {}
}
local _args = frame:getParent().args
 
for k, v in pairs(frame:getParent().args_args) do
local a = string.match(k, '(%a+)%d+')
if not a then
Line 235:
}
return rows[frame:getParent().args_args.rows] or rows['all']
end