Module:Sandbox/Lofhi/Test

Revision as of 13:13, 8 July 2018 by imported>Lofhi (Test interwiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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