Module:Documentation: Difference between revisions

Bypass redirects in links at header
thegreatwar>Borderman
m (1 revision imported)
(Bypass redirects in links at header)
Line 483:
if not title or not docTitle then
return nil
end
if docTitle.isRedirect then
docTitle = docTitle.redirectTarget
end
 
Anonymous user