Documentation for this module may be created at Module:Sandbox/Lofhi/Test/doc
local ap = {}
-------------
function ap.main( frame )
local ah = mw.title.makeTitle( 0, 'Albert_Einstein', '', 'fr' ).exists
return ah
end
return ap
Documentation for this module may be created at Module:Sandbox/Lofhi/Test/doc
local ap = {}
-------------
function ap.main( frame )
local ah = mw.title.makeTitle( 0, 'Albert_Einstein', '', 'fr' ).exists
return ah
end
return ap