Module:Adjacent stations/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 218:
b = 1
end
}
local parametersString = {
['system'] = args.system,
['line'] = args.line,
['left'] = args.left,
['right'] = args.right,
['type-left'] = args.TypeL,
['type-right'] = args.TypeR
}
local parametersBool = {
}
if parametersString[a] then
parametersString[a][b] = v
elseif parametersBool[a] then
parametersBool[a][b] = yesno(v)
end
--[[
if a == 'system' then
args.system[b] = v
Line 270 ⟶ 254:
args.throughR = yesno(v)
end
--]]
end