Module:Documentation: Difference between revisions

Jump to navigation Jump to search
m 16 revisions imported: importing all languages
metawikimedia>Pppery
Bypass redirects in links at header
Line 483: Line 483:
if not title or not docTitle then
if not title or not docTitle then
return nil
return nil
end
if docTitle.isRedirect then
docTitle = docTitle.redirectTarget
end
end