Module:Consecutive links

From Caves of Qud Wiki
Revision as of 18:31, 23 July 2019 by Teamtoto (talk | contribs) (Created page with "local p = {} function p.parse(frame) local seperator = frame.args[2] local b = string.gsub(frame.args[1], separator, "]]" .. separator .. "[[") return "".. b .. "" end re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

local p = {}

function p.parse(frame)
local seperator = frame.args[2]
local b = string.gsub(frame.args[1], separator, "]]" .. separator .. "[[")
return "[[".. b .. "]]"
end
return p