Content deleted Content added
simplify code |
add check that page is valid |
||
Line 30:
else
-- idOrTitle is a title, but no wikidata item exists for that title
local
if
local rtarget = page.redirectTarget
if rtarget then -- title is a Wikipedia redirect
return p._id(rtarget.fullText, alt)
end
end
end
|