Content deleted Content added
Include subsections with section transclusion |
Sophivorus (talk | contribs) Replace custom getRedirectTarget function for mw.title.redirectTarget, since that doesn't seem to be an expensive function |
||
Line 59:
local p = {}
local errors
Line 115 ⟶ 106:
if not title then return false, false end
local
if
return title:getContent(),
end
|