Module:Documentation: Difference between revisions

Bypass redirects in links at header
en>Andy M. Wang
(rm alt text on icon, since the adjacent text, "Template documentation" or "Module documentation", is sufficient alternative text (per edit request))
en>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


Anonymous user