Content deleted Content added
No edit summary |
No edit summary |
||
Line 228:
end
local
local
['all'] = table.concat({p.top(), p.rail(data), p.line(data, args), p.bottom()})
, ['top'] = table.concat({p.top(), p.rail(data), p.line(data, args)})
Line 235:
, ['bottom'] = table.concat({p.rail(data), p.line(data, args), p.bottom()})
}
return
end
|