Content deleted Content added
Sync from sandbox. Follow Wikipedia redirects, remove _entityid() function. Feel free to revert if any more issues crop up. |
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
|