Module:CargoQuery: Difference between revisions

30 bytes removed ,  22:05, 2 September 2020
m
no edit summary
mNo edit summary
mNo edit summary
Line 10: Line 10:
local p = {}
local p = {}
function p.main(frame)
function p.main(frame)
function p.main(frame)
local args = h.merge()
local args = h.merge()
Line 45: Line 44:
local outro = frame:preprocess(args.outro or '')
local outro = frame:preprocess(args.outro or '')
return intro .. table.concat(tbl,args.delimiter or '') .. outro
return intro .. table.concat(tbl,args.delimiter or '') .. outro
end
end
end