Module:Consecutive links: Difference between revisions

m
no edit summary
(A bit of changing: can call consecutivetemplates to replace bracket types with curly bois)
mNo edit summary
Line 2: Line 2:


function p.parse(args, brackets)
function p.parse(args, brackets)
if args.args ~= nil then
  args = args.args
end
local separator = args[2]
local separator = args[2]
local replacer = args[3]
local replacer = args[3]