local p = {}
local item = mw.wikibase.getEntityUrl( 'Q42' )
function p.main(frame)
	
	return mw.wikibase.getEntityUrl( 'Q42' )
end

return p