local p = {}

function p.main(frame)
	local link = mw.wikibase.sitelink('Q42')
	
	
	return mw.wikibase.getEntityUrl( 'Q42' )
end

return p