Module:Adjacent stations/sandbox: Difference between revisions

Content deleted Content added
No edit summary
m this should also be done, I assume?
Line 8:
['bb'] = 'border-bottom:',
['L'] = 'border-left:',
['rR'] = 'border-right:',
['n'] = 'none;',
['0'] = '0px none;',
Line 36:
['header rightcell'] = table.concat({_style['3'], _style['v'],
_style['bd'], _style['1'],
_style['rR'], _style['n'],
_style['bb'], _style['n'],
'"|'
Line 43:
_style['L'], _style['0'],
_style['bb'], _style['0'],
_style['rR'], _style['1'],
_style['t'], _style['1'],
'"|'
Line 50:
_style['L'], _style['0'],
_style['bb'], _style['0'],
_style['rR'], _style['0'],
_style['t'], _style['1'],
'width: 8px; min-width: 8px; background-color: #'
Line 61:
_style['L'], _style['1'],
_style['bb'], _style['0'],
_style['rR'], _style['0'],
_style['t'], _style['1'],
'"|'
Line 236:
elseif a == 'note' then
args.note[b] = v
elseif a == 'onewayLoneway-left' then
args.onewayL[b] = yesno(v)
elseif a == 'onewayRoneway-right' then
args.onewayR[b] = yesno(v)
elseif a == 'circular' then
args.circular[b] = yesno(v)
elseif a == 'circularLcircular-left' then
args.circularL[b] = yesno(v)
elseif a == 'circularRcircular-right' then
args.circularR[b] = yesno(v)
elseif a == 'throughLthrough-left' then
args.throughL = yesno(v)
elseif a == 'throughRthrough-right' then
args.throughR = yesno(v)
end