Jump to content

Module:Sandbox/Lofhi/Test

From Wikipedia, the free encyclopedia
local ap = {}
-------------

function ap.main( frame )
	local ah = mw.title.makeTitle( 0, 'Albert_Einstein', '', 'fr' ).exists
    return ah
end

return ap