Module:Redirect/sandbox: Difference between revisions

Content deleted Content added
m oh...
Setting nowiki to default true
Line 87:
end
 
function nowikize(text, nowiki, default)
if (default or nowiki) and (nowiki ~= 'no') then
text = frame:preprocess('<nowiki>'..text..'</nowiki>')
end
Line 136:
end
end
return nowikize(text, nowiki, true)
end