local p = {}
function p.main(frame)
	return mw.title.getCurrentTitle();
end
return p