Module:Sandbox/BrandonXLF/3: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 188:
if args['dir'] then
table.insert(citiesdirs, args['dir']) -- Add the primary direction
end
 
if args['condir'] then
table.insert(citiesdirs, args['condir']) -- Add the first concurrency direction
end
 
if args['condir2'] then
table.insert(citiesdirs, args['condir2']) -- Add the second concurrency direction
end