Module:Adjacent stations/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 649:
 
function p._iconStrip(args, frame)
local args = getArgs(frame)
local icons = {}
for i, v in ipairs(args) do
if i ~= 1 then
table.insert(icons, p._icon({args[1], v, size = args.size, name = args.name}))
end
end