Content deleted Content added
Line 89:
for i, v in ipairs(index) do
if args.system[v] then
table.insert(t, table.concat({'\n|-',
'\n!', style['header leftcell'], 'Preceding station',
'\n!', style['header midcell'],
'\n!', style['header rightcell'], 'Following station'
}))
Line 121 ⟶ 120:
local function station(s)
if _line['station format'] then
return _line['station format'][s] or
else
return
end
end
|