Module:Sandbox/Aidan9382/Link once: Difference between revisions

Content deleted Content added
Attempt to account for pipe trick
m quick regex fix
Line 4:
local function replicatePipeTrick(target)
local new = target:gsub("^[a-zA-Z0-9 _]-:(.*)$", "%1") --Remove the namespace
if new:find("^(.*) *%(..-+%)$") then --If ending parenthesis
new = new:gsub("^(.-) *%(.+%)$", "%1") --Remove ending parenthesis
else