8,279
edits
No edit summary Tag: Manual revert |
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 | if string.find(linkprefix, "[Pp]arallel:") then -- <- these are the added bits here | ||
linkprefix = '' | linkprefix = '' | ||
end | end |