Content deleted Content added
Jackmcbarn (talk | contribs) use no globals and add a tracking category |
Jackmcbarn (talk | contribs) use expandTemplate instead of crudely reimplementing it |
||
Line 43:
if target and not target.isRedirect and target ~= mw.title.getCurrentTitle() then
local pframe = frame:getParent()
-- We should actually be calling
-- Since we don't have grandparent access, though, it means the thing we're calling doesn't either, so it doesn't really matter yet
return pframe:
else
return p[''](frame)
|