8,279
edits
No edit summary |
No edit summary |
||
Line 45: | Line 45: | ||
elseif link ~= '' then | elseif link ~= '' then | ||
local linkPrefix = ( not link:find( '//' ) and args.linkprefix ) or '' | local linkPrefix = ( not link:find( '//' ) and args.linkprefix ) or '' | ||
if linkPrefix ~= nil | if linkPrefix ~= nil then | ||
if string.find(linkprefix, "[Pp]arallel:") then -- <- these are the added bits here | |||
linkprefix = '' | |||
end | |||
end | end | ||
link = linkPrefix .. link | link = linkPrefix .. link |